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/vmSha3Test/sha3_6.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/vmSha3Test/sha3_6.json')
-rw-r--r-- | VMTests/vmSha3Test/sha3_6.json | 57 |
1 files changed, 28 insertions, 29 deletions
diff --git a/VMTests/vmSha3Test/sha3_6.json b/VMTests/vmSha3Test/sha3_6.json index 218f52789..1f9dff39f 100644 --- a/VMTests/vmSha3Test/sha3_6.json +++ b/VMTests/vmSha3Test/sha3_6.json @@ -1,36 +1,35 @@ { - "sha3_6" : { - "_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/vmSha3Test/sha3_6Filler.json", - "sourceHash" : "c360c6583bf965674d153f11c243c1e0807e95e99bc9bcb684a7ad2c7155dd40" + "sha3_6": { + "_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/vmSha3Test/sha3_6Filler.json", + "sourceHash": "a72fe3934b616e1642f502386295797e99ca517c2b67447beae588f06c6df2aa" }, - "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" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff20600055", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff20600055", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff20600055", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff20600055", + "nonce": "0x00", + "storage": {} } } } |