diff options
Diffstat (limited to 'src/GeneralStateTestsFiller/stRevertTest/RevertDepth2Filler.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stRevertTest/RevertDepth2Filler.json | 44 |
1 files changed, 41 insertions, 3 deletions
diff --git a/src/GeneralStateTestsFiller/stRevertTest/RevertDepth2Filler.json b/src/GeneralStateTestsFiller/stRevertTest/RevertDepth2Filler.json index 049099b06..aa4e6811f 100644 --- a/src/GeneralStateTestsFiller/stRevertTest/RevertDepth2Filler.json +++ b/src/GeneralStateTestsFiller/stRevertTest/RevertDepth2Filler.json @@ -12,10 +12,48 @@ { "indexes" : { "data" : -1, - "gas" : -1, + "gas" : 0, "value" : -1 }, - "network" : [">Frontier"], + "network" : ["EIP158", "Byzantium"], + "result" : { + "a000000000000000000000000000000000000000" : { + "storage" : { + "0x00" : "0x00", + "0x01" : "0x00", + "0x02" : "0x00" + } + }, + "b000000000000000000000000000000000000000" : { + "storage" : { + "0x00" : "0x00", + "0x01" : "0x00" + } + }, + "c000000000000000000000000000000000000000" : { + "storage" : { + "0x00" : "0x00" + } + }, + "d000000000000000000000000000000000000000" : { + "storage" : { + "0x00" : "0x00", + "0x01" : "0x00", + "0x02" : "0x00" + } + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "nonce" : "1" + } + } + }, + { + "indexes" : { + "data" : -1, + "gas" : 1, + "value" : -1 + }, + "network" : [">=Constantinople"], "result" : { "a000000000000000000000000000000000000000" : { "storage" : { @@ -92,7 +130,7 @@ "" ], "gasLimit" : [ - "170685" + "170685", "136685" ], "gasPrice" : "1", "nonce" : "0", |