diff options
author | Dimitry <dimitry@ethereum.org> | 2018-03-29 03:46:29 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2018-05-15 22:43:32 +0800 |
commit | 346e829c149c5e4fcc46e465453e53e67ffe6b16 (patch) | |
tree | 3566c0b649b3754c7b886067abb2f75519749b9a /GeneralStateTests/stDelegatecallTestHomestead/callcodeOutput3.json | |
parent | 013aa117669dfe82b4ea289a7191fa6658da1334 (diff) | |
download | tangerine-tests-346e829c149c5e4fcc46e465453e53e67ffe6b16.tar tangerine-tests-346e829c149c5e4fcc46e465453e53e67ffe6b16.tar.gz tangerine-tests-346e829c149c5e4fcc46e465453e53e67ffe6b16.tar.bz2 tangerine-tests-346e829c149c5e4fcc46e465453e53e67ffe6b16.tar.lz tangerine-tests-346e829c149c5e4fcc46e465453e53e67ffe6b16.tar.xz tangerine-tests-346e829c149c5e4fcc46e465453e53e67ffe6b16.tar.zst tangerine-tests-346e829c149c5e4fcc46e465453e53e67ffe6b16.zip |
fix more tests with touch coinbase
Diffstat (limited to 'GeneralStateTests/stDelegatecallTestHomestead/callcodeOutput3.json')
-rw-r--r-- | GeneralStateTests/stDelegatecallTestHomestead/callcodeOutput3.json | 68 |
1 files changed, 40 insertions, 28 deletions
diff --git a/GeneralStateTests/stDelegatecallTestHomestead/callcodeOutput3.json b/GeneralStateTests/stDelegatecallTestHomestead/callcodeOutput3.json index 100efae5c..c0a160003 100644 --- a/GeneralStateTests/stDelegatecallTestHomestead/callcodeOutput3.json +++ b/GeneralStateTests/stDelegatecallTestHomestead/callcodeOutput3.json @@ -2,10 +2,11 @@ "callcodeOutput3" : { "_info" : { "comment" : "", - "filledwith" : "cpp-1.3.0+commit.8fb57c56.Linux.g++", + "filling-rpc-server" : "eth/v1.3.0/Linux/g++/Interpreter/Debug/37f37291*/", + "filling-tool-version" : "retesteth-0.0.1+commit.86270701.Linux.g++", "lllcversion" : "Version: 0.4.20-develop.2018.1.8+commit.2548228b.Linux.g++", "source" : "src/GeneralStateTestsFiller/stDelegatecallTestHomestead/callcodeOutput3Filler.json", - "sourceHash" : "6bfb8ccb8a71c33b83f394136a521d20ddce709c41a9b0374cd90b76aa88dd61" + "sourceHash" : "fd1278b49d1ec124af92b794954bf4199b79636aa1c60a4c539245a1149399e6" }, "env" : { "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", @@ -15,30 +16,6 @@ "currentTimestamp" : "0x03e8", "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" }, - "post" : { - "Byzantium" : [ - { - "hash" : "0xb3e4e1251821dfe4c6d52f8b9540b67f7f13c1d20269acae261c5defe3d67a9a", - "indexes" : { - "data" : 0, - "gas" : 0, - "value" : 0 - }, - "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" - } - ], - "Homestead" : [ - { - "hash" : "0xb3e4e1251821dfe4c6d52f8b9540b67f7f13c1d20269acae261c5defe3d67a9a", - "indexes" : { - "data" : 0, - "gas" : 0, - "value" : 0 - }, - "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" - } - ] - }, "pre" : { "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "0x0de0b6b3a7640000", @@ -49,7 +26,7 @@ }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x0de0b6b3a7640000", - "code" : "", + "code" : "0x", "nonce" : "0x00", "storage" : { } @@ -64,7 +41,7 @@ }, "transaction" : { "data" : [ - "0x" + "" ], "gasLimit" : [ "0x10c8e0" @@ -76,6 +53,41 @@ "value" : [ "0x0186a0" ] + }, + "post" : { + "Byzantium" : [ + { + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "hash" : "0xb3e4e1251821dfe4c6d52f8b9540b67f7f13c1d20269acae261c5defe3d67a9a", + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "Constantinople" : [ + { + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "hash" : "0xb3e4e1251821dfe4c6d52f8b9540b67f7f13c1d20269acae261c5defe3d67a9a", + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "Homestead" : [ + { + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "hash" : "0xa6860663e2a5a12c12e635ec35cfc1a64aa3e60832069d7338b3d420c29f9d9d", + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ] } } }
\ No newline at end of file |