From badaac2f07e2dcdee57a81913401e18120138ffe Mon Sep 17 00:00:00 2001 From: Dimitry Date: Wed, 31 Jan 2018 22:28:56 +0300 Subject: refill blockchain stEIP150singleCodeGasPrices --- .../RawBalanceGas_d0g0v0Filler.json | 48 ++++++++++++- .../RawCallCodeGasAsk_d0g0v0Filler.json | 65 ++++++++++++++++- .../RawCallCodeGasMemoryAsk_d0g0v0Filler.json | 65 ++++++++++++++++- .../RawCallCodeGasMemory_d0g0v0Filler.json | 68 +++++++++++++++++- ...awCallCodeGasValueTransferAsk_d0g0v0Filler.json | 65 ++++++++++++++++- ...CodeGasValueTransferMemoryAsk_d0g0v0Filler.json | 65 ++++++++++++++++- ...allCodeGasValueTransferMemory_d0g0v0Filler.json | 68 +++++++++++++++++- .../RawCallCodeGasValueTransfer_d0g0v0Filler.json | 68 +++++++++++++++++- .../RawCallCodeGas_d0g0v0Filler.json | 84 +++++++++++++++++++++- .../RawCallGasAsk_d0g0v0Filler.json | 65 ++++++++++++++++- .../RawCallGasValueTransferAsk_d0g0v0Filler.json | 65 ++++++++++++++++- ...CallGasValueTransferMemoryAsk_d0g0v0Filler.json | 65 ++++++++++++++++- ...RawCallGasValueTransferMemory_d0g0v0Filler.json | 68 +++++++++++++++++- .../RawCallGasValueTransfer_d0g0v0Filler.json | 68 +++++++++++++++++- .../RawCallGas_d0g0v0Filler.json | 68 +++++++++++++++++- .../RawCallMemoryGasAsk_d0g0v0Filler.json | 65 ++++++++++++++++- .../RawCallMemoryGas_d0g0v0Filler.json | 68 +++++++++++++++++- ...awCreateFailGasValueTransfer2_d0g0v0Filler.json | 56 ++++++++++++++- ...RawCreateFailGasValueTransfer_d0g0v0Filler.json | 56 ++++++++++++++- .../RawCreateGasMemory_d0g0v0Filler.json | 60 +++++++++++++++- ...wCreateGasValueTransferMemory_d0g0v0Filler.json | 60 +++++++++++++++- .../RawCreateGasValueTransfer_d0g0v0Filler.json | 60 +++++++++++++++- .../RawCreateGas_d0g0v0Filler.json | 60 +++++++++++++++- .../RawDelegateCallGasAsk_d0g0v0Filler.json | 65 ++++++++++++++++- .../RawDelegateCallGasMemoryAsk_d0g0v0Filler.json | 65 ++++++++++++++++- .../RawDelegateCallGasMemory_d0g0v0Filler.json | 68 +++++++++++++++++- .../RawDelegateCallGas_d0g0v0Filler.json | 68 +++++++++++++++++- .../RawExtCodeCopyGas_d0g0v0Filler.json | 48 ++++++++++++- .../RawExtCodeCopyMemoryGas_d0g0v0Filler.json | 48 ++++++++++++- .../RawExtCodeSizeGas_d0g0v0Filler.json | 52 +++++++++++++- 30 files changed, 1864 insertions(+), 30 deletions(-) (limited to 'src/BlockchainTestsFiller') diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawBalanceGas_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawBalanceGas_d0g0v0Filler.json index 356f4866a..dd86f262e 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawBalanceGas_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawBalanceGas_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0x0927c0", "gasPrice" : "0x01", "nonce" : "0x00", @@ -25,6 +25,52 @@ ] } ], + "expect" : [ + { + "network" : "Homestead", + "result" : { + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x08d5b6", + "0x01" : "0x088778" + } + } + } + }, + { + "network" : "EIP150", + "result" : { + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x08d5b6", + "0x01" : "0x0885fc" + } + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x08d5b6", + "0x01" : "0x0885fc" + } + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x08d5b6", + "0x01" : "0x0885fc" + } + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallCodeGasAsk_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallCodeGasAsk_d0g0v0Filler.json index b071c4bf9..702c2ecf1 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallCodeGasAsk_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallCodeGasAsk_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0x07a120", "gasPrice" : "0x01", "nonce" : "0x00", @@ -25,6 +25,69 @@ ] } ], + "expect" : [ + { + "network" : "Homestead", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + } + } + }, + { + "network" : "EIP150", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06aff9", + "0x02" : "0x06e228" + } + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06aff9", + "0x02" : "0x06e228" + } + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06aff9", + "0x02" : "0x06e228" + } + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallCodeGasMemoryAsk_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallCodeGasMemoryAsk_d0g0v0Filler.json index a00de294f..b92ff79ce 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallCodeGasMemoryAsk_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallCodeGasMemoryAsk_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0x07a120", "gasPrice" : "0x01", "nonce" : "0x00", @@ -25,6 +25,69 @@ ] } ], + "expect" : [ + { + "network" : "Homestead", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + } + } + }, + { + "network" : "EIP150", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06ac91", + "0x02" : "0x06dece" + } + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06ac91", + "0x02" : "0x06dece" + } + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06ac91", + "0x02" : "0x06dece" + } + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallCodeGasMemory_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallCodeGasMemory_d0g0v0Filler.json index f27a0ba67..1cddc338f 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallCodeGasMemory_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallCodeGasMemory_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0x07a120", "gasPrice" : "0x01", "nonce" : "0x00", @@ -25,6 +25,72 @@ ] } ], + "expect" : [ + { + "network" : "Homestead", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06af25", + "0x02" : "0x752e" + } + } + } + }, + { + "network" : "EIP150", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06ac91", + "0x02" : "0x752e" + } + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06ac91", + "0x02" : "0x752e" + } + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06ac91", + "0x02" : "0x752e" + } + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallCodeGasValueTransferAsk_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallCodeGasValueTransferAsk_d0g0v0Filler.json index 658ca4521..4ec7a9d10 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallCodeGasValueTransferAsk_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallCodeGasValueTransferAsk_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0x07a120", "gasPrice" : "0x01", "nonce" : "0x00", @@ -25,6 +25,69 @@ ] } ], + "expect" : [ + { + "network" : "Homestead", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + } + } + }, + { + "network" : "EIP150", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x0695cd", + "0x02" : "0x06c889" + } + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x0695cd", + "0x02" : "0x06c889" + } + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x0695cd", + "0x02" : "0x06c889" + } + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallCodeGasValueTransferMemoryAsk_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallCodeGasValueTransferMemoryAsk_d0g0v0Filler.json index 36ba2491d..26aebda26 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallCodeGasValueTransferMemoryAsk_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallCodeGasValueTransferMemoryAsk_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0x07a120", "gasPrice" : "0x01", "nonce" : "0x00", @@ -25,6 +25,69 @@ ] } ], + "expect" : [ + { + "network" : "Homestead", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + } + } + }, + { + "network" : "EIP150", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x069265", + "0x02" : "0x06c52e" + } + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x069265", + "0x02" : "0x06c52e" + } + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x069265", + "0x02" : "0x06c52e" + } + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallCodeGasValueTransferMemory_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallCodeGasValueTransferMemory_d0g0v0Filler.json index aa48a2882..ec9c0c0ae 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallCodeGasValueTransferMemory_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallCodeGasValueTransferMemory_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0x07a120", "gasPrice" : "0x01", "nonce" : "0x00", @@ -25,6 +25,72 @@ ] } ], + "expect" : [ + { + "network" : "Homestead", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x0694f9", + "0x02" : "0x7e2a" + } + } + } + }, + { + "network" : "EIP150", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x069265", + "0x02" : "0x7e2a" + } + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x069265", + "0x02" : "0x7e2a" + } + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x069265", + "0x02" : "0x7e2a" + } + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallCodeGasValueTransfer_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallCodeGasValueTransfer_d0g0v0Filler.json index 0124bdc51..f2d5727cb 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallCodeGasValueTransfer_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallCodeGasValueTransfer_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0x07a120", "gasPrice" : "0x01", "nonce" : "0x00", @@ -25,6 +25,72 @@ ] } ], + "expect" : [ + { + "network" : "Homestead", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x069861", + "0x02" : "0x7e2a" + } + } + } + }, + { + "network" : "EIP150", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x0695cd", + "0x02" : "0x7e2a" + } + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x0695cd", + "0x02" : "0x7e2a" + } + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x0695cd", + "0x02" : "0x7e2a" + } + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallCodeGas_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallCodeGas_d0g0v0Filler.json index 9219e5f97..efef8da6e 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallCodeGas_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallCodeGas_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0x07a120", "gasPrice" : "0x01", "nonce" : "0x00", @@ -25,6 +25,88 @@ ] } ], + "expect" : [ + { + "network" : "Frontier", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06b28d", + "0x02" : "0x752e" + } + } + } + }, + { + "network" : "Homestead", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06b28d", + "0x02" : "0x752e" + } + } + } + }, + { + "network" : "EIP150", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06aff9", + "0x02" : "0x752e" + } + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06aff9", + "0x02" : "0x752e" + } + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06aff9", + "0x02" : "0x752e" + } + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallGasAsk_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallGasAsk_d0g0v0Filler.json index d65917fc3..5c587d967 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallGasAsk_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallGasAsk_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0x07a120", "gasPrice" : "0x01", "nonce" : "0x00", @@ -25,6 +25,69 @@ ] } ], + "expect" : [ + { + "network" : "Homestead", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + } + } + }, + { + "network" : "EIP150", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x02" : "0x06e228" + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06aff9" + } + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x02" : "0x06e228" + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06aff9" + } + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x02" : "0x06e228" + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06aff9" + } + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallGasValueTransferAsk_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallGasValueTransferAsk_d0g0v0Filler.json index 9e0609340..122f62ab2 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallGasValueTransferAsk_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallGasValueTransferAsk_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0x07a120", "gasPrice" : "0x01", "nonce" : "0x00", @@ -25,6 +25,69 @@ ] } ], + "expect" : [ + { + "network" : "Homestead", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + } + } + }, + { + "network" : "EIP150", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x02" : "0x06c889" + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x0695cd" + } + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x02" : "0x06c889" + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x0695cd" + } + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x02" : "0x06c889" + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x0695cd" + } + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallGasValueTransferMemoryAsk_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallGasValueTransferMemoryAsk_d0g0v0Filler.json index acd579c30..a79aeec4b 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallGasValueTransferMemoryAsk_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallGasValueTransferMemoryAsk_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0x07a120", "gasPrice" : "0x01", "nonce" : "0x00", @@ -25,6 +25,69 @@ ] } ], + "expect" : [ + { + "network" : "Homestead", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + } + } + }, + { + "network" : "EIP150", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x02" : "0x06c52e" + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x069265" + } + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x02" : "0x06c52e" + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x069265" + } + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x02" : "0x06c52e" + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x069265" + } + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallGasValueTransferMemory_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallGasValueTransferMemory_d0g0v0Filler.json index 728b05993..11588c7f1 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallGasValueTransferMemory_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallGasValueTransferMemory_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0x07a120", "gasPrice" : "0x01", "nonce" : "0x00", @@ -25,6 +25,72 @@ ] } ], + "expect" : [ + { + "network" : "Homestead", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x02" : "0x7e2a" + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x0694f9" + } + } + } + }, + { + "network" : "EIP150", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x02" : "0x7e2a" + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x069265" + } + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x02" : "0x7e2a" + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x069265" + } + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x02" : "0x7e2a" + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x069265" + } + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallGasValueTransfer_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallGasValueTransfer_d0g0v0Filler.json index a5d90587f..263ab9c24 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallGasValueTransfer_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallGasValueTransfer_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0x07a120", "gasPrice" : "0x01", "nonce" : "0x00", @@ -25,6 +25,72 @@ ] } ], + "expect" : [ + { + "network" : "Homestead", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x02" : "0x7e2a" + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x069861" + } + } + } + }, + { + "network" : "EIP150", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x02" : "0x7e2a" + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x0695cd" + } + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x02" : "0x7e2a" + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x0695cd" + } + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x02" : "0x7e2a" + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x0695cd" + } + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallGas_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallGas_d0g0v0Filler.json index 4aa7b0bfb..4047a8f42 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallGas_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallGas_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0x07a120", "gasPrice" : "0x01", "nonce" : "0x00", @@ -25,6 +25,72 @@ ] } ], + "expect" : [ + { + "network" : "Homestead", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x02" : "0x752e" + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06b28d" + } + } + } + }, + { + "network" : "EIP150", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x02" : "0x752e" + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06aff9" + } + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x02" : "0x752e" + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06aff9" + } + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x02" : "0x752e" + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06aff9" + } + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallMemoryGasAsk_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallMemoryGasAsk_d0g0v0Filler.json index 2098120a8..7fb55011e 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallMemoryGasAsk_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallMemoryGasAsk_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0x07a120", "gasPrice" : "0x01", "nonce" : "0x00", @@ -25,6 +25,69 @@ ] } ], + "expect" : [ + { + "network" : "Homestead", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + } + } + }, + { + "network" : "EIP150", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x02" : "0x06dece" + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06ac91" + } + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x02" : "0x06dece" + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06ac91" + } + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x02" : "0x06dece" + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06ac91" + } + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallMemoryGas_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallMemoryGas_d0g0v0Filler.json index 7f94e148e..e05433bef 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallMemoryGas_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCallMemoryGas_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0x07a120", "gasPrice" : "0x01", "nonce" : "0x00", @@ -25,6 +25,72 @@ ] } ], + "expect" : [ + { + "network" : "Homestead", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x02" : "0x752e" + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06af25" + } + } + } + }, + { + "network" : "EIP150", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x02" : "0x752e" + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06ac91" + } + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x02" : "0x752e" + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06ac91" + } + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x02" : "0x752e" + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06ac91" + } + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCreateFailGasValueTransfer2_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCreateFailGasValueTransfer2_d0g0v0Filler.json index 5c96b0cb3..4acce927c 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCreateFailGasValueTransfer2_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCreateFailGasValueTransfer2_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0x07a120", "gasPrice" : "0x01", "nonce" : "0x00", @@ -25,6 +25,60 @@ ] } ], + "expect" : [ + { + "network" : "Homestead", + "result" : { + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06807e" + } + }, + "0xf1ecf98489fa9ed60a664fc4998db699cfa39d40" : { + } + } + }, + { + "network" : "EIP150", + "result" : { + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06807e" + } + }, + "0xf1ecf98489fa9ed60a664fc4998db699cfa39d40" : { + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06807e" + } + }, + "0xf1ecf98489fa9ed60a664fc4998db699cfa39d40" : { + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06807e" + } + }, + "0xf1ecf98489fa9ed60a664fc4998db699cfa39d40" : { + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCreateFailGasValueTransfer_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCreateFailGasValueTransfer_d0g0v0Filler.json index d6e9ea1b9..23d10e64a 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCreateFailGasValueTransfer_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCreateFailGasValueTransfer_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0x07a120", "gasPrice" : "0x01", "nonce" : "0x00", @@ -25,6 +25,60 @@ ] } ], + "expect" : [ + { + "network" : "Homestead", + "result" : { + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x0683e6" + } + }, + "0xf1ecf98489fa9ed60a664fc4998db699cfa39d40" : { + } + } + }, + { + "network" : "EIP150", + "result" : { + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x0683e6" + } + }, + "0xf1ecf98489fa9ed60a664fc4998db699cfa39d40" : { + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x0683e6" + } + }, + "0xf1ecf98489fa9ed60a664fc4998db699cfa39d40" : { + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x0683e6" + } + }, + "0xf1ecf98489fa9ed60a664fc4998db699cfa39d40" : { + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", 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", diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCreateGasValueTransferMemory_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCreateGasValueTransferMemory_d0g0v0Filler.json index 7a81039b7..51a33ecd3 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCreateGasValueTransferMemory_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCreateGasValueTransferMemory_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" : "0x0a" + } + } + }, + { + "network" : "EIP150", + "result" : { + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06807e" + } + }, + "0xf1ecf98489fa9ed60a664fc4998db699cfa39d40" : { + "balance" : "0x0a" + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06807e" + } + }, + "0xf1ecf98489fa9ed60a664fc4998db699cfa39d40" : { + "balance" : "0x0a" + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06807e" + } + }, + "0xf1ecf98489fa9ed60a664fc4998db699cfa39d40" : { + "balance" : "0x0a" + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCreateGasValueTransfer_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCreateGasValueTransfer_d0g0v0Filler.json index 51e867278..2790dd267 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCreateGasValueTransfer_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCreateGasValueTransfer_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" : "0x0683e6" + } + }, + "0xf1ecf98489fa9ed60a664fc4998db699cfa39d40" : { + "balance" : "0x0a" + } + } + }, + { + "network" : "EIP150", + "result" : { + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x0683e6" + } + }, + "0xf1ecf98489fa9ed60a664fc4998db699cfa39d40" : { + "balance" : "0x0a" + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x0683e6" + } + }, + "0xf1ecf98489fa9ed60a664fc4998db699cfa39d40" : { + "balance" : "0x0a" + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x0683e6" + } + }, + "0xf1ecf98489fa9ed60a664fc4998db699cfa39d40" : { + "balance" : "0x0a" + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCreateGas_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCreateGas_d0g0v0Filler.json index 36ea58a97..55ee5a24e 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCreateGas_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawCreateGas_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" : "0x0683e6" + } + }, + "0xf1ecf98489fa9ed60a664fc4998db699cfa39d40" : { + "balance" : "0x00" + } + } + }, + { + "network" : "EIP150", + "result" : { + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x0683e6" + } + }, + "0xf1ecf98489fa9ed60a664fc4998db699cfa39d40" : { + "balance" : "0x00" + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x0683e6" + } + }, + "0xf1ecf98489fa9ed60a664fc4998db699cfa39d40" : { + "balance" : "0x00" + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x0683e6" + } + }, + "0xf1ecf98489fa9ed60a664fc4998db699cfa39d40" : { + "balance" : "0x00" + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawDelegateCallGasAsk_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawDelegateCallGasAsk_d0g0v0Filler.json index 43a312dd6..526c248af 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawDelegateCallGasAsk_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawDelegateCallGasAsk_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0x07a120", "gasPrice" : "0x01", "nonce" : "0x00", @@ -25,6 +25,69 @@ ] } ], + "expect" : [ + { + "network" : "Homestead", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + } + } + }, + { + "network" : "EIP150", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06affc", + "0x02" : "0x06e22b" + } + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06affc", + "0x02" : "0x06e22b" + } + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06affc", + "0x02" : "0x06e22b" + } + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawDelegateCallGasMemoryAsk_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawDelegateCallGasMemoryAsk_d0g0v0Filler.json index b215479b8..78522a68a 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawDelegateCallGasMemoryAsk_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawDelegateCallGasMemoryAsk_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0x07a120", "gasPrice" : "0x01", "nonce" : "0x00", @@ -25,6 +25,69 @@ ] } ], + "expect" : [ + { + "network" : "Homestead", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + } + } + }, + { + "network" : "EIP150", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06ac94", + "0x02" : "0x06ded1" + } + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06ac94", + "0x02" : "0x06ded1" + } + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06ac94", + "0x02" : "0x06ded1" + } + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawDelegateCallGasMemory_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawDelegateCallGasMemory_d0g0v0Filler.json index 2243ba976..a706ad73b 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawDelegateCallGasMemory_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawDelegateCallGasMemory_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0x07a120", "gasPrice" : "0x01", "nonce" : "0x00", @@ -25,6 +25,72 @@ ] } ], + "expect" : [ + { + "network" : "Homestead", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06af28", + "0x02" : "0x752e" + } + } + } + }, + { + "network" : "EIP150", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06ac94", + "0x02" : "0x752e" + } + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06ac94", + "0x02" : "0x752e" + } + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06ac94", + "0x02" : "0x752e" + } + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawDelegateCallGas_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawDelegateCallGas_d0g0v0Filler.json index 38b7ca9cc..3e029115c 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawDelegateCallGas_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawDelegateCallGas_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0x07a120", "gasPrice" : "0x01", "nonce" : "0x00", @@ -25,6 +25,72 @@ ] } ], + "expect" : [ + { + "network" : "Homestead", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06b290", + "0x02" : "0x752e" + } + } + } + }, + { + "network" : "EIP150", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06affc", + "0x02" : "0x752e" + } + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06affc", + "0x02" : "0x752e" + } + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x074f16", + "0x01" : "0x06affc", + "0x02" : "0x752e" + } + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawExtCodeCopyGas_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawExtCodeCopyGas_d0g0v0Filler.json index f9e957347..9f7beddc3 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawExtCodeCopyGas_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawExtCodeCopyGas_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0x0927c0", "gasPrice" : "0x01", "nonce" : "0x00", @@ -25,6 +25,52 @@ ] } ], + "expect" : [ + { + "network" : "Homestead", + "result" : { + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x08d5b6", + "0x01" : "0x08876b" + } + } + } + }, + { + "network" : "EIP150", + "result" : { + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x08d5b6", + "0x01" : "0x0884c3" + } + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x08d5b6", + "0x01" : "0x0884c3" + } + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x08d5b6", + "0x01" : "0x0884c3" + } + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawExtCodeCopyMemoryGas_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawExtCodeCopyMemoryGas_d0g0v0Filler.json index 0d8280a6b..875d8f7ce 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawExtCodeCopyMemoryGas_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawExtCodeCopyMemoryGas_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0x0927c0", "gasPrice" : "0x01", "nonce" : "0x00", @@ -25,6 +25,52 @@ ] } ], + "expect" : [ + { + "network" : "Homestead", + "result" : { + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x08d5b6", + "0x01" : "0x087e5d" + } + } + } + }, + { + "network" : "EIP150", + "result" : { + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x08d5b6", + "0x01" : "0x087bb5" + } + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x08d5b6", + "0x01" : "0x087bb5" + } + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x08d5b6", + "0x01" : "0x087bb5" + } + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawExtCodeSizeGas_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawExtCodeSizeGas_d0g0v0Filler.json index 53ce2aad8..385757a38 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawExtCodeSizeGas_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stEIP150singleCodeGasPrices/RawExtCodeSizeGas_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0x0927c0", "gasPrice" : "0x01", "nonce" : "0x00", @@ -25,6 +25,56 @@ ] } ], + "expect" : [ + { + "network" : "Homestead", + "result" : { + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "code" : "0x5a60005573094f5374fce5edbc8e2a8697c15331677e6ebf0b3b505a600155", + "storage" : { + "0x00" : "0x08d5b6", + "0x01" : "0x088778" + } + } + } + }, + { + "network" : "EIP150", + "result" : { + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "code" : "0x5a60005573094f5374fce5edbc8e2a8697c15331677e6ebf0b3b505a600155", + "storage" : { + "0x00" : "0x08d5b6", + "0x01" : "0x0884d0" + } + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "code" : "0x5a60005573094f5374fce5edbc8e2a8697c15331677e6ebf0b3b505a600155", + "storage" : { + "0x00" : "0x08d5b6", + "0x01" : "0x0884d0" + } + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "code" : "0x5a60005573094f5374fce5edbc8e2a8697c15331677e6ebf0b3b505a600155", + "storage" : { + "0x00" : "0x08d5b6", + "0x01" : "0x0884d0" + } + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", -- cgit