File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,29 @@ 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.2.0] - 2020-05-05
10
+
11
+ This is a maintenance release preceding the v5.
12
+
13
+ ** API**
14
+
15
+ - Adding optional fields ` skipNonce ` and ` skipBalance ` to the [ ` runBlock ` ] ( https://github.com/ethereum-ts/ethereumjs-vm/blob/46a79d7c3e3e38343e285fc1d15cc8b51f378609/lib/runBlock.ts#L81 ) function
16
+ PR [ #663 ] ( https://github.com/ethereumjs/ethereumjs-vm/pull/663 )
17
+ - Added ` codeAddress ` to the ` step ` event, allowing to have an address disambiguation when running ` DELEGATECALL ` or ` CALLCODE `
18
+ PR [ #651 ] ( https://github.com/ethereumjs/ethereumjs-vm/pull/651 )
19
+
20
+ ** Fixes**
21
+ - Fixes installation on Node 12, by bumping ` level ` dependency from ` ^4.0.0 ` to ` ^6.0.0 `
22
+ PR [ #662 ] ( https://github.com/ethereumjs/ethereumjs-vm/pull/662 )
23
+
24
+ ** Internal**
25
+ - StateManager tests are now ran in the browser context as well.
26
+ PR [ #653 ] ( https://github.com/ethereumjs/ethereumjs-vm/pull/653 )
27
+ - Run tests with ` ts-node `
28
+ PRs [ #654 ] ( https://github.com/ethereumjs/ethereumjs-vm/pull/654 ) , [ #658 ] ( https://github.com/ethereumjs/ethereumjs-vm/pull/658 )
29
+
30
+ [ 4.2.0 ] : https://github.com/ethereumjs/ethereumjs-vm/compare/%40ethereumjs%2Fvm%404.1.3...%40ethereumjs%2Fvm%404.1.4
31
+
9
32
## [ 4.1.3] - 2020-01-09
10
33
11
34
This release fixes a critical bug preventing the ` MuirGlacier ` release ` 4.1.2 `
You can’t perform that action at this time.
0 commit comments