From e2611bffb45353cc9179d7a329f908b7467a4f08 Mon Sep 17 00:00:00 2001 From: Dimitry Date: Tue, 6 Feb 2018 23:35:22 +0300 Subject: update stPreCompiledContracts, stEIP158Specific, stQuadraticComplexity --- ...eationOOGdontLeaveEmptyContractViaTransactionFiller.json | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'src/GeneralStateTestsFiller/stHomesteadSpecific/contractCreationOOGdontLeaveEmptyContractViaTransactionFiller.json') diff --git a/src/GeneralStateTestsFiller/stHomesteadSpecific/contractCreationOOGdontLeaveEmptyContractViaTransactionFiller.json b/src/GeneralStateTestsFiller/stHomesteadSpecific/contractCreationOOGdontLeaveEmptyContractViaTransactionFiller.json index c46285107..cc1d4da81 100644 --- a/src/GeneralStateTestsFiller/stHomesteadSpecific/contractCreationOOGdontLeaveEmptyContractViaTransactionFiller.json +++ b/src/GeneralStateTestsFiller/stHomesteadSpecific/contractCreationOOGdontLeaveEmptyContractViaTransactionFiller.json @@ -18,18 +18,9 @@ } } }, - { + { "indexes" : { "data" : -1, "gas" : -1, "value" : -1}, - "network" : ["Frontier", "EIP158", "EIP150"], - "result" : { - "6295ee1b4f6dd65047762f924ecd367c17eabf8f": { - "balance" : "0" - } - } - }, - { - "indexes" : { "data" : -1, "gas" : -1, "value" : -1}, - "network" : [ "Byzantium"], + "network" : [">=Byzantium"], "result" : { "6295ee1b4f6dd65047762f924ecd367c17eabf8f": { "balance" : "0" -- cgit