diff options
author | Gustav Simonsson <gustav.simonsson@gmail.com> | 2015-06-09 21:39:24 +0800 |
---|---|---|
committer | Gustav Simonsson <gustav.simonsson@gmail.com> | 2015-06-09 21:39:24 +0800 |
commit | e885a2912b427866f683f00853a619e76df7a8ce (patch) | |
tree | 7c2d836df8e349e6e1ceb0823573f76c6a1e0603 /tests/files/StateTests/stLogTests.json | |
parent | 60b780c21b861766b06b2990b7bb8c41fd6d25f8 (diff) | |
download | go-tangerine-e885a2912b427866f683f00853a619e76df7a8ce.tar go-tangerine-e885a2912b427866f683f00853a619e76df7a8ce.tar.gz go-tangerine-e885a2912b427866f683f00853a619e76df7a8ce.tar.bz2 go-tangerine-e885a2912b427866f683f00853a619e76df7a8ce.tar.lz go-tangerine-e885a2912b427866f683f00853a619e76df7a8ce.tar.xz go-tangerine-e885a2912b427866f683f00853a619e76df7a8ce.tar.zst go-tangerine-e885a2912b427866f683f00853a619e76df7a8ce.zip |
Update Ethereum JSON test files
Diffstat (limited to 'tests/files/StateTests/stLogTests.json')
-rw-r--r-- | tests/files/StateTests/stLogTests.json | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/tests/files/StateTests/stLogTests.json b/tests/files/StateTests/stLogTests.json index c66eda504..954c18ff5 100644 --- a/tests/files/StateTests/stLogTests.json +++ b/tests/files/StateTests/stLogTests.json @@ -3753,5 +3753,81 @@ "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", "value" : "0x0186a0" } + }, + "logInOOG_Call" : { + "env" : { + "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x0100", + "currentGasLimit" : "0x0f4240", + "currentNumber" : "0x00", + "currentTimestamp" : "0x01", + "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "logs" : [ + ], + "out" : "0x", + "post" : { + "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a76586a0", + "code" : "0x60006000600060006017730f572e5295c57f15886f9b263e2f6d2d6c7b5ec6620186a0f1600055", + "nonce" : "0x00", + "storage" : { + } + }, + "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x60206000a067ffffffffffffffff51", + "nonce" : "0x00", + "storage" : { + } + }, + "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x020f98", + "code" : "0x", + "nonce" : "0x00", + "storage" : { + } + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a76069c8", + "code" : "0x", + "nonce" : "0x01", + "storage" : { + } + } + }, + "postStateRoot" : "a22462b91b17b9e4343b3064d974bf6bf5b27705c6cc88dfbf55b2c85331f69b", + "pre" : { + "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x60006000600060006017730f572e5295c57f15886f9b263e2f6d2d6c7b5ec6620186a0f1600055", + "nonce" : "0x00", + "storage" : { + } + }, + "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x60206000a067ffffffffffffffff51", + "nonce" : "0x00", + "storage" : { + } + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x", + "nonce" : "0x00", + "storage" : { + } + } + }, + "transaction" : { + "data" : "", + "gasLimit" : "0x033450", + "gasPrice" : "0x01", + "nonce" : "0x00", + "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0x0186a0" + } } }
\ No newline at end of file |