diff options
author | CJentzsch <jentzsch.software@gmail.com> | 2015-01-07 19:36:15 +0800 |
---|---|---|
committer | CJentzsch <jentzsch.software@gmail.com> | 2015-01-07 19:36:15 +0800 |
commit | fc60f0f5867c02430137f30f3ffba5758dd64ecb (patch) | |
tree | c5b0a0ab0c42937ed67a03b5806425771b4827c0 /vmIOandFlowOperationsTestFiller.json | |
parent | f7a6a06ef55060b57b1ad67a6bcfb5e4a27f4d0e (diff) | |
download | dexon-solidity-fc60f0f5867c02430137f30f3ffba5758dd64ecb.tar dexon-solidity-fc60f0f5867c02430137f30f3ffba5758dd64ecb.tar.gz dexon-solidity-fc60f0f5867c02430137f30f3ffba5758dd64ecb.tar.bz2 dexon-solidity-fc60f0f5867c02430137f30f3ffba5758dd64ecb.tar.lz dexon-solidity-fc60f0f5867c02430137f30f3ffba5758dd64ecb.tar.xz dexon-solidity-fc60f0f5867c02430137f30f3ffba5758dd64ecb.tar.zst dexon-solidity-fc60f0f5867c02430137f30f3ffba5758dd64ecb.zip |
jump onto jump, dynamic and static jump with same destination
Diffstat (limited to 'vmIOandFlowOperationsTestFiller.json')
-rw-r--r-- | vmIOandFlowOperationsTestFiller.json | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/vmIOandFlowOperationsTestFiller.json b/vmIOandFlowOperationsTestFiller.json index 073c8ac8..efbd0d68 100644 --- a/vmIOandFlowOperationsTestFiller.json +++ b/vmIOandFlowOperationsTestFiller.json @@ -671,6 +671,62 @@ } }, + "jumpOntoJump": { + "env" : { + "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6", + "currentNumber" : "0", + "currentGasLimit" : "1000000", + "currentDifficulty" : "256", + "currentTimestamp" : 1, + "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" + }, + "pre" : { + "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "1000000000000000000", + "nonce" : 0, + "code" : "0x565b600056", + "storage": {} + } + }, + "exec" : { + "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681", + "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681", + "value" : "1000000000000000000", + "data" : "", + "gasPrice" : "100000000000000", + "gas" : "10000" + } + }, + + "jumpDynamicJumpSameDest": { + "env" : { + "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6", + "currentNumber" : "0", + "currentGasLimit" : "1000000", + "currentDifficulty" : "256", + "currentTimestamp" : 1, + "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" + }, + "pre" : { + "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "1000000000000000000", + "nonce" : 0, + "code" : "0x6002600401565b600360005260206000f3600656", + "storage": {} + } + }, + "exec" : { + "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681", + "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681", + "value" : "1000000000000000000", + "data" : "", + "gasPrice" : "100000000000000", + "gas" : "10000" + } + }, + "jump0_outOfBoundary": { "env" : { "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6", |