From ff1174eb1a917f225df2ff36f3ab0b14a753b993 Mon Sep 17 00:00:00 2001 From: holgerd77 Date: Wed, 9 Aug 2017 14:34:58 +0200 Subject: [PATCH] Switched test fork configuration to Byzantium --- tests/tester.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tester.js b/tests/tester.js index e9be54e3048..47731673380 100644 --- a/tests/tester.js +++ b/tests/tester.js @@ -2,7 +2,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 || 'Metropolis' +const FORK_CONFIG = argv.fork || 'Byzantium' const skip = [ 'CreateHashCollision', // impossible hash collision on generating address 'SuicidesMixingCoinbase', // sucides to the coinbase, since we run a blockLevel we create coinbase account.