From 00aa16b1f4f7b359062d50f4e6ca9a63b38e6a15 Mon Sep 17 00:00:00 2001 From: holgerd77 Date: Thu, 30 Apr 2020 16:47:33 +0200 Subject: [PATCH 1/2] Bumped version to v0.6.4, added CHANGELOG entry --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48c3194..876f187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index f09531b..014ff6f 100644 --- a/package.json +++ b/package.json @@ -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": [ From 59a710b716b6d7d5489276d90f42b2f4cd54dbbd Mon Sep 17 00:00:00 2001 From: Everton Fraga Date: Thu, 11 Jun 2020 07:31:54 -0400 Subject: [PATCH 2/2] ci: removing duplicated key env --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8dd5987..c09dd48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,6 @@ node_js: - "10" - "12" - "14" -env: - - CXX=g++-4.8 addons: apt: sources: