Skip to content

Commit 45dcc91

Browse files
committed
Updated ethereumjs-testing to v1.2.7 (temporary constantinopleFix-including release), run blockchain tests on constantinople
1 parent cca3f09 commit 45dcc91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"testStateByzantium": "npm run build:dist && node ./tests/tester -s --fork='Byzantium' --dist",
1515
"testStateConstantinople": "npm run build:dist && node ./tests/tester -s --fork='Constantinople' --dist",
1616
"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'",
1818
"testBlockchainGeneralStateTests": "npm run build:dist && node --stack-size=1500 ./tests/tester -b --dist --dir='GeneralStateTests'",
1919
"testAPI": "tape ./tests/api/*.js",
2020
"test": "node ./tests/tester -a",
@@ -51,7 +51,7 @@
5151
"coveralls": "^3.0.0",
5252
"documentation": "^8.1.2",
5353
"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",
5555
"ethereumjs-tx": "1.3.7",
5656
"level": "^4.0.0",
5757
"level-mem": "^3.0.1",

0 commit comments

Comments
 (0)