File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,16 @@ 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.0] - Unreleased ( `` master `` branch)
8+ ## [ 2.3.0] - 2017-10-11
99- `` Byzantium `` compatible
1010- New opcodes `` REVERT `` , `` RETURNDATA `` and `` STATICCALL ``
1111- Precompiles for curve operations and bigint mod exp
1212- Transaction return data in receipts
13- - Detailed list of changes in PR [ #161 ] ( https://github.com/ethereumjs/ethereumjs-vm/pull/161 )
13+ - For detailed list of changes see PR [ #161 ] ( https://github.com/ethereumjs/ethereumjs-vm/pull/161 )
1414- For a `` Spurious Dragon `` /`` EIP 150 `` compatible version of this library install latest version of `` 2.2.x ``
1515
16+ [ 2.3.0 ] : https://github.com/ethereumjs/ethereumjs-vm/compare/v2.2.2...v2.3.0
17+
1618## [ 2.2.2] - 2017-09-19
1719- Fixed [ JS number issues] ( https://github.com/ethereumjs/ethereumjs-vm/pull/168 )
1820 and [ certain edge cases] ( https://github.com/ethereumjs/ethereumjs-vm/pull/188 )
@@ -21,6 +23,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
2123- Testing improvements
2224- Narrowed down dependencies for library not to break after Byzantium release
2325
26+ [ 2.2.2 ] : https://github.com/ethereumjs/ethereumjs-vm/compare/v2.2.1...v2.2.2
27+
2428## [ 2.2.1] - 2017-08-04
2529- Fixed bug prevent the library to be used in the browser
2630
Original file line number Diff line number Diff line change 11{
22 "name" : " ethereumjs-vm" ,
3- "version" : " 2.2.2 " ,
3+ "version" : " 2.3.0 " ,
44 "description" : " an ethereum VM implementation" ,
55 "main" : " index.js" ,
66 "dependencies" : {
77 "async" : " ^2.1.2" ,
88 "async-eventemitter" : " ^0.2.2" ,
9- "ethereum-common" : " https://github.com/ethereumjs/common " ,
9+ "ethereum-common" : " 0.2.0 " ,
1010 "ethereumjs-account" : " ^2.0.3" ,
11- "ethereumjs-block" : " https://github.com/ethereumjs/ethereumjs-block " ,
11+ "ethereumjs-block" : " ~1.7.0 " ,
1212 "ethereumjs-util" : " 4.5.0" ,
1313 "fake-merkle-patricia-tree" : " ^1.0.1" ,
1414 "functional-red-black-tree" : " ^1.0.1" ,
1515 "merkle-patricia-tree" : " ^2.1.2" ,
16- "rustbn.js" : " https://github.com/ethereumjs/rustbn.js " ,
16+ "rustbn.js" : " ~0.1.0 " ,
1717 "safe-buffer" : " ^5.1.1"
1818 },
1919 "devDependencies" : {
2020 "babel-preset-es2015" : " ^6.24.0" ,
2121 "babelify" : " ^7.3.0" ,
22- "ethereumjs-blockchain" : " https://github.com/ethereumjs/ethereumjs-blockchain " ,
22+ "ethereumjs-blockchain" : " ~2.1.0 " ,
2323 "ethereumjs-testing" : " https://github.com/ethereumjs/ethereumjs-testing" ,
2424 "ethereumjs-tx" : " 1.3.3" ,
2525 "level" : " ^1.4.0" ,
You can’t perform that action at this time.
0 commit comments