From de7d02eba09e5bec2e1837e8b4ba1e2e9a4e2677 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Sun, 11 Mar 2018 01:41:06 +0100 Subject: [PATCH] Default to constantinople for testing --- tests/tester.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tester.js b/tests/tester.js index ae0368112df..588db95fb60 100755 --- a/tests/tester.js +++ b/tests/tester.js @@ -4,7 +4,7 @@ const argv = require('minimist')(process.argv.slice(2)) const async = require('async') const tape = require('tape') const testing = require('ethereumjs-testing') -const FORK_CONFIG = argv.fork || 'Byzantium' +const FORK_CONFIG = argv.fork || 'Constantinople' // tests which should be fixed const skipBroken = [ 'CreateHashCollision', // impossible hash collision on generating address