mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
@@ -3,6 +3,10 @@
|
||||
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
|
||||
|
||||
- Export `verify` from ripple-keypairs as `verifyKeypairSignature` for use in web-apps.
|
||||
|
||||
### Fixed
|
||||
* `Wallet.fromMnemonic` now allows lowercase for RFC1751 mnemonics (#2046)
|
||||
* `Wallet.fromMnemonic` detects when an invalid encoding is provided, and throws an error
|
||||
|
||||
@@ -15,6 +15,7 @@ import {
|
||||
xAddressToClassicAddress,
|
||||
} from 'ripple-address-codec'
|
||||
import * as rbc from 'ripple-binary-codec'
|
||||
import { verify as verifyKeypairSignature } from 'ripple-keypairs'
|
||||
|
||||
import { LedgerEntry } from '../models/ledger'
|
||||
import { Response } from '../models/methods'
|
||||
@@ -194,6 +195,7 @@ export {
|
||||
deriveAddress,
|
||||
deriveXAddress,
|
||||
signPaymentChannelClaim,
|
||||
verifyKeypairSignature,
|
||||
verifyPaymentChannelClaim,
|
||||
convertStringToHex,
|
||||
convertHexToString,
|
||||
|
||||
Reference in New Issue
Block a user