File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
8
8
## [ 2.3.0] - Unreleased
9
9
- TODO
10
10
11
+ ## [ 2.2.2] - 2017-09-19
12
+ - Fixed [ JS number issues] ( https://github.com/ethereumjs/ethereumjs-vm/pull/168 )
13
+ and [ certain edge cases] ( https://github.com/ethereumjs/ethereumjs-vm/pull/188 )
14
+ - Fixed various smaller bugs and improved code consistency
15
+ - Some VM speedups
16
+ - Testing improvements
17
+ - Narrowed down dependencies for library not to break after Byzantium release
18
+
11
19
## [ 2.2.1] - 2017-08-04
12
20
- Fixed bug prevent the library to be used in the browser
13
21
Original file line number Diff line number Diff line change 8
8
override :
9
9
# testVM disabled.
10
10
# - case $CIRCLE_NODE_INDEX in 0) npm run lint ;; 1) npm run testVM ;; 2) npm run testState ;; 3) npm run testBlockchain ;; esac:
11
- - case $CIRCLE_NODE_INDEX in 0) npm run lint ;; 1) npm run testState ;; esac :
11
+ - case $CIRCLE_NODE_INDEX in 0) npm run testState ;; esac :
12
12
parallel : true
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ethereumjs-vm" ,
3
- "version" : " 2.2.1 " ,
3
+ "version" : " 2.2.2 " ,
4
4
"description" : " an ethereum VM implementation" ,
5
5
"main" : " index.js" ,
6
6
"dependencies" : {
7
7
"async" : " ^2.1.2" ,
8
8
"async-eventemitter" : " ^0.2.2" ,
9
9
"ethereum-common" : " 0.1.0" ,
10
10
"ethereumjs-account" : " ^2.0.3" ,
11
- "ethereumjs-block" : " ^1.2.2 " ,
11
+ "ethereumjs-block" : " ~1.6.0 " ,
12
12
"ethereumjs-util" : " 4.5.0" ,
13
13
"fake-merkle-patricia-tree" : " ^1.0.1" ,
14
14
"functional-red-black-tree" : " ^1.0.1" ,
18
18
"devDependencies" : {
19
19
"babel-preset-es2015" : " ^6.24.0" ,
20
20
"babelify" : " ^7.3.0" ,
21
- "ethereumjs-blockchain" : " ^1.4.1 " ,
21
+ "ethereumjs-blockchain" : " ~2.0.0 " ,
22
22
"ethereumjs-testing" : " https://github.com/ethereumjs/ethereumjs-testing" ,
23
23
"ethereumjs-tx" : " 1.3.3" ,
24
24
"level" : " ^1.4.0" ,
25
25
"leveldown" : " ^1.4.6" ,
26
26
"levelup" : " ^1.3.2" ,
27
27
"memdown" : " ^1.1.0" ,
28
28
"minimist" : " ^1.1.1" ,
29
- "standard" : " ^5.2.2 " ,
29
+ "standard" : " ^10.0.0 " ,
30
30
"tape" : " ^4.2.0"
31
31
},
32
32
"browserify" : {
You can’t perform that action at this time.
0 commit comments