diff options
Diffstat (limited to 'src/BlockchainTestsFiller/GeneralStateTests/stRevertTest/RevertPrecompiledTouchCC_d0g0v0Filler.json')
-rw-r--r-- | src/BlockchainTestsFiller/GeneralStateTests/stRevertTest/RevertPrecompiledTouchCC_d0g0v0Filler.json | 91 |
1 files changed, 90 insertions, 1 deletions
diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stRevertTest/RevertPrecompiledTouchCC_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stRevertTest/RevertPrecompiledTouchCC_d0g0v0Filler.json index 87a4ad865..81efce74c 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stRevertTest/RevertPrecompiledTouchCC_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stRevertTest/RevertPrecompiledTouchCC_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0xea60", "gasPrice" : "0x01", "nonce" : "0x01", @@ -25,6 +25,95 @@ ] } ], + "expect" : [ + { + "network" : "EIP158", + "result" : { + "0x0000000000000000000000000000000000000001" : { + "balance" : "0x00" + }, + "0x0000000000000000000000000000000000000002" : { + "balance" : "0x00" + }, + "0x0000000000000000000000000000000000000003" : { + "balance" : "0x00" + }, + "0x0000000000000000000000000000000000000004" : { + "balance" : "0x00" + }, + "0x0000000000000000000000000000000000000005" : { + "balance" : "0x00" + }, + "0x0000000000000000000000000000000000000006" : { + "balance" : "0x00" + }, + "0x0000000000000000000000000000000000000007" : { + "balance" : "0x00" + }, + "0x0000000000000000000000000000000000000008" : { + "balance" : "0x00" + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0x0000000000000000000000000000000000000001" : { + "balance" : "0x00" + }, + "0x0000000000000000000000000000000000000002" : { + "balance" : "0x00" + }, + "0x0000000000000000000000000000000000000003" : { + "balance" : "0x00" + }, + "0x0000000000000000000000000000000000000004" : { + "balance" : "0x00" + }, + "0x0000000000000000000000000000000000000005" : { + "balance" : "0x00" + }, + "0x0000000000000000000000000000000000000006" : { + "balance" : "0x00" + }, + "0x0000000000000000000000000000000000000007" : { + "balance" : "0x00" + }, + "0x0000000000000000000000000000000000000008" : { + "balance" : "0x00" + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x0000000000000000000000000000000000000001" : { + "balance" : "0x00" + }, + "0x0000000000000000000000000000000000000002" : { + "balance" : "0x00" + }, + "0x0000000000000000000000000000000000000003" : { + "balance" : "0x00" + }, + "0x0000000000000000000000000000000000000004" : { + "balance" : "0x00" + }, + "0x0000000000000000000000000000000000000005" : { + "balance" : "0x00" + }, + "0x0000000000000000000000000000000000000006" : { + "balance" : "0x00" + }, + "0x0000000000000000000000000000000000000007" : { + "balance" : "0x00" + }, + "0x0000000000000000000000000000000000000008" : { + "balance" : "0x00" + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "68795c4aa09d6f4ed3e5deddf8c2ad3049a601da", |