diff options
Diffstat (limited to 'src/BlockchainTestsFiller/GeneralStateTests/stTransactionTest/StoreClearsAndInternlCallStoreClearsSuccess_d0g0v0Filler.json')
-rw-r--r-- | src/BlockchainTestsFiller/GeneralStateTests/stTransactionTest/StoreClearsAndInternlCallStoreClearsSuccess_d0g0v0Filler.json | 100 |
1 files changed, 99 insertions, 1 deletions
diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stTransactionTest/StoreClearsAndInternlCallStoreClearsSuccess_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stTransactionTest/StoreClearsAndInternlCallStoreClearsSuccess_d0g0v0Filler.json index b8a8c83d2..2b1305ef1 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stTransactionTest/StoreClearsAndInternlCallStoreClearsSuccess_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stTransactionTest/StoreClearsAndInternlCallStoreClearsSuccess_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0x030d40", "gasPrice" : "0x01", "nonce" : "0x00", @@ -25,6 +25,104 @@ ] } ], + "expect" : [ + { + "network" : "Frontier", + "result" : { + "0x0000000000000000000000000000000000000000" : { + "balance" : "0x01", + "storage" : { + } + }, + "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x13", + "storage" : { + "0x04" : "0x0c" + } + } + } + }, + { + "network" : "Homestead", + "result" : { + "0x0000000000000000000000000000000000000000" : { + "balance" : "0x01", + "storage" : { + } + }, + "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x13", + "storage" : { + "0x04" : "0x0c" + } + } + } + }, + { + "network" : "EIP150", + "result" : { + "0x0000000000000000000000000000000000000000" : { + "balance" : "0x01", + "storage" : { + } + }, + "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x13", + "storage" : { + "0x04" : "0x0c" + } + } + } + }, + { + "network" : "EIP158", + "result" : { + "0x0000000000000000000000000000000000000000" : { + "balance" : "0x01", + "storage" : { + } + }, + "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x13", + "storage" : { + "0x04" : "0x0c" + } + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0x0000000000000000000000000000000000000000" : { + "balance" : "0x01", + "storage" : { + } + }, + "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x13", + "storage" : { + "0x04" : "0x0c" + } + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x0000000000000000000000000000000000000000" : { + "balance" : "0x01", + "storage" : { + } + }, + "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x13", + "storage" : { + "0x04" : "0x0c" + } + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", |