From 51d20787760342f8bea8dd9f475e432a062bd0cd Mon Sep 17 00:00:00 2001 From: Dimitry Date: Thu, 19 Oct 2017 13:32:03 +0300 Subject: RETURNDATACOPY and RETURNDATASIZE after failing create (due to 0xfd code) --- .../returndatacopy_afterFailing_create.json | 108 +++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 GeneralStateTests/stReturnDataTest/returndatacopy_afterFailing_create.json (limited to 'GeneralStateTests') diff --git a/GeneralStateTests/stReturnDataTest/returndatacopy_afterFailing_create.json b/GeneralStateTests/stReturnDataTest/returndatacopy_afterFailing_create.json new file mode 100644 index 000000000..e0e2d165c --- /dev/null +++ b/GeneralStateTests/stReturnDataTest/returndatacopy_afterFailing_create.json @@ -0,0 +1,108 @@ +{ + "returndatacopy_afterFailing_create" : { + "_info" : { + "comment" : "Returndatacopy after failing create case due to 0xfd code.", + "filledwith" : "cpp-1.3.0+commit.b5a95200.Linux.g++", + "lllcversion" : "Version: 0.4.17-develop.2017.9.19+commit.1fc71bd7.mod.Linux.g++", + "source" : "src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_afterFailing_createFiller.json", + "sourceHash" : "acdc869bc19f043c98f114542474ffafac0fad67d68b744cf1414f7bd45b86e3" + }, + "env" : { + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x20000", + "currentGasLimit" : "0x0a00000000", + "currentNumber" : "0x01", + "currentTimestamp" : "0x03e8", + "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "post" : { + "Byzantium" : [ + { + "hash" : "0xb833ab1da2747487ad8a008ccbe32af41f4b12708880043b68632af29451f762", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "EIP150" : [ + { + "hash" : "0x38eb813de7bd4c0d588f96c4282b933d2fe227f7cf4fb768f721a084d2e0f6a1", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "EIP158" : [ + { + "hash" : "0x38eb813de7bd4c0d588f96c4282b933d2fe227f7cf4fb768f721a084d2e0f6a1", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "Frontier" : [ + { + "hash" : "0x38eb813de7bd4c0d588f96c4282b933d2fe227f7cf4fb768f721a084d2e0f6a1", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "Homestead" : [ + { + "hash" : "0x38eb813de7bd4c0d588f96c4282b933d2fe227f7cf4fb768f721a084d2e0f6a1", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ] + }, + "pre" : { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0x00", + "code" : "0x69600260005260206000fd600052600a60166000f0503d6000556020600060003e600051600155", + "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