diff options
Diffstat (limited to 'StateTests/Homestead/stDelegatecallTest.json')
-rw-r--r-- | StateTests/Homestead/stDelegatecallTest.json | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/StateTests/Homestead/stDelegatecallTest.json b/StateTests/Homestead/stDelegatecallTest.json index ca6fff2d9..cbf0cc59e 100644 --- a/StateTests/Homestead/stDelegatecallTest.json +++ b/StateTests/Homestead/stDelegatecallTest.json @@ -1708,6 +1708,84 @@ "value" : "0x0186a0" } }, + "deleagateCallAfterValueTransfer" : { + "env" : { + "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x02b8feb0", + "currentGasLimit" : "0x0f4240", + "currentNumber" : "0x0f4240", + "currentTimestamp" : "0x01", + "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "logs" : [ + ], + "out" : "0x", + "post" : { + "1000000000000000000000000000000000000000" : { + "balance" : "0x0f4240", + "code" : "0x60016000526040600060406000731000000000000000000000000000000000000001620186a0f4", + "nonce" : "0x00", + "storage" : { + "0x01" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "0x02" : "0x01" + } + }, + "1000000000000000000000000000000000000001" : { + "balance" : "0x00", + "code" : "0x3460005533600155600035600255", + "nonce" : "0x00", + "storage" : { + } + }, + "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x01022c", + "code" : "0x", + "nonce" : "0x00", + "storage" : { + } + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x2386f26fbffdd4", + "code" : "0x", + "nonce" : "0x01", + "storage" : { + } + } + }, + "postStateRoot" : "8e863408c6a1f0f0f0f3c69e0ffb5805dbf34fca3cac4a31009d3a640d032bd1", + "pre" : { + "1000000000000000000000000000000000000000" : { + "balance" : "0x0f4240", + "code" : "0x60016000526040600060406000731000000000000000000000000000000000000001620186a0f4", + "nonce" : "0x00", + "storage" : { + } + }, + "1000000000000000000000000000000000000001" : { + "balance" : "0x00", + "code" : "0x3460005533600155600035600255", + "nonce" : "0x00", + "storage" : { + } + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x2386f26fc10000", + "code" : "0x", + "nonce" : "0x00", + "storage" : { + } + } + }, + "transaction" : { + "data" : "", + "gasLimit" : "0x06e9d9", + "gasPrice" : "0x01", + "nonce" : "0x00", + "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "1000000000000000000000000000000000000000", + "value" : "0x00" + } + }, "delegatecallAndOOGatTxLevel" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", |