File tree Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 4
4
5
5
language : node_js
6
6
node_js :
7
- - " 7 "
7
+ - " 6 "
8
8
9
9
addons :
10
10
apt :
@@ -29,15 +29,15 @@ matrix:
29
29
fast_finish : true
30
30
include :
31
31
- os : linux
32
- node_js : " 7 "
32
+ node_js : " 6 "
33
33
env : CXX=g++-4.8 TEST_SUITE=lint
34
34
- os : linux
35
- node_js : " 7 "
35
+ node_js : " 6 "
36
36
env : CXX=g++-4.8 TEST_SUITE=testState
37
37
- os : linux
38
- node_js : " 7 "
38
+ node_js : " 6 "
39
39
env : CXX=g++-4.8 TEST_SUITE=testBlockchainBlockGasLimit
40
40
- os : linux
41
- node_js : " 7 "
41
+ node_js : " 6 "
42
42
env : CXX=g++-4.8 TEST_SUITE=testBlockchainTotalDifficulty
43
43
script : npm run $TEST_SUITE
Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ 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.2] - 2017-10-29
9
+ - Better handling of `` rustbn.js `` exceptions
10
+ - Fake (default if non-provided) blockchain fixes
11
+ - Testing improvements (separate skip lists)
12
+ - Minor optimizations and bug fixes
13
+
14
+ [ 2.3.2 ] : https://github.com/ethereumjs/ethereumjs-vm/compare/v2.3.1...v2.3.2
15
+
8
16
## [ 2.3.1] - 2017-10-11
9
17
- `` Byzantium `` compatible
10
18
- New opcodes `` REVERT `` , `` RETURNDATA `` and `` STATICCALL ``
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ethereumjs-vm" ,
3
- "version" : " 2.3.1 " ,
3
+ "version" : " 2.3.2 " ,
4
4
"description" : " an ethereum VM implementation" ,
5
5
"main" : " index.js" ,
6
6
"dependencies" : {
You can’t perform that action at this time.
0 commit comments