File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
"testStateConstantinople" : " npm run build:dist && node ./tests/tester -s --fork='Constantinople' --dist" ,
16
16
"testStatePetersburg" : " npm run build:dist && node ./tests/tester -s --fork='Petersburg' --dist" ,
17
17
"testBuildIntegrity" : " npm run build:dist && node ./tests/tester -s --dist --test='stackOverflow'" ,
18
- "testBlockchain" : " npm run build:dist && node --stack-size=1500 ./tests/tester -b --fork='Constantinople ' --dist --excludeDir='GeneralStateTests'" ,
18
+ "testBlockchain" : " npm run build:dist && node --stack-size=1500 ./tests/tester -b --fork='Petersburg ' --dist --excludeDir='GeneralStateTests'" ,
19
19
"testBlockchainGeneralStateTests" : " npm run build:dist && node --stack-size=1500 ./tests/tester -b --dist --dir='GeneralStateTests'" ,
20
20
"testAPI" : " tape './tests/api/**/*.js'" ,
21
21
"test" : " echo \" [INFO] Generic test cmd not used. See package.json for more specific test run cmds.\" " ,
Original file line number Diff line number Diff line change 3
3
const argv = require ( 'minimist' ) ( process . argv . slice ( 2 ) )
4
4
const tape = require ( 'tape' )
5
5
const testing = require ( 'ethereumjs-testing' )
6
- const FORK_CONFIG = argv . fork || 'Byzantium '
6
+ const FORK_CONFIG = argv . fork || 'Petersburg '
7
7
const {
8
8
getRequiredForkConfigAlias
9
9
} = require ( './util' )
You can’t perform that action at this time.
0 commit comments