Skip to content

Commit fcf6eb7

Browse files
authored
Merge pull request ethereumjs#419 from ethereumjs/new-release-v251
New release v2.5.1
2 parents 1270116 + f629cf2 commit fcf6eb7

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,33 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88

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+
936
## [2.5.0] - 2018-11-21
1037

1138
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.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereumjs-vm",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "An Ethereum VM implementation",
55
"main": "dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)