New versions of `xrpl` and `ripple-binary-codec` packages are available on
npm and
Github.
Breaking Changes (xr...@4.4.3):
* Fix MPTokenMetadata type to adhere to the XLS-89 standard. Since XLS-89 is still in a forming state and undergoing changes, this breaking change is being released as a bug fix via patch version bump. If you are using MPTokenMetadata in your code, please verify that it adheres to the updated type definition.
* Fix validateMPTokenMetadata to correctly validate MPTokenMetadata as per XLS-89 standard. Since XLS-89 is still in a forming state and undergoing changes, this breaking change is being released as a bug fix via patch version bump. If you are using validateMPTokenMetadata in your code, expect it to change as per the XLS-89 standard.
New Additions to the xrpl package (v4.4.3):