mirror of
https://github.com/embarklabs/ethereumjs-wallet.git
synced 2025-01-15 13:15:22 +00:00
2.4 KiB
2.4 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog (modification: no type change headlines) and this project adheres to Semantic Versioning.
0.6.1 - 2018-07-28
- Added support for vanity address generation, PR #5
- Fixed typo in provider-engine, PR #16
- Accept the true range of addresses for ICAP direct, PR #6
- Switched to babel ES5 build, PR #37
- Improve test coverage (at 88% now), PR #27
- Various dependency updates, PR #25
0.6.0 - 2016-04-27
- Added provider-engine integration, PR #7
0.5.2 - 2016-04-25
- Dependency updates
0.5.1 - 2016-03-26
- Bugfix for
EthereumHDKey.privateExtendedKey()
- Added travis and coveralls support
- Documentation and test improvements
0.5.0 - 2016-03-23
- Support HD keys using
cryptocoinjs/hdkey
- Ensure private keys are valid according to the curve
- Support instantation with public keys
- Support importing BIP32 xpub/xpriv
- Only support Ethereum keys internally, non-strict mode for importing compressed ones
- Thirdparty API doc improvements