diff options
Diffstat (limited to 'src/BlockchainTestsFiller/GeneralStateTests/stTransactionTest/CreateMessageSuccess_d0g0v0Filler.json')
-rw-r--r-- | src/BlockchainTestsFiller/GeneralStateTests/stTransactionTest/CreateMessageSuccess_d0g0v0Filler.json | 88 |
1 files changed, 87 insertions, 1 deletions
diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stTransactionTest/CreateMessageSuccess_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stTransactionTest/CreateMessageSuccess_d0g0v0Filler.json index 7428835f7..24940d754 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stTransactionTest/CreateMessageSuccess_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stTransactionTest/CreateMessageSuccess_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0x02032a", "gasPrice" : "0x01", "nonce" : "0x00", @@ -25,6 +25,92 @@ ] } ], + "expect" : [ + { + "network" : "Frontier", + "result" : { + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x64", + "nonce" : "0x01" + }, + "0xf1ecf98489fa9ed60a664fc4998db699cfa39d40" : { + "storage" : { + "0x00" : "0x0c" + } + } + } + }, + { + "network" : "Homestead", + "result" : { + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x64", + "nonce" : "0x01" + }, + "0xf1ecf98489fa9ed60a664fc4998db699cfa39d40" : { + "storage" : { + "0x00" : "0x0c" + } + } + } + }, + { + "network" : "EIP150", + "result" : { + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x64", + "nonce" : "0x01" + }, + "0xf1ecf98489fa9ed60a664fc4998db699cfa39d40" : { + "storage" : { + "0x00" : "0x0c" + } + } + } + }, + { + "network" : "EIP158", + "result" : { + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x64", + "nonce" : "0x01" + }, + "0xf1ecf98489fa9ed60a664fc4998db699cfa39d40" : { + "storage" : { + "0x00" : "0x0c" + } + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x64", + "nonce" : "0x01" + }, + "0xf1ecf98489fa9ed60a664fc4998db699cfa39d40" : { + "storage" : { + "0x00" : "0x0c" + } + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x64", + "nonce" : "0x01" + }, + "0xf1ecf98489fa9ed60a664fc4998db699cfa39d40" : { + "storage" : { + "0x00" : "0x0c" + } + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", |