diff options
author | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-10-23 03:21:18 +0800 |
---|---|---|
committer | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-10-23 03:21:18 +0800 |
commit | 52e3b15735a71ed527d538b82ba135bd9c29d18e (patch) | |
tree | 11a797713192ac85905d17726a64f908f82b5941 /vmIOandFlowOperationsTestFiller.json | |
parent | 76c29fc08addfd4cffa1773def96833f3616b4c0 (diff) | |
download | dexon-solidity-52e3b15735a71ed527d538b82ba135bd9c29d18e.tar dexon-solidity-52e3b15735a71ed527d538b82ba135bd9c29d18e.tar.gz dexon-solidity-52e3b15735a71ed527d538b82ba135bd9c29d18e.tar.bz2 dexon-solidity-52e3b15735a71ed527d538b82ba135bd9c29d18e.tar.lz dexon-solidity-52e3b15735a71ed527d538b82ba135bd9c29d18e.tar.xz dexon-solidity-52e3b15735a71ed527d538b82ba135bd9c29d18e.tar.zst dexon-solidity-52e3b15735a71ed527d538b82ba135bd9c29d18e.zip |
Added call depth tests
Diffstat (limited to 'vmIOandFlowOperationsTestFiller.json')
-rw-r--r-- | vmIOandFlowOperationsTestFiller.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/vmIOandFlowOperationsTestFiller.json b/vmIOandFlowOperationsTestFiller.json index 79d162c8..a470b9c8 100644 --- a/vmIOandFlowOperationsTestFiller.json +++ b/vmIOandFlowOperationsTestFiller.json @@ -670,6 +670,34 @@ } }, + "jumpi2": { + "env" : { + "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6", + "currentNumber" : "0", + "currentGasLimit" : "1000000", + "currentDifficulty" : "256", + "currentTimestamp" : 1, + "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" + }, + "pre" : { + "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "1000000000000000000", + "nonce" : 0, + "code" : "0x60017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff596002600357", + "storage": {} + } + }, + "exec" : { + "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681", + "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681", + "value" : "1000000000000000000", + "data" : "", + "gasPrice" : "100000000000000", + "gas" : "10000" + } + }, + "pc0": { "env" : { "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6", |