File tree 2 files changed +28
-1
lines changed
2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,33 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
[ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
8
9
+ ## [ 2.5.1] - 2019-01-19
10
+
11
+ ### Features
12
+
13
+ - Added ` memoryWordCount ` to the ` step ` event object,
14
+ PR [ #405 ] ( https://github.com/ethereumjs/ethereumjs-vm/pull/405 )
15
+
16
+ ### Bug Fixes
17
+
18
+ - Fixed a bug which caused an overwrite of the passed state trie (` opts.state ` )
19
+ when instantiating the library with the ` opts.activatePrecompiles ` option,
20
+ PR [ #415 ] ( https://github.com/ethereumjs/ethereumjs-vm/pull/415 )
21
+ - Fixed error handling in ` runCode ` (in case ` loadContract ` fails),
22
+ PR [ #408 ] ( https://github.com/ethereumjs/ethereumjs-vm/pull/408 )
23
+ - Fixed a bug in the ` StateManager.generateGenesis() ` function,
24
+ PR [ #400 ] ( https://github.com/ethereumjs/ethereumjs-vm/pull/400 )
25
+
26
+ ### Tests
27
+
28
+ - Upgraded ` ethereumjs-blockchain ` and ` level ` for test runs,
29
+ PR [ #414 ] ( https://github.com/ethereumjs/ethereumjs-vm/pull/414 )
30
+ - Fixed issue when running code coverage on PRs from forks,
31
+ PR [ #402 ] ( https://github.com/ethereumjs/ethereumjs-vm/pull/402 )
32
+
33
+
34
+ [ 2.5.1 ] : https://github.com/ethereumjs/ethereumjs-vm/compare/v2.5.0...v2.5.1
35
+
9
36
## [ 2.5.0] - 2018-11-21
10
37
11
38
This is the first release of the VM with full support for all `` Constantinople `` EIPs. It further comes along with huge improvements on consensus conformity and introduces the `` Beta `` version of a new `` StateManager `` API.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ethereumjs-vm" ,
3
- "version" : " 2.5.0 " ,
3
+ "version" : " 2.5.1 " ,
4
4
"description" : " An Ethereum VM implementation" ,
5
5
"main" : " dist/index.js" ,
6
6
"files" : [
You can’t perform that action at this time.
0 commit comments