github ethereumjs/ethereumjs-wallet v0.6.4
v0.6.4 - Maintenance Release

latest releases: v1.0.2, v1.0.1, v0.6.5...
6 years ago

This is the last release from the v0.6.x release series. It adds Node 12 compatibility while maintaining compatibilitydown to Node 6. To be able to do so the scrypt.js key derivation library is exchanged with scryptsy. While this solution is backwards-compatible the changed library only provides a pure JS implementation and no native bindings. If you need native performance pin your dependency to v0.6.3 or update to the v1.0.0 library version to be released shortly after this release.

Change Summary:

  • v0.6.x back patch: added node v12 support, switched to scryptsy key derivation library (pure JS implementation), PR #114
  • Updated hdkey to v1.1.1, PR #87
  • Refactored decipherBuffer(), PR #82
  • Added more tests for Wallet.fromEthSale(), PR #80

Don't miss a new ethereumjs-wallet release

NewReleases is sending notifications on new releases.