support DynamicNFT (#2726)

* support DynamicNFT

* Update history.md

* use xrpl-codec-gen to generate definitions.json and modify ripple-binary-code HISTORY.md

* use validateRequiredField for NFTokenID check

* move comment to a proper place

* Add some comment and modify integration test

* update transaction number

* update ci rippled version
This commit is contained in:
yinyiqian1
2025-02-03 10:32:30 -05:00
committed by GitHub
parent abdb192c69
commit 23d26c8c2e
11 changed files with 229 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
### Added
* Support for the Price Oracles amendment (XLS-47).
* Add `NFTokenModify` transaction and add `tfMutable` flag in `NFTokenMint`
### Fixed
* Better error handling/error messages for serialization/deserialization errors.