From 985b5cf736ecd4cede35375c1b2f2e38892a9309 Mon Sep 17 00:00:00 2001 From: Yoichi Hirai Date: Wed, 6 Dec 2017 15:22:58 +0100 Subject: Adding a new test about returndatacopy following a revert in an init code --- .../returndatacopy_following_revert_in_create.json | 108 +++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 GeneralStateTests/stReturnDataTest/returndatacopy_following_revert_in_create.json (limited to 'GeneralStateTests/stReturnDataTest') diff --git a/GeneralStateTests/stReturnDataTest/returndatacopy_following_revert_in_create.json b/GeneralStateTests/stReturnDataTest/returndatacopy_following_revert_in_create.json new file mode 100644 index 000000000..d17e8faea --- /dev/null +++ b/GeneralStateTests/stReturnDataTest/returndatacopy_following_revert_in_create.json @@ -0,0 +1,108 @@ +{ + "returndatacopy_following_revert_in_create" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.2cf4e7c3.Linux.g++", + "lllcversion" : "Version: 0.4.20-develop.2017.12.6+commit.c2109436.Linux.g++", + "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_following_revert_in_createFiller.json", + "sourceHash" : "aba3ee3543bd056e007fecda3fb1967378361340a1df4d3c160306fa114a6f9a" + }, + "env" : { + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x20000", + "currentGasLimit" : "0x0a00000000", + "currentNumber" : "0x01", + "currentTimestamp" : "0x03e8", + "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "post" : { + "Byzantium" : [ + { + "hash" : "0xa759e5bbca9c0efda0b1a38d6f25d17d214f142045d2d96ee59da74ce51a1b4e", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "EIP150" : [ + { + "hash" : "0xcda07f1be626d22d2147270112f335743102d74d959a352e7146660bdd5fa292", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "EIP158" : [ + { + "hash" : "0xcda07f1be626d22d2147270112f335743102d74d959a352e7146660bdd5fa292", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "Frontier" : [ + { + "hash" : "0xcda07f1be626d22d2147270112f335743102d74d959a352e7146660bdd5fa292", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "Homestead" : [ + { + "hash" : "0xcda07f1be626d22d2147270112f335743102d74d959a352e7146660bdd5fa292", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ] + }, + "pre" : { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0x00", + "code" : "0x602780601c60003960006000f0506020600060003e600051600055007d111122223333444455556666777788889999aaaabbbbccccddddeeeeffff60005260206000fd", + "nonce" : "0x00", + "storage" : { + "0x00" : "0x01" + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x6400000000", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + } + }, + "transaction" : { + "data" : [ + "" + ], + "gasLimit" : [ + "0x0a00000000" + ], + "gasPrice" : "0x01", + "nonce" : "0x00", + "secretKey" : "0x45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "value" : [ + "0x00" + ] + } + } +} \ No newline at end of file -- cgit v1.2.3