Skip to content

Commit

Permalink
Merge branch 'master' into new-mpt-release
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerd77 authored Feb 16, 2021
2 parents 0aee672 + 5fb23ad commit 830c9d0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@ethereumjs/common": "^2.0.0",
"merkle-patricia-tree": "^4.1.0",
"@ethereumjs/tx": "^3.0.0",
"@ethereumjs/tx": "^3.0.2",
"@types/bn.js": "^4.11.6",
"ethereumjs-util": "^7.0.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/devp2p/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@ethereumjs/config-coverage": "^2.0.0",
"@ethereumjs/config-typescript": "^2.0.0",
"@ethereumjs/eslint-config-defaults": "^2.0.0",
"@ethereumjs/tx": "^3.0.0",
"@ethereumjs/tx": "^3.0.2",
"@types/async": "^2.4.1",
"@types/chalk": "^2.2.0",
"@types/debug": "^4.1.4",
Expand Down
7 changes: 7 additions & 0 deletions packages/tx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ 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).


## 3.0.2 - 2021-02-16

Follow-up release on `v3.0.1` which only partly addressed a **critical** bug. An update is - again - strongly recommended.

- Fixes `tx.isSigned()` always returning true when using the `Tx.fromValuesArray()` static constructor, see PR [#1077](https://github.com/ethereumjs/ethereumjs-monorepo/pull/1077)

## 3.0.1 - 2021-01-20

- Fixes `tx.isSigned()` always returning true - so also for unsigned transactions - due to a bug in the `Transaction` class constructor. This bug is regarded as **critical** and an update is strongly recommended. See PR [#1042](https://github.com/ethereumjs/ethereumjs-monorepo/pull/1042)
Expand Down
2 changes: 1 addition & 1 deletion packages/tx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethereumjs/tx",
"version": "3.0.1",
"version": "3.0.2",
"description": "A simple module for creating, manipulating and signing Ethereum transactions",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/vm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@ethereumjs/blockchain": "^5.0.0",
"@ethereumjs/common": "^2.0.0",
"merkle-patricia-tree": "^4.1.0",
"@ethereumjs/tx": "^3.0.0",
"@ethereumjs/tx": "^3.0.2",
"async-eventemitter": "^0.2.4",
"core-js-pure": "^3.0.1",
"debug": "^2.2.0",
Expand Down

0 comments on commit 830c9d0

Please sign in to comment.