diff options
author | Gustav Simonsson <gustav.simonsson@gmail.com> | 2015-07-08 04:14:35 +0800 |
---|---|---|
committer | Gustav Simonsson <gustav.simonsson@gmail.com> | 2015-07-08 19:08:42 +0800 |
commit | 0b53a5c67381b3843ae01bf4210b57416ab5d210 (patch) | |
tree | 9c45a6dc4e498c2fafe4d4e43f08b3de1c94d750 /tests/files/StateTests/stSystemOperationsTest.json | |
parent | a2333bcbb46245e07357be1f9af4108e9bf1fe40 (diff) | |
download | go-tangerine-0b53a5c67381b3843ae01bf4210b57416ab5d210.tar go-tangerine-0b53a5c67381b3843ae01bf4210b57416ab5d210.tar.gz go-tangerine-0b53a5c67381b3843ae01bf4210b57416ab5d210.tar.bz2 go-tangerine-0b53a5c67381b3843ae01bf4210b57416ab5d210.tar.lz go-tangerine-0b53a5c67381b3843ae01bf4210b57416ab5d210.tar.xz go-tangerine-0b53a5c67381b3843ae01bf4210b57416ab5d210.tar.zst go-tangerine-0b53a5c67381b3843ae01bf4210b57416ab5d210.zip |
Update Ethereum JSON test files and wrappers
Diffstat (limited to 'tests/files/StateTests/stSystemOperationsTest.json')
-rw-r--r-- | tests/files/StateTests/stSystemOperationsTest.json | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/tests/files/StateTests/stSystemOperationsTest.json b/tests/files/StateTests/stSystemOperationsTest.json index 10776923c..4fd9fd310 100644 --- a/tests/files/StateTests/stSystemOperationsTest.json +++ b/tests/files/StateTests/stSystemOperationsTest.json @@ -18435,6 +18435,54 @@ "value" : "0x0186a0" } }, + "suicideCoinbase" : { + "env" : { + "currentCoinbase" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "currentDifficulty" : "0x0100", + "currentGasLimit" : "0x989680", + "currentNumber" : "0x00", + "currentTimestamp" : "0x01", + "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "logs" : [ + ], + "out" : "0x", + "post" : { + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x1bc16d674ec7d6fa", + "code" : "0x", + "nonce" : "0x01", + "storage" : { + } + } + }, + "postStateRoot" : "d250e0dc5c48a99a23e6a7fbca13303df995c2f8a049aef6fc3afa0e34df4ed4", + "pre" : { + "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x73a94f5374fce5edbc8e2a8697c15331677e6ebf0bff", + "nonce" : "0x00", + "storage" : { + } + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x", + "nonce" : "0x00", + "storage" : { + } + } + }, + "transaction" : { + "data" : "", + "gasLimit" : "0x0f4240", + "gasPrice" : "0x01", + "nonce" : "0x00", + "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0x0186a0" + } + }, "suicideNotExistingAccount" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", |