Skip to content

Commit

Permalink
Merge pull request #118 from ethereumjs/new-release-v064
Browse files Browse the repository at this point in the history
New release v0.6.4
  • Loading branch information
holgerd77 committed Jun 23, 2020
2 parents 489cdbb + 59a710b commit e747921
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ node_js:
- "10"
- "12"
- "14"
env:
- CXX=g++-4.8
addons:
apt:
sources:
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
(modification: no type change headlines) and this project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.6.4] - 2020-05-01

This is the last release from the `v0.6.x` release series. It adds Node 12 compatibility while maintaining compatibility
down 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](https://github.com/ethereumjs/ethereumjs-wallet/pull/114)
- Updated `hdkey` to `v1.1.1`,
PR [#87](https://github.com/ethereumjs/ethereumjs-wallet/pull/87)
- Refactored `decipherBuffer()`,
PR [#82](https://github.com/ethereumjs/ethereumjs-wallet/pull/82)
- Added more tests for `Wallet.fromEthSale()`,
PR [#80](https://github.com/ethereumjs/ethereumjs-wallet/pull/80)

[0.6.4]: https://github.com/ethereumjs/ethereumjs-wallet/compare/v0.6.3...v0.6.4

## [0.6.3] - 2018-12-19
- Fixed installation errors for certain packaging tools, PR [#67](https://github.com/ethereumjs/ethereumjs-wallet/pull/67)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethereumjs-wallet",
"version": "0.6.3",
"version": "0.6.4",
"description": "Utilities for handling Ethereum keys",
"main": "index.js",
"files": [
Expand Down

0 comments on commit e747921

Please # to comment.