Skip to content
This repository was archived by the owner on Apr 6, 2020. It is now read-only.

Commit e3fc214

Browse files
authored
Merge pull request #119 from ethereumjs/new-release-v137
New release v1.3.7
2 parents b569738 + 317b821 commit e3fc214

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88

9+
## [1.3.7] - 2018-07-25
10+
- Fix bug causing ``FakeTransaction.from`` to not retrieve sender address from tx signature, see PR [#118](https://github.com/ethereumjs/ethereumjs-tx/pull/118)
11+
12+
[1.3.7]: https://github.com/ethereumjs/ethereumjs-tx/compare/v1.3.6...v1.3.7
13+
914
## [1.3.6] - 2018-07-02
1015
- 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)
1116
- Added additional tests to cover issue described above

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereumjs-tx",
3-
"version": "1.3.6",
3+
"version": "1.3.7",
44
"description": "An simple module for creating, manipulating and signing ethereum transactions",
55
"main": "es5/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)