From 317b821358e68ff40ec660a33f0d4c0d4907fe66 Mon Sep 17 00:00:00 2001 From: holgerd77 Date: Wed, 25 Jul 2018 10:49:57 +0200 Subject: [PATCH] Bumped version to v1.3.7, added CHANGELOG entry --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99b3a85..0490cf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.3.7] - 2018-07-25 +- Fix bug causing ``FakeTransaction.from`` to not retrieve sender address from tx signature, see PR [#118](https://github.com/ethereumjs/ethereumjs-tx/pull/118) + +[1.3.7]: https://github.com/ethereumjs/ethereumjs-tx/compare/v1.3.6...v1.3.7 + ## [1.3.6] - 2018-07-02 - Fixes issue [#108](https://github.com/ethereumjs/ethereumjs-tx/issues/108) with the ``FakeTransaction.hash()`` function by reverting the introduced signature handling changes in Fake transaction hash creation from PR [#94](https://github.com/ethereumjs/ethereumjs-tx/pull/94) introduced in ``v1.3.5``. The signature is now again only created and added to the hash when ``from`` address is set and ``from`` is not defaulting to the zero adress any more, see PR [#110](https://github.com/ethereumjs/ethereumjs-tx/pull/110) - Added additional tests to cover issue described above diff --git a/package.json b/package.json index 2e66c33..2fea0e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ethereumjs-tx", - "version": "1.3.6", + "version": "1.3.7", "description": "An simple module for creating, manipulating and signing ethereum transactions", "main": "es5/index.js", "scripts": {