diff options
author | subtly <subtly@users.noreply.github.com> | 2014-10-19 05:05:54 +0800 |
---|---|---|
committer | subtly <subtly@users.noreply.github.com> | 2014-10-19 05:05:54 +0800 |
commit | 7ca7fd97ab85cc01b99532b9108ea5218891e8d7 (patch) | |
tree | 4b9406b087908dae9efbbe21a35ec09ad0f48166 /vmIOandFlowOperationsTestFiller.json | |
parent | 8669468cbc18dfe0a7dd2049ff7e9662fc914fc3 (diff) | |
parent | b2e085c7d6f272d2b06a66ebce01259ac99ac9c6 (diff) | |
download | dexon-solidity-7ca7fd97ab85cc01b99532b9108ea5218891e8d7.tar dexon-solidity-7ca7fd97ab85cc01b99532b9108ea5218891e8d7.tar.gz dexon-solidity-7ca7fd97ab85cc01b99532b9108ea5218891e8d7.tar.bz2 dexon-solidity-7ca7fd97ab85cc01b99532b9108ea5218891e8d7.tar.lz dexon-solidity-7ca7fd97ab85cc01b99532b9108ea5218891e8d7.tar.xz dexon-solidity-7ca7fd97ab85cc01b99532b9108ea5218891e8d7.tar.zst dexon-solidity-7ca7fd97ab85cc01b99532b9108ea5218891e8d7.zip |
Merge branch 'develop' into crypto
Diffstat (limited to 'vmIOandFlowOperationsTestFiller.json')
-rw-r--r-- | vmIOandFlowOperationsTestFiller.json | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/vmIOandFlowOperationsTestFiller.json b/vmIOandFlowOperationsTestFiller.json index e214a2d5..79d162c8 100644 --- a/vmIOandFlowOperationsTestFiller.json +++ b/vmIOandFlowOperationsTestFiller.json @@ -530,6 +530,61 @@ "gas" : "10000" } }, + "jump0_jumpdest0": { + "env" : { + "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6", + "currentNumber" : "0", + "currentGasLimit" : "1000000", + "currentDifficulty" : "256", + "currentTimestamp" : 1, + "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" + }, + "pre" : { + "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "1000000000000000000", + "nonce" : 0, + "code" : "0x602360085860015d600257", + "storage": {} + } + }, + "exec" : { + "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681", + "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681", + "value" : "1000000000000000000", + "data" : "", + "gasPrice" : "100000000000000", + "gas" : "10000" + } + }, + + "jump0_jumpdest1": { + "env" : { + "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6", + "currentNumber" : "0", + "currentGasLimit" : "1000000", + "currentDifficulty" : "256", + "currentTimestamp" : 1, + "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" + }, + "pre" : { + "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "1000000000000000000", + "nonce" : 0, + "code" : "0x602360075860015d600257", + "storage": {} + } + }, + "exec" : { + "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681", + "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681", + "value" : "1000000000000000000", + "data" : "", + "gasPrice" : "100000000000000", + "gas" : "10000" + } + }, "jumpi0": { "env" : { @@ -559,6 +614,34 @@ } }, + "jumpi1_jumpdest": { + "env" : { + "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6", + "currentNumber" : "0", + "currentGasLimit" : "1000000", + "currentDifficulty" : "256", + "currentTimestamp" : 1, + "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" + }, + "pre" : { + "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "1000000000000000000", + "nonce" : 0, + "code" : "0x60236001600a5960015d600257", + "storage": {} + } + }, + "exec" : { + "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681", + "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681", + "value" : "1000000000000000000", + "data" : "", + "gasPrice" : "100000000000000", + "gas" : "10000" + } + }, + "jumpi1": { "env" : { "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6", |