diff options
author | obscuren <geffobscura@gmail.com> | 2015-03-24 18:22:58 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-03-24 18:22:58 +0800 |
commit | 4877e52c15e4aa606084919acdb0076b0ffaaab2 (patch) | |
tree | 1ca1d9bf1ba4ebfbf1865797911f293be9cc6f6d /tests/files/VMTests/vmIOandFlowOperationsTest.json | |
parent | 118b79eca7500c1770db2e3fd28cfdea6370befd (diff) | |
parent | 58c6cc8fd7ff8a27004ed62d912e0a61ae1b73bb (diff) | |
download | go-tangerine-4877e52c15e4aa606084919acdb0076b0ffaaab2.tar go-tangerine-4877e52c15e4aa606084919acdb0076b0ffaaab2.tar.gz go-tangerine-4877e52c15e4aa606084919acdb0076b0ffaaab2.tar.bz2 go-tangerine-4877e52c15e4aa606084919acdb0076b0ffaaab2.tar.lz go-tangerine-4877e52c15e4aa606084919acdb0076b0ffaaab2.tar.xz go-tangerine-4877e52c15e4aa606084919acdb0076b0ffaaab2.tar.zst go-tangerine-4877e52c15e4aa606084919acdb0076b0ffaaab2.zip |
Merge commit '58c6cc8fd7ff8a27004ed62d912e0a61ae1b73bb' into develop
Diffstat (limited to 'tests/files/VMTests/vmIOandFlowOperationsTest.json')
-rw-r--r-- | tests/files/VMTests/vmIOandFlowOperationsTest.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/tests/files/VMTests/vmIOandFlowOperationsTest.json b/tests/files/VMTests/vmIOandFlowOperationsTest.json index ac1dbe1e4..6a2e0f640 100644 --- a/tests/files/VMTests/vmIOandFlowOperationsTest.json +++ b/tests/files/VMTests/vmIOandFlowOperationsTest.json @@ -2341,6 +2341,35 @@ } } }, + "gasOverFlow" : { + "env" : { + "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "256", + "currentGasLimit" : "1000000", + "currentNumber" : "0", + "currentTimestamp" : "1", + "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "exec" : { + "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller" : "cd1722f3947def4cf144679da39c4c32bdc35681", + "code" : "0x6060035b60600160800380606002576868010000000000000016565b6363badf000d6060115500", + "data" : "0x", + "gas" : "100000", + "gasPrice" : "100000000000000", + "origin" : "cd1722f3947def4cf144679da39c4c32bdc35681", + "value" : "1000000000000000000" + }, + "pre" : { + "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "100000000000000000000000", + "code" : "0x6060035b60600160800380606002576868010000000000000016565b6363badf000d6060115500", + "nonce" : "0", + "storage" : { + } + } + } + }, "indirect_jump1" : { "callcreates" : [ ], |