Skip to content

Commit feef85f

Browse files
authored
Merge pull request ethereumjs#649 from ethereumjs/new-release
New release v4.1.3
2 parents fcf1f90 + cce5e2c commit feef85f

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed

CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,33 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
(modification: no type change headlines) and this project adheres to
77
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
88

9-
## [4.1.2] - 2019-12-19
9+
## [4.1.3] - 2020-01-09
10+
11+
This release fixes a critical bug preventing the `MuirGlacier` release `4.1.2`
12+
working properly, an update is mandatory if you want a working installation.
13+
14+
**Bug Fixes**
15+
16+
- Fixed `getOpcodesForHF()` opcode selection for any HF > Istanbul,
17+
PR [#647](https://github.com/ethereumjs/ethereumjs-vm/pull/647)
18+
19+
**Test Related Changes**
20+
21+
- Switched from `Coveralls` to `Codecov` (monorepo preparation, coverage
22+
reports on PRs),
23+
PR [#646](https://github.com/ethereumjs/ethereumjs-vm/pull/646)
24+
- Added nightly `StateTests` runs,
25+
PR [#639](https://github.com/ethereumjs/ethereumjs-vm/pull/639)
26+
- Run consensus tests on `MuirGlacier`,
27+
PR [#648](https://github.com/ethereumjs/ethereumjs-vm/pull/648)
28+
29+
[4.1.3]: https://github.com/ethereumjs/ethereumjs-vm/compare/v4.1.2...v4.1.3
30+
31+
## [4.1.2] - 2019-12-19 [DEPRECATED]
32+
33+
**Deprecation Notice**: This is a broken release containing a critical bug
34+
affecting all installations using the `MuirGlacier` HF option. Please update
35+
to the `4.1.3` release.
1036

1137
Release adds support for the `MuirGlacier` hardfork by updating relevant
1238
dependencies:

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,12 @@ If you are still looking for a [Spurious Dragon](https://eips.ethereum.org/EIPS/
2424
##### MuirGlacier Hardfork Support
2525

2626
An Ethereum test suite compliant `MuirGlacier` HF implementation is available
27-
since the `v4.1.2` VM release. You can activate a `MuirGlacier` VM by using the
27+
since the `v4.1.3` VM release. You can activate a `MuirGlacier` VM by using the
2828
`muirGlacier` `hardfork` option flag.
2929

30+
**Note:** The original `v4.1.2` release contains a critical bug preventing the
31+
`MuirGlacier` VM to work properly and there is the need to update.
32+
3033
##### Istanbul Harfork Support
3134

3235
An Ethereum test suite compliant `Istanbul` HF implementation is available

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereumjs-vm",
3-
"version": "4.1.2",
3+
"version": "4.1.3",
44
"description": "An Ethereum VM implementation",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)