File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,18 @@ 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.4] - 2018-04-06
9
+
10
+ - Support of external statemanager in VM constructor (experimental), PR [ #264 ] ( https://github.com/ethereumjs/ethereumjs-vm/pull/264 )
11
+ - `` ES5 `` distribution on npm for better toolchain compatibility, PR [ #281 ] ( https://github.com/ethereumjs/ethereumjs-vm/pull/281 )
12
+ - `` allowUnlimitedContractSize `` VM option for debugging purposes, PR [ #282 ] ( https://github.com/ethereumjs/ethereumjs-vm/pull/282 )
13
+ - Added `` gasRefund `` to transaction results, PR [ #284 ] ( https://github.com/ethereumjs/ethereumjs-vm/pull/284 )
14
+ - Test coverage / coveralls support for the library, PR [ #270 ] ( https://github.com/ethereumjs/ethereumjs-vm/pull/270 )
15
+ - Properly calculate totalgas for large return values, PR [ #275 ] ( https://github.com/ethereumjs/ethereumjs-vm/pull/275 )
16
+ - Improve iterateVm check output after step hook, PR [ #279 ] ( https://github.com/ethereumjs/ethereumjs-vm/pull/279 )
17
+
18
+ [ 2.3.4 ] : https://github.com/ethereumjs/ethereumjs-vm/compare/v2.3.3...v2.3.4
19
+
8
20
## [ 2.3.3] - 2018-02-02
9
21
10
22
- Reworked memory expansion/access for opcodes, PR [ #174 ] ( https://github.com/ethereumjs/ethereumjs-vm/pull/174 ) (fixes consensus bugs on
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ethereumjs-vm" ,
3
- "version" : " 2.3.3 " ,
3
+ "version" : " 2.3.4 " ,
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