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

Commit b5885fa

Browse files
committed
Bumped version to v1.3.6, added CHANGELOG entry
1 parent d9ab11d commit b5885fa

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ 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.6] - 2018-07-02
10+
- 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)
11+
- Added additional tests to cover issue described above
12+
13+
[1.3.6]: https://github.com/ethereumjs/ethereumjs-tx/compare/v1.3.5...v1.3.6
14+
915
## [1.3.5] - 2018-06-22
1016
- Include signature by default in ``FakeTransaction.hash``, PR [#97](https://github.com/ethereumjs/ethereumjs-tx/pull/97)
1117
- Fix ``FakeTransaction`` signature failure bug, PR [#94](https://github.com/ethereumjs/ethereumjs-tx/pull/94)

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.5",
3+
"version": "1.3.6",
44
"description": "An simple module for creating, manipulating and signing ethereum transactions",
55
"main": "es5/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)