add ExpandedSignerList amendment support (#2026)

expand the maximum signer list to 32 entries
This commit is contained in:
Omar Khan
2022-09-13 13:50:54 -04:00
committed by GitHub
parent 76b73e16a9
commit 8a9a9bcc28
4 changed files with 166 additions and 5 deletions

View File

@@ -2,11 +2,12 @@
Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xrpl-announce) for release announcements. We recommend that xrpl.js (ripple-lib) users stay up-to-date with the latest stable release.
## Unreleased
### Added
* Support for ExpandedSignerList amendment that expands the maximum signer list to 32 entries.
## 2.4.0 (2022-09-01)
### Added
- Export `verify` from ripple-keypairs as `verifyKeypairSignature` for use in web-apps.
* Export `verify` from ripple-keypairs as `verifyKeypairSignature` for use in web-apps.
### Fixed
* `Wallet.fromMnemonic` now allows lowercase for RFC1751 mnemonics (#2046)