File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
"testStateByzantium" : " npm run build:dist && node ./tests/tester -s --fork='Byzantium' --dist" ,
15
15
"testStateConstantinople" : " npm run build:dist && node ./tests/tester -s --fork='Constantinople' --dist" ,
16
16
"testBuildIntegrity" : " npm run build:dist && node ./tests/tester -s --dist --test='stackOverflow'" ,
17
- "testBlockchain" : " npm run build:dist && node --stack-size=1500 ./tests/tester -b --dist --excludeDir='GeneralStateTests'" ,
17
+ "testBlockchain" : " npm run build:dist && node --stack-size=1500 ./tests/tester -b --fork='Constantinople' -- dist --excludeDir='GeneralStateTests'" ,
18
18
"testBlockchainGeneralStateTests" : " npm run build:dist && node --stack-size=1500 ./tests/tester -b --dist --dir='GeneralStateTests'" ,
19
19
"testAPI" : " tape ./tests/api/*.js" ,
20
20
"test" : " node ./tests/tester -a" ,
51
51
"coveralls" : " ^3.0.0" ,
52
52
"documentation" : " ^8.1.2" ,
53
53
"ethereumjs-blockchain" : " ^3.3.3" ,
54
- "ethereumjs-testing" : " git+https://github.com/ethereumjs/ethereumjs-testing.git#v1.2.5 " ,
54
+ "ethereumjs-testing" : " git+https://github.com/ethereumjs/ethereumjs-testing.git#v1.2.7 " ,
55
55
"ethereumjs-tx" : " 1.3.7" ,
56
56
"level" : " ^4.0.0" ,
57
57
"level-mem" : " ^3.0.1" ,
You can’t perform that action at this time.
0 commit comments