mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-19 19:55:51 +00:00
1.1 KiB
1.1 KiB
ripple-address-codec Release History
UNRELEASED
- Require node v10+
4.1.0 (2020-01-22)
- Throwable 'unexpected_payload_length' error: The message has been expanded with ' Ensure that the bytes are a Buffer.'
- Docs (readme): Correct X-address to classic address example (#15) (thanks @RareData)
New Features
-
encodeAccountPublic- Encode a public key, as for payment channels -
decodeAccountPublic- Decode a public key, as for payment channels -
Internal
- Update dependencies: ts-jest, @types/jest, @types/node, typescript, tslint, base-x
4.0.0 (2019-10-08)
Breaking Changes
decodeAddresshas been renamed todecodeAccountIDisValidAddresshas been renamed toisValidClassicAddress
New Features
classicAddressToXAddress- Derive X-address from classic address, tag, and network IDencodeXAddress- Encode account ID, tag, and network ID as an X-addressxAddressToClassicAddress- Decode an X-address to account ID, tag, and network IDdecodeXAddress- Convert X-address to classic address, tag, and network IDisValidXAddress- Check whether an X-address (X...) is valid