diff options
Diffstat (limited to 'src/GeneralStateTestsFiller/stCallCreateCallCodeTest/Call1024OOGFiller.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stCallCreateCallCodeTest/Call1024OOGFiller.json | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/Call1024OOGFiller.json b/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/Call1024OOGFiller.json index 70451ccfc..76d386642 100644 --- a/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/Call1024OOGFiller.json +++ b/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/Call1024OOGFiller.json @@ -10,7 +10,7 @@ }, "expect" : [ { - "indexes" : { "data" : -1, "gas" : -1, "value" : -1 }, + "indexes" : { "data" : -1, "gas" : 0, "value" : -1 }, "network" : ["Frontier"], "result" : { "bbbf5374fce5edbc8e2a8697c15331677e6ebf0b" : { @@ -23,8 +23,21 @@ } }, { - "indexes" : { "data" : -1, "gas" : -1, "value" : -1 }, - "network" : [">=Byzantium" ], + "indexes" : { "data" : -1, "gas" : 0, "value" : -1 }, + "network" : ["Byzantium" ], + "result" : { + "bbbf5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x85", + "0x01" : "0x01", + "0x02" : "0x020789" + } + } + } + }, + { + "indexes" : { "data" : -1, "gas" : 1, "value" : -1 }, + "network" : [">=Constantinople" ], "result" : { "bbbf5374fce5edbc8e2a8697c15331677e6ebf0b" : { "storage" : { @@ -64,7 +77,7 @@ "" ], "gasLimit" : [ - "15720826" + "15720826", "11220826" ], "gasPrice" : "1", "nonce" : "", |