diff options
Diffstat (limited to 'src/GeneralStateTestsFiller/stCallCreateCallCodeTest/CallcodeLoseGasOOGFiller.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stCallCreateCallCodeTest/CallcodeLoseGasOOGFiller.json | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/CallcodeLoseGasOOGFiller.json b/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/CallcodeLoseGasOOGFiller.json index bb67d9af3..86b790b4b 100644 --- a/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/CallcodeLoseGasOOGFiller.json +++ b/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/CallcodeLoseGasOOGFiller.json @@ -10,7 +10,7 @@ }, "expect" : [ { - "indexes" : { "data" : -1, "gas" : -1, "value" : -1 }, + "indexes" : { "data" : -1, "gas" : 0, "value" : -1 }, "network" : ["Frontier"], "result" : { "bbbf5374fce5edbc8e2a8697c15331677e6ebf0b" : { @@ -22,8 +22,20 @@ } }, { - "indexes" : { "data" : -1, "gas" : -1, "value" : -1 }, - "network" : [">=Byzantium" ], + "indexes" : { "data" : -1, "gas" : 0, "value" : -1 }, + "network" : ["Byzantium" ], + "result" : { + "bbbf5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x00", + "0x02" : "0x00" + } + } + } + }, + { + "indexes" : { "data" : -1, "gas" : 1, "value" : -1 }, + "network" : [">=Constantinople" ], "result" : { "bbbf5374fce5edbc8e2a8697c15331677e6ebf0b" : { "storage" : { @@ -62,7 +74,7 @@ "" ], "gasLimit" : [ - "166262" + "166262", "156262" ], "gasPrice" : "1", "nonce" : "", |