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/vmRandomTest/201503110206PYTHON.json | |
parent | 073035c6ef89ae878c528e78d3b5ce59d1b71df7 (diff) | |
parent | 4687f103dd0168791e076e18a526e1cca0a3646f (diff) | |
download | dexon-tests-20f1c0ae032440630fcfbb2caf3e9a751cec0ced.tar dexon-tests-20f1c0ae032440630fcfbb2caf3e9a751cec0ced.tar.gz dexon-tests-20f1c0ae032440630fcfbb2caf3e9a751cec0ced.tar.bz2 dexon-tests-20f1c0ae032440630fcfbb2caf3e9a751cec0ced.tar.lz dexon-tests-20f1c0ae032440630fcfbb2caf3e9a751cec0ced.tar.xz dexon-tests-20f1c0ae032440630fcfbb2caf3e9a751cec0ced.tar.zst dexon-tests-20f1c0ae032440630fcfbb2caf3e9a751cec0ced.zip |
Merge pull request #460 from ehildenb/exp-0-0
VMTests/.../exp8Filler: add test of EXP 0 0
Diffstat (limited to 'VMTests/vmRandomTest/201503110206PYTHON.json')
-rw-r--r-- | VMTests/vmRandomTest/201503110206PYTHON.json | 57 |
1 files changed, 28 insertions, 29 deletions
diff --git a/VMTests/vmRandomTest/201503110206PYTHON.json b/VMTests/vmRandomTest/201503110206PYTHON.json index 694cd92b4..f85e9bafc 100644 --- a/VMTests/vmRandomTest/201503110206PYTHON.json +++ b/VMTests/vmRandomTest/201503110206PYTHON.json @@ -1,36 +1,35 @@ { - "201503110206PYTHON" : { - "_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/vmRandomTest/201503110206PYTHONFiller.json", - "sourceHash" : "6407cb3fb164cb661afd6d332a370d29de76a7f16fdd2758cd77af9c51199b6a" + "201503110206PYTHON": { + "_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/vmRandomTest/201503110206PYTHONFiller.json", + "sourceHash": "e76e9e6e1298c907831f17ca163ff5b927c17449fb8a1b233e8bca037e269c5f" }, - "env" : { - "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", - "currentGasLimit" : "0x0f4240", - "currentNumber" : "0x012c", - "currentTimestamp" : "0x02" + "env": { + "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty": "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", + "currentGasLimit": "0x0f4240", + "currentNumber": "0x012c", + "currentTimestamp": "0x02" }, - "exec" : { - "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "code" : "0x4045404145454441343987ff3735043055", - "data" : "0x", - "gas" : "0x2710", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x4045404145454441343987ff3735043055", + "data": "0x", + "gas": "0x2710", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x0de0b6b3a7640000", - "code" : "0x4045404145454441343987ff3735043055", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x0de0b6b3a7640000", + "code": "0x4045404145454441343987ff3735043055", + "nonce": "0x00", + "storage": {} } } } |