add Memos hex value check in Wallet.sign (#2108)

This commit is contained in:
jonathanlei
2022-10-07 10:23:27 -07:00
committed by GitHub
parent 984a58e642
commit 91f4950bd3
3 changed files with 87 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xr
## Unreleased
### Added
* Support for ExpandedSignerList amendment that expands the maximum signer list to 32 entries.
* Addtional check for memos field format, provide more detailed error messages.
## 2.4.0 (2022-09-01)
### Added
* Export `verify` from ripple-keypairs as `verifyKeypairSignature` for use in web-apps.