[Feature] Generate Wallet from secret numbers (#1799)

* add the possibility to create a wallet from Secret Numbers

* Move it off the Wallet class
This commit is contained in:
Daniel
2023-08-15 02:39:35 +02:00
committed by GitHub
parent 3d94a24739
commit aa75806f2f
7 changed files with 158 additions and 12 deletions

View File

@@ -3,6 +3,9 @@
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
* Add `walletFromSecretNumbers` to derive a wallet from [XLS-12](https://github.com/XRPLF/XRPL-Standards/issues/15). Currently only works with `secp256k1` keys, but will work with `ED25519` keys as part of 3.0 via [#2376](https://github.com/XRPLF/xrpl.js/pull/2376).
## 2.10.0 (2023-08-07)
### Added