diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2018-06-04 11:52:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-04 11:52:58 +0800 |
commit | 20f1c0ae032440630fcfbb2caf3e9a751cec0ced (patch) | |
tree | 14c5ea256b50b315f70bcd72d21f8fff4088c1c3 /VMTests/vmIOandFlowOperations/gasOverFlow.json | |
parent | 073035c6ef89ae878c528e78d3b5ce59d1b71df7 (diff) | |
parent | 4687f103dd0168791e076e18a526e1cca0a3646f (diff) | |
download | tangerine-tests-20f1c0ae032440630fcfbb2caf3e9a751cec0ced.tar tangerine-tests-20f1c0ae032440630fcfbb2caf3e9a751cec0ced.tar.gz tangerine-tests-20f1c0ae032440630fcfbb2caf3e9a751cec0ced.tar.bz2 tangerine-tests-20f1c0ae032440630fcfbb2caf3e9a751cec0ced.tar.lz tangerine-tests-20f1c0ae032440630fcfbb2caf3e9a751cec0ced.tar.xz tangerine-tests-20f1c0ae032440630fcfbb2caf3e9a751cec0ced.tar.zst tangerine-tests-20f1c0ae032440630fcfbb2caf3e9a751cec0ced.zip |
Merge pull request #460 from ehildenb/exp-0-0
VMTests/.../exp8Filler: add test of EXP 0 0
Diffstat (limited to 'VMTests/vmIOandFlowOperations/gasOverFlow.json')
-rw-r--r-- | VMTests/vmIOandFlowOperations/gasOverFlow.json | 57 |
1 files changed, 28 insertions, 29 deletions
diff --git a/VMTests/vmIOandFlowOperations/gasOverFlow.json b/VMTests/vmIOandFlowOperations/gasOverFlow.json index 45c8c072f..3fd2af263 100644 --- a/VMTests/vmIOandFlowOperations/gasOverFlow.json +++ b/VMTests/vmIOandFlowOperations/gasOverFlow.json @@ -1,36 +1,35 @@ { - "gasOverFlow" : { - "_info" : { - "comment" : "", - "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3", - "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++", - "source" : "src/VMTestsFiller/vmIOandFlowOperations/gasOverFlowFiller.json", - "sourceHash" : "ff8e9e8467ba5ccadfb3113e0c6cd0100bca79e2cd3571d25dd90c9801b58c12" + "gasOverFlow": { + "_info": { + "comment": "", + "filledwith": "testeth 1.4.0.dev0-56+commit.71414ae3", + "lllcversion": "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++", + "source": "src/VMTestsFiller/vmIOandFlowOperations/gasOverFlowFiller.json", + "sourceHash": "93f326c78d0f9daf93396122bc9bf0ee016962926da3f53b7e58cd602824e7a6" }, - "env" : { - "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x0100", - "currentGasLimit" : "0x0f4240", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01" + "env": { + "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty": "0x0100", + "currentGasLimit": "0x0f4240", + "currentNumber": "0x00", + "currentTimestamp": "0x01" }, - "exec" : { - "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "code" : "0x60035b600190038060025768010000000000000016565b63badf000d60115500", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x60035b600190038060025768010000000000000016565b63badf000d60115500", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x60035b600190038060025768010000000000000016565b63badf000d60115500", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x60035b600190038060025768010000000000000016565b63badf000d60115500", + "nonce": "0x00", + "storage": {} } } } |