diff options
Diffstat (limited to 'GeneralStateTests')
-rw-r--r-- | GeneralStateTests/stCreateTest/CREATE_ContractSSTOREDuringInit.json | 109 |
1 files changed, 109 insertions, 0 deletions
diff --git a/GeneralStateTests/stCreateTest/CREATE_ContractSSTOREDuringInit.json b/GeneralStateTests/stCreateTest/CREATE_ContractSSTOREDuringInit.json new file mode 100644 index 000000000..2e992749a --- /dev/null +++ b/GeneralStateTests/stCreateTest/CREATE_ContractSSTOREDuringInit.json @@ -0,0 +1,109 @@ +{ + "CREATE_ContractSSTOREDuringInit" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.70ba1a56.Linux.g++", + "source" : "/src/GeneralStateTestsFiller/stCreateTest/CREATE_ContractSSTOREDuringInitFiller.json" + }, + "env" : { + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x020000", + "currentGasLimit" : "0x989680", + "currentNumber" : "0x01", + "currentTimestamp" : "0x03e8", + "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "post" : { + "Byzantium" : [ + { + "hash" : "0x8ab889f3e7a09a12842aca78b172e0de0a7458e030754e74f0d7a78d18960980", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "Constantinople" : [ + { + "hash" : "0x8ab889f3e7a09a12842aca78b172e0de0a7458e030754e74f0d7a78d18960980", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "EIP150" : [ + { + "hash" : "0xab46cebc3d66f60acdf6f125c1d78ca94d1474940476c58d78f1a4b8cc989df3", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "EIP158" : [ + { + "hash" : "0x8ab889f3e7a09a12842aca78b172e0de0a7458e030754e74f0d7a78d18960980", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "Frontier" : [ + { + "hash" : "0x97f4cd4b156dd8f44d56d470d25df656671f7d0c009cb812d738e01eeca143b2", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "Homestead" : [ + { + "hash" : "0xab46cebc3d66f60acdf6f125c1d78ca94d1474940476c58d78f1a4b8cc989df3", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ] + }, + "pre" : { + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x174876e800", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + } + }, + "transaction" : { + "data" : [ + "0x60ff600055" + ], + "gasLimit" : [ + "0x0249f0" + ], + "gasPrice" : "0x01", + "nonce" : "0x00", + "secretKey" : "0x45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "", + "value" : [ + "0x00" + ] + } + } +} |