feat: modifiable definitions.json values at runtime via encode/decode parameter (#2127)

This commit is contained in:
Jackson Mills
2023-03-16 10:35:50 -07:00
committed by GitHub
parent 97ff2aa104
commit 0c6ea2afe2
20 changed files with 768 additions and 203 deletions

View File

@@ -1,6 +1,8 @@
# ripple-binary-codec Release History
## Unreleased
### Added
- Allow custom type definitions to be used for encoding/decoding transactions at runtime (e.g. for sidechains/new amendments)
## 1.5.0 (2023-03-08)
### Changed