From f1f66427c457bfbea23b194c1dbd74585fb1359c Mon Sep 17 00:00:00 2001 From: Dimitry Date: Fri, 16 Feb 2018 01:48:40 +0300 Subject: fix stQuadraticComplexityTest --- .../Create1000Byzantium_d0g0v0Filler.json | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'src/BlockchainTestsFiller/GeneralStateTests/stQuadraticComplexityTest/Create1000Byzantium_d0g0v0Filler.json') diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stQuadraticComplexityTest/Create1000Byzantium_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stQuadraticComplexityTest/Create1000Byzantium_d0g0v0Filler.json index b8b4a63de..c09260c19 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stQuadraticComplexityTest/Create1000Byzantium_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stQuadraticComplexityTest/Create1000Byzantium_d0g0v0Filler.json @@ -26,6 +26,34 @@ } ], "expect" : [ + { + "network" : "Byzantium", + "result" : { + "0x010d8b0816e30ff51ba07678c64b272cdeddb807" : { + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x29a2241af62e49f0", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x010d8b0816e30ff51ba07678c64b272cdeddb807" : { + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x29a2241af62e49f0", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + } + } + } ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", -- cgit