File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
(modification: no type change headlines) and this project adheres to
6
6
[ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
17
## [ 2.3.4] - 2018-04-06
9
18
10
19
- Support of external statemanager in VM constructor (experimental), PR [ #264 ] ( https://github.com/ethereumjs/ethereumjs-vm/pull/264 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ethereumjs-vm" ,
3
- "version" : " 2.3.4 " ,
3
+ "version" : " 2.3.5 " ,
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