add amount field to faucet (#2129)

* add optional amount field to `fundWallet`
This commit is contained in:
jonathanlei
2022-11-15 14:31:46 -08:00
committed by GitHub
parent f33e748a26
commit 08180cb935
3 changed files with 24 additions and 2 deletions

View File

@@ -2,12 +2,13 @@
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
* Optional custom amount field to `fundWallet`.
## 2.5.0 (2022-10-13)
### Added
* Support for ExpandedSignerList amendment that expands the maximum signer list to 32 entries.
* Add `cookie` and `data` to `ValidationStream` interface
* Addtional check for memos field format, provide more detailed error messages.
* Additional check for memos field format, provide more detailed error messages.
## 2.4.0 (2022-09-01)
### Added