diff options
Diffstat (limited to 'src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCreateGasMemory_d0g0v0Filler.json')
-rw-r--r-- | src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCreateGasMemory_d0g0v0Filler.json | 60 |
1 files changed, 59 insertions, 1 deletions
diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCreateGasMemory_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCreateGasMemory_d0g0v0Filler.json index 5150d60b5..f4cabc527 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCreateGasMemory_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCreateGasMemory_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0x07a120", "gasPrice" : "0x01", "nonce" : "0x00", @@ -25,6 +25,64 @@ ] } ], + "expect" : [ + { + "network" : "Homestead", + "result" : { + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06807e" + } + }, + "0xf1ecf98489fa9ed60a664fc4998db699cfa39d40" : { + "balance" : "0x00" + } + } + }, + { + "network" : "EIP150", + "result" : { + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06807e" + } + }, + "0xf1ecf98489fa9ed60a664fc4998db699cfa39d40" : { + "balance" : "0x00" + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06807e" + } + }, + "0xf1ecf98489fa9ed60a664fc4998db699cfa39d40" : { + "balance" : "0x00" + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06807e" + } + }, + "0xf1ecf98489fa9ed60a664fc4998db699cfa39d40" : { + "balance" : "0x00" + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", |