diff options
author | Dimitry <dimitry@ethereum.org> | 2018-09-14 03:21:47 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2018-09-14 03:21:47 +0800 |
commit | 7f647b72947a011f1869c3895d359f07bf6a73b9 (patch) | |
tree | 9abb2d7f1c92b9f550cb214949e3097bed9c3f2f /src/BlockchainTestsFiller/GeneralStateTests | |
parent | 78dbc922a4a2f0e159a20107462dbadb7967f663 (diff) | |
download | dexon-tests-7f647b72947a011f1869c3895d359f07bf6a73b9.tar dexon-tests-7f647b72947a011f1869c3895d359f07bf6a73b9.tar.gz dexon-tests-7f647b72947a011f1869c3895d359f07bf6a73b9.tar.bz2 dexon-tests-7f647b72947a011f1869c3895d359f07bf6a73b9.tar.lz dexon-tests-7f647b72947a011f1869c3895d359f07bf6a73b9.tar.xz dexon-tests-7f647b72947a011f1869c3895d359f07bf6a73b9.tar.zst dexon-tests-7f647b72947a011f1869c3895d359f07bf6a73b9.zip |
recursive create2
Diffstat (limited to 'src/BlockchainTestsFiller/GeneralStateTests')
2 files changed, 152 insertions, 0 deletions
diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stCreate2/Create2Recursive_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stCreate2/Create2Recursive_d0g0v0Filler.json new file mode 100644 index 000000000..0724118a9 --- /dev/null +++ b/src/BlockchainTestsFiller/GeneralStateTests/stCreate2/Create2Recursive_d0g0v0Filler.json @@ -0,0 +1,76 @@ +{ + "Create2Recursive_d0g0v0" : { + "_info" : { + "comment" : "Create2 inside Create2 inside Create2...." + }, + "blocks" : [ + { + "blockHeaderPremine" : { + "difficulty" : "0x020000", + "gasLimit" : "0x7fffffffffffffff", + "timestamp" : "0x03e8", + "updatePoW" : "1" + }, + "transactions" : [ + { + "data" : "0x", + "gasLimit" : "0x7ffffffffffffffe", + "gasPrice" : "0x01", + "nonce" : "0x00", + "r" : "0x682c2c4540156eee52caf23c04c083e43822ae272665117c148b44bb7b3b141e", + "s" : "0x5310c5bf87744de849ff5304299df02aac9d7b7a653cf6ffa2ffe4d17a0c4ba5", + "to" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "v" : "0x1c", + "value" : "0x00" + } + ], + "uncleHeaders" : [ + ] + } + ], + "expect" : [ + { + "network" : "Constantinople", + "result" : { + "0x4b17a07e119e86a0ff1fd21cdc9b4aba196ed3f8" : { + "nonce" : "0x01" + } + } + } + ], + "genesisBlockHeader" : { + "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "difficulty" : "131072", + "extraData" : "0x42", + "gasLimit" : "0x7fffffffffffffff", + "gasUsed" : "0", + "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", + "nonce" : "0x0102030405060708", + "number" : "0", + "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", + "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", + "stateRoot" : "0xf99eb1626cfa6db435c0836235942d7ccaa935f1ae247d3f1c21e495685f903a", + "timestamp" : "0x03b6", + "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", + "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + }, + "pre" : { + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x03d090000000000000", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0x7d606460006000396103e85a10601b576000606460006000f5601d565b5a5b6000526000601e60026000f5", + "nonce" : "0x00", + "storage" : { + } + } + }, + "sealEngine" : "NoProof" + } +}
\ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stCreate2/Create2Recursive_d0g1v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stCreate2/Create2Recursive_d0g1v0Filler.json new file mode 100644 index 000000000..357afbc9e --- /dev/null +++ b/src/BlockchainTestsFiller/GeneralStateTests/stCreate2/Create2Recursive_d0g1v0Filler.json @@ -0,0 +1,76 @@ +{ + "Create2Recursive_d0g1v0" : { + "_info" : { + "comment" : "Create2 inside Create2 inside Create2...." + }, + "blocks" : [ + { + "blockHeaderPremine" : { + "difficulty" : "0x020000", + "gasLimit" : "0x7fffffffffffffff", + "timestamp" : "0x03e8", + "updatePoW" : "1" + }, + "transactions" : [ + { + "data" : "0x", + "gasLimit" : "0x123e952c9800", + "gasPrice" : "0x01", + "nonce" : "0x00", + "r" : "0x40709e879933f7009237335607ff54ee39d6ba993004a7934a2cf27266d199df", + "s" : "0x1732e7973d4cf3f3355c5ab5334ea64ad4a138da93e0824c1145a3eaae6788a5", + "to" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "v" : "0x1c", + "value" : "0x00" + } + ], + "uncleHeaders" : [ + ] + } + ], + "expect" : [ + { + "network" : "Constantinople", + "result" : { + "0x471a0e624a2ac11c82cf1ff843127f1c6aa98351" : { + "nonce" : "0x01" + } + } + } + ], + "genesisBlockHeader" : { + "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "difficulty" : "131072", + "extraData" : "0x42", + "gasLimit" : "0x7fffffffffffffff", + "gasUsed" : "0", + "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", + "nonce" : "0x0102030405060708", + "number" : "0", + "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", + "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", + "stateRoot" : "0xf99eb1626cfa6db435c0836235942d7ccaa935f1ae247d3f1c21e495685f903a", + "timestamp" : "0x03b6", + "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", + "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + }, + "pre" : { + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x03d090000000000000", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0x7d606460006000396103e85a10601b576000606460006000f5601d565b5a5b6000526000601e60026000f5", + "nonce" : "0x00", + "storage" : { + } + } + }, + "sealEngine" : "NoProof" + } +}
\ No newline at end of file |