Skip to content

Commit 4f1d427

Browse files
authored
Merge pull request ethereumjs#296 from ethereumjs/new-release-v235
New release v2.3.5
2 parents 53d632e + 8eb2f8a commit 4f1d427

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

8+
## [2.3.5] - 2018-04-25
9+
10+
- Fixed ``BYTE`` opcode return value bug, PR [#293](https://github.com/ethereumjs/ethereumjs-vm/pull/293)
11+
- Clean up touched-accounts management in ``StateManager``, PR [#287](https://github.com/ethereumjs/ethereumjs-vm/pull/287)
12+
- New ``stateManager.copy()`` function, PR [#276](https://github.com/ethereumjs/ethereumjs-vm/pull/276)
13+
- Updated Circle CI configuration to 2.0 format, PR [#292](https://github.com/ethereumjs/ethereumjs-vm/pull/292)
14+
15+
[2.3.5]: https://github.com/ethereumjs/ethereumjs-vm/compare/v2.3.4...v2.3.5
16+
817
## [2.3.4] - 2018-04-06
918

1019
- Support of external statemanager in VM constructor (experimental), PR [#264](https://github.com/ethereumjs/ethereumjs-vm/pull/264)

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": "2.3.4",
3+
"version": "2.3.5",
44
"description": "An Ethereum VM implementation",
55
"main": "dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)