File tree Expand file tree Collapse file tree 3 files changed +32
-3
lines changed Expand file tree Collapse file tree 3 files changed +32
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,33 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
(modification: no type change headlines) and this project adheres to
7
7
[ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
8
8
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.
10
36
11
37
Release adds support for the ` MuirGlacier ` hardfork by updating relevant
12
38
dependencies:
Original file line number Diff line number Diff line change @@ -24,9 +24,12 @@ If you are still looking for a [Spurious Dragon](https://eips.ethereum.org/EIPS/
24
24
##### MuirGlacier Hardfork Support
25
25
26
26
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
28
28
` muirGlacier ` ` hardfork ` option flag.
29
29
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
+
30
33
##### Istanbul Harfork Support
31
34
32
35
An Ethereum test suite compliant ` Istanbul ` HF implementation is available
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ethereumjs-vm" ,
3
- "version" : " 4.1.2 " ,
3
+ "version" : " 4.1.3 " ,
4
4
"description" : " An Ethereum VM implementation" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments