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 /GeneralStateTests | |
parent | 78dbc922a4a2f0e159a20107462dbadb7967f663 (diff) | |
download | tangerine-tests-7f647b72947a011f1869c3895d359f07bf6a73b9.tar.gz tangerine-tests-7f647b72947a011f1869c3895d359f07bf6a73b9.tar.zst tangerine-tests-7f647b72947a011f1869c3895d359f07bf6a73b9.zip |
recursive create2
Diffstat (limited to 'GeneralStateTests')
-rw-r--r-- | GeneralStateTests/stCreate2/Create2Recursive.json | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/GeneralStateTests/stCreate2/Create2Recursive.json b/GeneralStateTests/stCreate2/Create2Recursive.json new file mode 100644 index 000000000..403391da2 --- /dev/null +++ b/GeneralStateTests/stCreate2/Create2Recursive.json @@ -0,0 +1,73 @@ +{ + "Create2Recursive" : { + "_info" : { + "comment" : "Create2 inside Create2 inside Create2....", + "filledwith" : "testeth 1.5.0.dev2-45+commit.0189490f.dirty", + "lllcversion" : "Version: 0.4.25-develop.2018.8.9+commit.63d071d6.mod.Linux.g++", + "source" : "src/GeneralStateTestsFiller/stCreate2/Create2RecursiveFiller.json", + "sourceHash" : "8ad747b8f86a522a383a4c58a6e9fc20c4c707f9e9ea99cffd4d19f6639b01f0" + }, + "env" : { + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x20000", + "currentGasLimit" : "0x7fffffffffffffff", + "currentNumber" : "0x01", + "currentTimestamp" : "0x03e8", + "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "post" : { + "Constantinople" : [ + { + "hash" : "0xae12eb666b957a7acfcec41188b12759853ab95aa271d60a7a0d113f0fdb310e", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + }, + { + "hash" : "0x591547e6beb865568b4647f7426ec80c1281ba1f475df939aa0ba26c23ffaa28", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ] + }, + "pre" : { + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x03d090000000000000", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0x7d606460006000396103e85a10601b576000606460006000f5601d565b5a5b6000526000601e60026000f5", + "nonce" : "0x00", + "storage" : { + } + } + }, + "transaction" : { + "data" : [ + "0x" + ], + "gasLimit" : [ + "0x7ffffffffffffffe", + "0x123e952c9800" + ], + "gasPrice" : "0x01", + "nonce" : "0x00", + "secretKey" : "0x45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "value" : [ + "0x00" + ] + } + } +}
\ No newline at end of file |