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 /vmArithmeticTestFiller.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 'vmArithmeticTestFiller.json')
-rw-r--r-- | vmArithmeticTestFiller.json | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/vmArithmeticTestFiller.json b/vmArithmeticTestFiller.json index d7826d19..9e953838 100644 --- a/vmArithmeticTestFiller.json +++ b/vmArithmeticTestFiller.json @@ -281,6 +281,91 @@ } }, + "mul4": { + "env" : { + "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6", + "currentNumber" : "0", + "currentGasLimit" : "1000000", + "currentDifficulty" : "256", + "currentTimestamp" : 1, + "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" + }, + "pre" : { + "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "1000000000000000000", + "nonce" : 0, + "code" : "{ [[ 0 ]] (* 0x8000000000000000000000000000000000000000000000000000000000000000 115792089237316195423570985008687907853269984665640564039457584007913129639935) }", + "storage": {} + } + }, + "exec" : { + "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681", + "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681", + "value" : "1000000000000000000", + "data" : "", + "gasPrice" : "100000000000000", + "gas" : "10000" + } + }, + + "mul5": { + "env" : { + "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6", + "currentNumber" : "0", + "currentGasLimit" : "1000000", + "currentDifficulty" : "256", + "currentTimestamp" : 1, + "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" + }, + "pre" : { + "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "1000000000000000000", + "nonce" : 0, + "code" : "{ [[ 0 ]] (* 0x8000000000000000000000000000000000000000000000000000000000000000 0x8000000000000000000000000000000000000000000000000000000000000000) }", + "storage": {} + } + }, + "exec" : { + "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681", + "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681", + "value" : "1000000000000000000", + "data" : "", + "gasPrice" : "100000000000000", + "gas" : "10000" + } + }, + + "mul6": { + "env" : { + "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6", + "currentNumber" : "0", + "currentGasLimit" : "1000000", + "currentDifficulty" : "256", + "currentTimestamp" : 1, + "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" + }, + "pre" : { + "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "1000000000000000000", + "nonce" : 0, + "code" : "{ [[ 0 ]] (* 0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff) }", + "storage": {} + } + }, + "exec" : { + "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681", + "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681", + "value" : "1000000000000000000", + "data" : "", + "gasPrice" : "100000000000000", + "gas" : "10000" + } + }, + + "sub0": { "env" : { "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6", |