diff options
author | CJentzsch <jentzsch.software@gmail.com> | 2015-03-23 20:04:44 +0800 |
---|---|---|
committer | CJentzsch <jentzsch.software@gmail.com> | 2015-03-23 20:04:44 +0800 |
commit | 7e8585a787092a73d7f3db0ff571d8e751fc20d7 (patch) | |
tree | 4e6db894c7f47caec9fb0b99fdb9265971f3874b /VMTests | |
parent | 5af1002b96f34cd2c9252c1a6636826d47411ccd (diff) | |
download | dexon-tests-7e8585a787092a73d7f3db0ff571d8e751fc20d7.tar dexon-tests-7e8585a787092a73d7f3db0ff571d8e751fc20d7.tar.gz dexon-tests-7e8585a787092a73d7f3db0ff571d8e751fc20d7.tar.bz2 dexon-tests-7e8585a787092a73d7f3db0ff571d8e751fc20d7.tar.lz dexon-tests-7e8585a787092a73d7f3db0ff571d8e751fc20d7.tar.xz dexon-tests-7e8585a787092a73d7f3db0ff571d8e751fc20d7.tar.zst dexon-tests-7e8585a787092a73d7f3db0ff571d8e751fc20d7.zip |
gas counter overflow
Diffstat (limited to 'VMTests')
-rw-r--r-- | VMTests/vmIOandFlowOperationsTest.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/VMTests/vmIOandFlowOperationsTest.json b/VMTests/vmIOandFlowOperationsTest.json index ac1dbe1e4..6a2e0f640 100644 --- a/VMTests/vmIOandFlowOperationsTest.json +++ b/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" : [ ], |