- Update dependencies
- Add
build
script as an alias forcompile
- Update README
- Internal dependencies
- Update jest, ts-jest, typescript, lodash
- Fix potential moderate severity vulnerabilities
- Update @types/node, @types/jest, base-x
- Update jest, ts-jest, typescript, lodash
- Docs
- Update example for encoding test address
- Document functions (#73)
- xAddressToClassicAddress when there is no tag (#114)
- Add README badges (#120)
- Add LICENSE (#138)
- Cleanup and polish
- Add GitHub CI (#115)
- Fix linting
- Require node v10+
- CI: Drop node 6 & 8 and add node 13
- Update dependencies
- Bump @types/node to 13.7.7 (#60)
- Bump jest and ts-jest (#40)
- Bump @types/jest to 25.1.2 (#51)
- Bump ts-jest from 25.0.0 to 25.2.0 (#50)
- Bump typescript from 3.7.5 to 3.8.3 (#61)
- Update all dependencies in yarn.lock
- 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)
-
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
decodeAddress
has been renamed todecodeAccountID
isValidAddress
has been renamed toisValidClassicAddress
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