diff options
author | Dimitry <dimitry@ethereum.org> | 2018-02-06 01:17:23 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2018-02-06 01:17:23 +0800 |
commit | 581c12b0d10399652839de0b1552f348b6a67d68 (patch) | |
tree | 5b0f530593a502ddde07149523b8928177996f18 /src/BlockchainTestsFiller/GeneralStateTests/stTransactionTest/EmptyTransaction2_d0g0v0Filler.json | |
parent | d36f00b8c1e5a245bc20aee12a4aa68ed17e48cd (diff) | |
download | dexon-tests-581c12b0d10399652839de0b1552f348b6a67d68.tar dexon-tests-581c12b0d10399652839de0b1552f348b6a67d68.tar.gz dexon-tests-581c12b0d10399652839de0b1552f348b6a67d68.tar.bz2 dexon-tests-581c12b0d10399652839de0b1552f348b6a67d68.tar.lz dexon-tests-581c12b0d10399652839de0b1552f348b6a67d68.tar.xz dexon-tests-581c12b0d10399652839de0b1552f348b6a67d68.tar.zst dexon-tests-581c12b0d10399652839de0b1552f348b6a67d68.zip |
refill blockchain stTransaction
Diffstat (limited to 'src/BlockchainTestsFiller/GeneralStateTests/stTransactionTest/EmptyTransaction2_d0g0v0Filler.json')
-rw-r--r-- | src/BlockchainTestsFiller/GeneralStateTests/stTransactionTest/EmptyTransaction2_d0g0v0Filler.json | 91 |
1 files changed, 90 insertions, 1 deletions
diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stTransactionTest/EmptyTransaction2_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stTransactionTest/EmptyTransaction2_d0g0v0Filler.json index 4bd8f0eff..4dd40a4d0 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stTransactionTest/EmptyTransaction2_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stTransactionTest/EmptyTransaction2_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0xd6d8", "gasPrice" : "0x00", "nonce" : "0x00", @@ -25,6 +25,95 @@ ] } ], + "expect" : [ + { + "network" : "Frontier", + "result" : { + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x4563918244f40000" + }, + "0x6295ee1b4f6dd65047762f924ecd367c17eabf8f" : { + "code" : "" + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0186a0", + "nonce" : "0x01" + } + } + }, + { + "network" : "Homestead", + "result" : { + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x4563918244f40000" + }, + "0x6295ee1b4f6dd65047762f924ecd367c17eabf8f" : { + "code" : "" + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0186a0", + "nonce" : "0x01" + } + } + }, + { + "network" : "EIP150", + "result" : { + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "nonce" : "0x00" + }, + "0x6295ee1b4f6dd65047762f924ecd367c17eabf8f" : { + "code" : "" + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0186a0", + "nonce" : "0x01" + } + } + }, + { + "network" : "EIP158", + "result" : { + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + }, + "0x6295ee1b4f6dd65047762f924ecd367c17eabf8f" : { + "code" : "" + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0186a0", + "nonce" : "0x01" + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + }, + "0x6295ee1b4f6dd65047762f924ecd367c17eabf8f" : { + "code" : "" + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0186a0", + "nonce" : "0x01" + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + }, + "0x6295ee1b4f6dd65047762f924ecd367c17eabf8f" : { + "code" : "" + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0186a0", + "nonce" : "0x01" + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", |