diff options
author | Everett Hildenbrandt <hildenb2@illinois.edu> | 2018-06-01 15:45:10 +0800 |
---|---|---|
committer | Everett Hildenbrandt <hildenb2@illinois.edu> | 2018-06-02 03:30:08 +0800 |
commit | bcd77acacf8b700795918b651eb920e2d8a2f713 (patch) | |
tree | cbdb5b25583fb3ca7f06ae9e54216e66c3718ebe /VMTests/vmLogTest | |
parent | 6d6282f66970d7bb091b94a3c8a98683f9b7cf80 (diff) | |
download | dexon-tests-bcd77acacf8b700795918b651eb920e2d8a2f713.tar dexon-tests-bcd77acacf8b700795918b651eb920e2d8a2f713.tar.gz dexon-tests-bcd77acacf8b700795918b651eb920e2d8a2f713.tar.bz2 dexon-tests-bcd77acacf8b700795918b651eb920e2d8a2f713.tar.lz dexon-tests-bcd77acacf8b700795918b651eb920e2d8a2f713.tar.xz dexon-tests-bcd77acacf8b700795918b651eb920e2d8a2f713.tar.zst dexon-tests-bcd77acacf8b700795918b651eb920e2d8a2f713.zip |
VMTests/*: formatting
Diffstat (limited to 'VMTests/vmLogTest')
46 files changed, 1648 insertions, 1766 deletions
diff --git a/VMTests/vmLogTest/log0_emptyMem.json b/VMTests/vmLogTest/log0_emptyMem.json index b0265a133..70f974024 100644 --- a/VMTests/vmLogTest/log0_emptyMem.json +++ b/VMTests/vmLogTest/log0_emptyMem.json @@ -1,50 +1,47 @@ { - "log0_emptyMem" : { - "_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/vmLogTest/log0_emptyMemFiller.json", - "sourceHash" : "45064e106180b9bbefda069715f9b58c829d33e6a9f0c2a57653cf389b44275f" + "log0_emptyMem": { + "_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/vmLogTest/log0_emptyMemFiller.json", + "sourceHash": "45064e106180b9bbefda069715f9b58c829d33e6a9f0c2a57653cf389b44275f" }, - "callcreates" : [ - ], - "env" : { - "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x0100", - "currentGasLimit" : "0x0f4240", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01" + "callcreates": [], + "env": { + "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty": "0x0100", + "currentGasLimit": "0x0f4240", + "currentNumber": "0x00", + "currentTimestamp": "0x01" }, - "exec" : { - "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "code" : "0x60006000a0", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x60006000a0", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "gas" : "0x018523", - "logs" : "0xea63b4dbbdbca1bd985580a0c3b6f35a4955d4d4cf0b4d903003cdfc4c40ba1c", - "out" : "0x", - "post" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x60006000a0", - "nonce" : "0x00", - "storage" : { - } + "gas": "0x018523", + "logs": "0xea63b4dbbdbca1bd985580a0c3b6f35a4955d4d4cf0b4d903003cdfc4c40ba1c", + "out": "0x", + "post": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x60006000a0", + "nonce": "0x00", + "storage": {} } }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x60006000a0", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x60006000a0", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log0_logMemStartTooHigh.json b/VMTests/vmLogTest/log0_logMemStartTooHigh.json index 18a1f78f5..53050e015 100644 --- a/VMTests/vmLogTest/log0_logMemStartTooHigh.json +++ b/VMTests/vmLogTest/log0_logMemStartTooHigh.json @@ -1,36 +1,35 @@ { - "log0_logMemStartTooHigh" : { - "_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/vmLogTest/log0_logMemStartTooHighFiller.json", - "sourceHash" : "63103cc147c561a7611321901145a1601b30ff7578a3fb7ad56e5df37ea7a14f" + "log0_logMemStartTooHigh": { + "_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/vmLogTest/log0_logMemStartTooHighFiller.json", + "sourceHash": "63103cc147c561a7611321901145a1601b30ff7578a3fb7ad56e5df37ea7a14f" }, - "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" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa0", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa0", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa0", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa0", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log0_logMemsizeTooHigh.json b/VMTests/vmLogTest/log0_logMemsizeTooHigh.json index 625fb5a07..997a6dafb 100644 --- a/VMTests/vmLogTest/log0_logMemsizeTooHigh.json +++ b/VMTests/vmLogTest/log0_logMemsizeTooHigh.json @@ -1,36 +1,35 @@ { - "log0_logMemsizeTooHigh" : { - "_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/vmLogTest/log0_logMemsizeTooHighFiller.json", - "sourceHash" : "82027effde837c4152cda9778220e625b43936e95b0f4017461cc76190a5ae96" + "log0_logMemsizeTooHigh": { + "_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/vmLogTest/log0_logMemsizeTooHighFiller.json", + "sourceHash": "82027effde837c4152cda9778220e625b43936e95b0f4017461cc76190a5ae96" }, - "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" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a0", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a0", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a0", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a0", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log0_logMemsizeZero.json b/VMTests/vmLogTest/log0_logMemsizeZero.json index 8ce6fb8c7..d7693e13e 100644 --- a/VMTests/vmLogTest/log0_logMemsizeZero.json +++ b/VMTests/vmLogTest/log0_logMemsizeZero.json @@ -1,50 +1,47 @@ { - "log0_logMemsizeZero" : { - "_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/vmLogTest/log0_logMemsizeZeroFiller.json", - "sourceHash" : "1e535d801ef966b9105db25aaa1864d5ccde5fbb42a901b1acb0070f06280fb7" + "log0_logMemsizeZero": { + "_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/vmLogTest/log0_logMemsizeZeroFiller.json", + "sourceHash": "1e535d801ef966b9105db25aaa1864d5ccde5fbb42a901b1acb0070f06280fb7" }, - "callcreates" : [ - ], - "env" : { - "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x0100", - "currentGasLimit" : "0x0f4240", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01" + "callcreates": [], + "env": { + "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty": "0x0100", + "currentGasLimit": "0x0f4240", + "currentNumber": "0x00", + "currentTimestamp": "0x01" }, - "exec" : { - "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001a0", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001a0", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "gas" : "0x018517", - "logs" : "0xea63b4dbbdbca1bd985580a0c3b6f35a4955d4d4cf0b4d903003cdfc4c40ba1c", - "out" : "0x", - "post" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001a0", - "nonce" : "0x00", - "storage" : { - } + "gas": "0x018517", + "logs": "0xea63b4dbbdbca1bd985580a0c3b6f35a4955d4d4cf0b4d903003cdfc4c40ba1c", + "out": "0x", + "post": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001a0", + "nonce": "0x00", + "storage": {} } }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001a0", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001a0", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log0_nonEmptyMem.json b/VMTests/vmLogTest/log0_nonEmptyMem.json index 97988b28c..0f59432be 100644 --- a/VMTests/vmLogTest/log0_nonEmptyMem.json +++ b/VMTests/vmLogTest/log0_nonEmptyMem.json @@ -1,50 +1,47 @@ { - "log0_nonEmptyMem" : { - "_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/vmLogTest/log0_nonEmptyMemFiller.json", - "sourceHash" : "d1d948aa5e456ef61c21c63e7cef20d6c93317cb83b0e1689bf54fc1ad803bab" + "log0_nonEmptyMem": { + "_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/vmLogTest/log0_nonEmptyMemFiller.json", + "sourceHash": "d1d948aa5e456ef61c21c63e7cef20d6c93317cb83b0e1689bf54fc1ad803bab" }, - "callcreates" : [ - ], - "env" : { - "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x0100", - "currentGasLimit" : "0x0f4240", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01" + "callcreates": [], + "env": { + "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty": "0x0100", + "currentGasLimit": "0x0f4240", + "currentNumber": "0x00", + "currentTimestamp": "0x01" }, - "exec" : { - "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260206000a0", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260206000a0", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "gas" : "0x018417", - "logs" : "0x4b78f5979516c0624506af0eb4124e0a6ae9e21c82a3a90ca2999983634d7338", - "out" : "0x", - "post" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260206000a0", - "nonce" : "0x00", - "storage" : { - } + "gas": "0x018417", + "logs": "0x4b78f5979516c0624506af0eb4124e0a6ae9e21c82a3a90ca2999983634d7338", + "out": "0x", + "post": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260206000a0", + "nonce": "0x00", + "storage": {} } }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260206000a0", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260206000a0", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1.json b/VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1.json index bc6b9fd53..1bffb5366 100644 --- a/VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1.json +++ b/VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1.json @@ -1,50 +1,47 @@ { - "log0_nonEmptyMem_logMemSize1" : { - "_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/vmLogTest/log0_nonEmptyMem_logMemSize1Filler.json", - "sourceHash" : "e52f49688bfdcb97bddb2991769674797fb0e88afb9537ac6e2819f02d8445f8" + "log0_nonEmptyMem_logMemSize1": { + "_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/vmLogTest/log0_nonEmptyMem_logMemSize1Filler.json", + "sourceHash": "e52f49688bfdcb97bddb2991769674797fb0e88afb9537ac6e2819f02d8445f8" }, - "callcreates" : [ - ], - "env" : { - "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x0100", - "currentGasLimit" : "0x0f4240", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01" + "callcreates": [], + "env": { + "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty": "0x0100", + "currentGasLimit": "0x0f4240", + "currentNumber": "0x00", + "currentTimestamp": "0x01" }, - "exec" : { - "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260016000a0", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260016000a0", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "gas" : "0x01850f", - "logs" : "0x20238193c29688c64e395ae6044273a99e54e9cfaec2033f1cdc8967e0409cc1", - "out" : "0x", - "post" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260016000a0", - "nonce" : "0x00", - "storage" : { - } + "gas": "0x01850f", + "logs": "0x20238193c29688c64e395ae6044273a99e54e9cfaec2033f1cdc8967e0409cc1", + "out": "0x", + "post": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260016000a0", + "nonce": "0x00", + "storage": {} } }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260016000a0", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260016000a0", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1_logMemStart31.json b/VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1_logMemStart31.json index 53820122e..ee6959993 100644 --- a/VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1_logMemStart31.json +++ b/VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1_logMemStart31.json @@ -1,50 +1,47 @@ { - "log0_nonEmptyMem_logMemSize1_logMemStart31" : { - "_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/vmLogTest/log0_nonEmptyMem_logMemSize1_logMemStart31Filler.json", - "sourceHash" : "080b68c335944a1661fd0a3bcd52bb4c01d47de4f0dde7415834021470ff16fe" + "log0_nonEmptyMem_logMemSize1_logMemStart31": { + "_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/vmLogTest/log0_nonEmptyMem_logMemSize1_logMemStart31Filler.json", + "sourceHash": "080b68c335944a1661fd0a3bcd52bb4c01d47de4f0dde7415834021470ff16fe" }, - "callcreates" : [ - ], - "env" : { - "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x0100", - "currentGasLimit" : "0x0f4240", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01" + "callcreates": [], + "env": { + "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty": "0x0100", + "currentGasLimit": "0x0f4240", + "currentNumber": "0x00", + "currentTimestamp": "0x01" }, - "exec" : { - "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526001601fa0", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526001601fa0", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "gas" : "0x01850f", - "logs" : "0x6db1ea69b7b1f555653d63d1aea297db1b4997dc26ba1d97e724aae34278a459", - "out" : "0x", - "post" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526001601fa0", - "nonce" : "0x00", - "storage" : { - } + "gas": "0x01850f", + "logs": "0x6db1ea69b7b1f555653d63d1aea297db1b4997dc26ba1d97e724aae34278a459", + "out": "0x", + "post": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526001601fa0", + "nonce": "0x00", + "storage": {} } }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526001601fa0", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526001601fa0", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log1_Caller.json b/VMTests/vmLogTest/log1_Caller.json index 04f085ee3..271e75abc 100644 --- a/VMTests/vmLogTest/log1_Caller.json +++ b/VMTests/vmLogTest/log1_Caller.json @@ -1,50 +1,47 @@ { - "log1_Caller" : { - "_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/vmLogTest/log1_CallerFiller.json", - "sourceHash" : "a649731050d37eabedd886be747bcbac5f2f87304aa6d4b82c35eb40d2dc8172" + "log1_Caller": { + "_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/vmLogTest/log1_CallerFiller.json", + "sourceHash": "a649731050d37eabedd886be747bcbac5f2f87304aa6d4b82c35eb40d2dc8172" }, - "callcreates" : [ - ], - "env" : { - "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x0100", - "currentGasLimit" : "0x0f4240", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01" + "callcreates": [], + "env": { + "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty": "0x0100", + "currentGasLimit": "0x0f4240", + "currentNumber": "0x00", + "currentTimestamp": "0x01" }, - "exec" : { - "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "code" : "0x60ff6000533360206000a1", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x60ff6000533360206000a1", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "gas" : "0x01829e", - "logs" : "0xdcdb7c361ccebf35b55b9853f713765acc075a172ab9077d9cbbfe4e79e1f628", - "out" : "0x", - "post" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x60ff6000533360206000a1", - "nonce" : "0x00", - "storage" : { - } + "gas": "0x01829e", + "logs": "0xdcdb7c361ccebf35b55b9853f713765acc075a172ab9077d9cbbfe4e79e1f628", + "out": "0x", + "post": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x60ff6000533360206000a1", + "nonce": "0x00", + "storage": {} } }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x60ff6000533360206000a1", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x60ff6000533360206000a1", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log1_MaxTopic.json b/VMTests/vmLogTest/log1_MaxTopic.json index a01a812ac..050154462 100644 --- a/VMTests/vmLogTest/log1_MaxTopic.json +++ b/VMTests/vmLogTest/log1_MaxTopic.json @@ -1,50 +1,47 @@ { - "log1_MaxTopic" : { - "_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/vmLogTest/log1_MaxTopicFiller.json", - "sourceHash" : "646e18ffe8b737e06d5e922566b13964b49e26d21ebdaaa28a543237ba96fc05" + "log1_MaxTopic": { + "_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/vmLogTest/log1_MaxTopicFiller.json", + "sourceHash": "646e18ffe8b737e06d5e922566b13964b49e26d21ebdaaa28a543237ba96fc05" }, - "callcreates" : [ - ], - "env" : { - "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x0100", - "currentGasLimit" : "0x0f4240", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01" + "callcreates": [], + "env": { + "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty": "0x0100", + "currentGasLimit": "0x0f4240", + "currentNumber": "0x00", + "currentTimestamp": "0x01" }, - "exec" : { - "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60206000a1", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60206000a1", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "gas" : "0x01829d", - "logs" : "0x390a7f435e94b10f36ab57ca7106029629ee62569ed1bc309de88acc3ddfd954", - "out" : "0x", - "post" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60206000a1", - "nonce" : "0x00", - "storage" : { - } + "gas": "0x01829d", + "logs": "0x390a7f435e94b10f36ab57ca7106029629ee62569ed1bc309de88acc3ddfd954", + "out": "0x", + "post": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60206000a1", + "nonce": "0x00", + "storage": {} } }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60206000a1", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60206000a1", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log1_emptyMem.json b/VMTests/vmLogTest/log1_emptyMem.json index a71302014..d5df76dd7 100644 --- a/VMTests/vmLogTest/log1_emptyMem.json +++ b/VMTests/vmLogTest/log1_emptyMem.json @@ -1,50 +1,47 @@ { - "log1_emptyMem" : { - "_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/vmLogTest/log1_emptyMemFiller.json", - "sourceHash" : "ea37304323991889cc171c50d4d586c91fb68ce3f014269b2da7cacf4d267a4e" + "log1_emptyMem": { + "_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/vmLogTest/log1_emptyMemFiller.json", + "sourceHash": "ea37304323991889cc171c50d4d586c91fb68ce3f014269b2da7cacf4d267a4e" }, - "callcreates" : [ - ], - "env" : { - "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x0100", - "currentGasLimit" : "0x0f4240", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01" + "callcreates": [], + "env": { + "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty": "0x0100", + "currentGasLimit": "0x0f4240", + "currentNumber": "0x00", + "currentTimestamp": "0x01" }, - "exec" : { - "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "code" : "0x600060006000a1", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x600060006000a1", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "gas" : "0x0183a9", - "logs" : "0x7a0b07b554f8629b2183374bf734bfd10f641d640654b6f8e5cc088467f90b3d", - "out" : "0x", - "post" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x600060006000a1", - "nonce" : "0x00", - "storage" : { - } + "gas": "0x0183a9", + "logs": "0x7a0b07b554f8629b2183374bf734bfd10f641d640654b6f8e5cc088467f90b3d", + "out": "0x", + "post": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x600060006000a1", + "nonce": "0x00", + "storage": {} } }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x600060006000a1", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x600060006000a1", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log1_logMemStartTooHigh.json b/VMTests/vmLogTest/log1_logMemStartTooHigh.json index 645bd839c..80a4a2c3c 100644 --- a/VMTests/vmLogTest/log1_logMemStartTooHigh.json +++ b/VMTests/vmLogTest/log1_logMemStartTooHigh.json @@ -1,36 +1,35 @@ { - "log1_logMemStartTooHigh" : { - "_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/vmLogTest/log1_logMemStartTooHighFiller.json", - "sourceHash" : "605cec6e060864de6ac71121f5332d71da69c9f9cac3799f4b356c6b2a997517" + "log1_logMemStartTooHigh": { + "_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/vmLogTest/log1_logMemStartTooHighFiller.json", + "sourceHash": "605cec6e060864de6ac71121f5332d71da69c9f9cac3799f4b356c6b2a997517" }, - "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" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa1", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa1", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa1", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa1", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log1_logMemsizeTooHigh.json b/VMTests/vmLogTest/log1_logMemsizeTooHigh.json index 7541b470d..c22e54221 100644 --- a/VMTests/vmLogTest/log1_logMemsizeTooHigh.json +++ b/VMTests/vmLogTest/log1_logMemsizeTooHigh.json @@ -1,36 +1,35 @@ { - "log1_logMemsizeTooHigh" : { - "_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/vmLogTest/log1_logMemsizeTooHighFiller.json", - "sourceHash" : "34ef919362b7e4ff7c8182b166749c94263b59c1565917d55b988a98c43f6b13" + "log1_logMemsizeTooHigh": { + "_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/vmLogTest/log1_logMemsizeTooHighFiller.json", + "sourceHash": "34ef919362b7e4ff7c8182b166749c94263b59c1565917d55b988a98c43f6b13" }, - "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" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a1", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a1", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a1", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a1", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log1_logMemsizeZero.json b/VMTests/vmLogTest/log1_logMemsizeZero.json index db54d5d78..a6478c5d7 100644 --- a/VMTests/vmLogTest/log1_logMemsizeZero.json +++ b/VMTests/vmLogTest/log1_logMemsizeZero.json @@ -1,50 +1,47 @@ { - "log1_logMemsizeZero" : { - "_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/vmLogTest/log1_logMemsizeZeroFiller.json", - "sourceHash" : "0445a2b676d511d0337ad4e71a84c569338970511cf1def6216f1d46f761768e" + "log1_logMemsizeZero": { + "_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/vmLogTest/log1_logMemsizeZeroFiller.json", + "sourceHash": "0445a2b676d511d0337ad4e71a84c569338970511cf1def6216f1d46f761768e" }, - "callcreates" : [ - ], - "env" : { - "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x0100", - "currentGasLimit" : "0x0f4240", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01" + "callcreates": [], + "env": { + "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty": "0x0100", + "currentGasLimit": "0x0f4240", + "currentNumber": "0x00", + "currentTimestamp": "0x01" }, - "exec" : { - "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001a1", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001a1", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "gas" : "0x01839d", - "logs" : "0x7a0b07b554f8629b2183374bf734bfd10f641d640654b6f8e5cc088467f90b3d", - "out" : "0x", - "post" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001a1", - "nonce" : "0x00", - "storage" : { - } + "gas": "0x01839d", + "logs": "0x7a0b07b554f8629b2183374bf734bfd10f641d640654b6f8e5cc088467f90b3d", + "out": "0x", + "post": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001a1", + "nonce": "0x00", + "storage": {} } }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001a1", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001a1", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log1_nonEmptyMem.json b/VMTests/vmLogTest/log1_nonEmptyMem.json index a34af4c70..f81fd0de6 100644 --- a/VMTests/vmLogTest/log1_nonEmptyMem.json +++ b/VMTests/vmLogTest/log1_nonEmptyMem.json @@ -1,50 +1,47 @@ { - "log1_nonEmptyMem" : { - "_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/vmLogTest/log1_nonEmptyMemFiller.json", - "sourceHash" : "3824edf474cdbf202c97a84016db0719dab7b7cdb17f787ccdc5b3c0bb310c3f" + "log1_nonEmptyMem": { + "_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/vmLogTest/log1_nonEmptyMemFiller.json", + "sourceHash": "3824edf474cdbf202c97a84016db0719dab7b7cdb17f787ccdc5b3c0bb310c3f" }, - "callcreates" : [ - ], - "env" : { - "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x0100", - "currentGasLimit" : "0x0f4240", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01" + "callcreates": [], + "env": { + "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty": "0x0100", + "currentGasLimit": "0x0f4240", + "currentNumber": "0x00", + "currentTimestamp": "0x01" }, - "exec" : { - "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060206000a1", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060206000a1", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "gas" : "0x01829d", - "logs" : "0x2e3c489a64cf3233b1ac4d42fd1f6e2430f6d99524c57dba5471d3b41a20fdc0", - "out" : "0x", - "post" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060206000a1", - "nonce" : "0x00", - "storage" : { - } + "gas": "0x01829d", + "logs": "0x2e3c489a64cf3233b1ac4d42fd1f6e2430f6d99524c57dba5471d3b41a20fdc0", + "out": "0x", + "post": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060206000a1", + "nonce": "0x00", + "storage": {} } }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060206000a1", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060206000a1", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1.json b/VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1.json index e4af97652..9eb6b18bb 100644 --- a/VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1.json +++ b/VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1.json @@ -1,50 +1,47 @@ { - "log1_nonEmptyMem_logMemSize1" : { - "_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/vmLogTest/log1_nonEmptyMem_logMemSize1Filler.json", - "sourceHash" : "55b23c1f21296d95a6d8c959b909fbc50516cdb48db47f98485f37d859727f72" + "log1_nonEmptyMem_logMemSize1": { + "_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/vmLogTest/log1_nonEmptyMem_logMemSize1Filler.json", + "sourceHash": "55b23c1f21296d95a6d8c959b909fbc50516cdb48db47f98485f37d859727f72" }, - "callcreates" : [ - ], - "env" : { - "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x0100", - "currentGasLimit" : "0x0f4240", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01" + "callcreates": [], + "env": { + "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty": "0x0100", + "currentGasLimit": "0x0f4240", + "currentNumber": "0x00", + "currentTimestamp": "0x01" }, - "exec" : { - "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060016000a1", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060016000a1", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "gas" : "0x018395", - "logs" : "0x5bb955226d045691dc50a5adb050b48e9167abcf287e5a65e67c69635b4a84a2", - "out" : "0x", - "post" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060016000a1", - "nonce" : "0x00", - "storage" : { - } + "gas": "0x018395", + "logs": "0x5bb955226d045691dc50a5adb050b48e9167abcf287e5a65e67c69635b4a84a2", + "out": "0x", + "post": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060016000a1", + "nonce": "0x00", + "storage": {} } }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060016000a1", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060016000a1", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1_logMemStart31.json b/VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1_logMemStart31.json index 41cad0329..00cb130d1 100644 --- a/VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1_logMemStart31.json +++ b/VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1_logMemStart31.json @@ -1,50 +1,47 @@ { - "log1_nonEmptyMem_logMemSize1_logMemStart31" : { - "_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/vmLogTest/log1_nonEmptyMem_logMemSize1_logMemStart31Filler.json", - "sourceHash" : "a68a0c858ad1b4860389813f33dab778a68b4da4bdc09e427f42ac878e367b72" + "log1_nonEmptyMem_logMemSize1_logMemStart31": { + "_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/vmLogTest/log1_nonEmptyMem_logMemSize1_logMemStart31Filler.json", + "sourceHash": "a68a0c858ad1b4860389813f33dab778a68b4da4bdc09e427f42ac878e367b72" }, - "callcreates" : [ - ], - "env" : { - "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x0100", - "currentGasLimit" : "0x0f4240", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01" + "callcreates": [], + "env": { + "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty": "0x0100", + "currentGasLimit": "0x0f4240", + "currentNumber": "0x00", + "currentTimestamp": "0x01" }, - "exec" : { - "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001601fa1", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001601fa1", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "gas" : "0x018395", - "logs" : "0x3e9e84d955681613494d5aa93b50bb45e9a1b38791a7292667f88dd56d9a442d", - "out" : "0x", - "post" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001601fa1", - "nonce" : "0x00", - "storage" : { - } + "gas": "0x018395", + "logs": "0x3e9e84d955681613494d5aa93b50bb45e9a1b38791a7292667f88dd56d9a442d", + "out": "0x", + "post": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001601fa1", + "nonce": "0x00", + "storage": {} } }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001601fa1", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006001601fa1", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log2_Caller.json b/VMTests/vmLogTest/log2_Caller.json index 07a020b73..063fc2773 100644 --- a/VMTests/vmLogTest/log2_Caller.json +++ b/VMTests/vmLogTest/log2_Caller.json @@ -1,50 +1,47 @@ { - "log2_Caller" : { - "_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/vmLogTest/log2_CallerFiller.json", - "sourceHash" : "468ee501fc7285b05e78b09ff010eba3819d02de61167ebfd63831cc7a663cf8" + "log2_Caller": { + "_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/vmLogTest/log2_CallerFiller.json", + "sourceHash": "468ee501fc7285b05e78b09ff010eba3819d02de61167ebfd63831cc7a663cf8" }, - "callcreates" : [ - ], - "env" : { - "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x0100", - "currentGasLimit" : "0x0f4240", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01" + "callcreates": [], + "env": { + "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty": "0x0100", + "currentGasLimit": "0x0f4240", + "currentNumber": "0x00", + "currentTimestamp": "0x01" }, - "exec" : { - "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "code" : "0x60ff60005333600060206000a2", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x60ff60005333600060206000a2", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "gas" : "0x018124", - "logs" : "0x142b142cb8656b9fdb44d0a126ba5165dbe681511a76f7ba1d0cb9c7b6a56790", - "out" : "0x", - "post" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x60ff60005333600060206000a2", - "nonce" : "0x00", - "storage" : { - } + "gas": "0x018124", + "logs": "0x142b142cb8656b9fdb44d0a126ba5165dbe681511a76f7ba1d0cb9c7b6a56790", + "out": "0x", + "post": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x60ff60005333600060206000a2", + "nonce": "0x00", + "storage": {} } }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x60ff60005333600060206000a2", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x60ff60005333600060206000a2", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log2_MaxTopic.json b/VMTests/vmLogTest/log2_MaxTopic.json index d06d150d3..1933b15dc 100644 --- a/VMTests/vmLogTest/log2_MaxTopic.json +++ b/VMTests/vmLogTest/log2_MaxTopic.json @@ -1,50 +1,47 @@ { - "log2_MaxTopic" : { - "_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/vmLogTest/log2_MaxTopicFiller.json", - "sourceHash" : "d847a6f4d2cea1bf7e832e67659301d776f107b8726ac06790b592cacf6fa7e3" + "log2_MaxTopic": { + "_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/vmLogTest/log2_MaxTopicFiller.json", + "sourceHash": "d847a6f4d2cea1bf7e832e67659301d776f107b8726ac06790b592cacf6fa7e3" }, - "callcreates" : [ - ], - "env" : { - "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x0100", - "currentGasLimit" : "0x0f4240", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01" + "callcreates": [], + "env": { + "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty": "0x0100", + "currentGasLimit": "0x0f4240", + "currentNumber": "0x00", + "currentTimestamp": "0x01" }, - "exec" : { - "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60206000a2", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60206000a2", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "gas" : "0x018123", - "logs" : "0x10038c0bc70265c0308f2914a65cdc63b8e6edfd44850dbe42a05c868edc30f1", - "out" : "0x", - "post" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60206000a2", - "nonce" : "0x00", - "storage" : { - } + "gas": "0x018123", + "logs": "0x10038c0bc70265c0308f2914a65cdc63b8e6edfd44850dbe42a05c868edc30f1", + "out": "0x", + "post": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60206000a2", + "nonce": "0x00", + "storage": {} } }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60206000a2", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60206000a2", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log2_emptyMem.json b/VMTests/vmLogTest/log2_emptyMem.json index cee4d929f..c5bd2afae 100644 --- a/VMTests/vmLogTest/log2_emptyMem.json +++ b/VMTests/vmLogTest/log2_emptyMem.json @@ -1,50 +1,47 @@ { - "log2_emptyMem" : { - "_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/vmLogTest/log2_emptyMemFiller.json", - "sourceHash" : "d10d6a7d163810a6b21dc291cc9221533a44193e0c623008944a811c68b79495" + "log2_emptyMem": { + "_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/vmLogTest/log2_emptyMemFiller.json", + "sourceHash": "d10d6a7d163810a6b21dc291cc9221533a44193e0c623008944a811c68b79495" }, - "callcreates" : [ - ], - "env" : { - "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x0100", - "currentGasLimit" : "0x0f4240", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01" + "callcreates": [], + "env": { + "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty": "0x0100", + "currentGasLimit": "0x0f4240", + "currentNumber": "0x00", + "currentTimestamp": "0x01" }, - "exec" : { - "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "code" : "0x6000600060006000a2", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x6000600060006000a2", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "gas" : "0x01822f", - "logs" : "0x0c102e52fb694e84eb201c93bc66cb205a9a332215f84188aec1096553289381", - "out" : "0x", - "post" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x6000600060006000a2", - "nonce" : "0x00", - "storage" : { - } + "gas": "0x01822f", + "logs": "0x0c102e52fb694e84eb201c93bc66cb205a9a332215f84188aec1096553289381", + "out": "0x", + "post": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x6000600060006000a2", + "nonce": "0x00", + "storage": {} } }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x6000600060006000a2", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x6000600060006000a2", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log2_logMemStartTooHigh.json b/VMTests/vmLogTest/log2_logMemStartTooHigh.json index 78801710f..3fe9aad83 100644 --- a/VMTests/vmLogTest/log2_logMemStartTooHigh.json +++ b/VMTests/vmLogTest/log2_logMemStartTooHigh.json @@ -1,36 +1,35 @@ { - "log2_logMemStartTooHigh" : { - "_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/vmLogTest/log2_logMemStartTooHighFiller.json", - "sourceHash" : "9583d1e1006e57cec5a157e4ca5aca897ca3bdaf3f1fbd297ef4577e973069d5" + "log2_logMemStartTooHigh": { + "_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/vmLogTest/log2_logMemStartTooHighFiller.json", + "sourceHash": "9583d1e1006e57cec5a157e4ca5aca897ca3bdaf3f1fbd297ef4577e973069d5" }, - "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" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa2", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa2", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa2", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa2", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log2_logMemsizeTooHigh.json b/VMTests/vmLogTest/log2_logMemsizeTooHigh.json index c8c16c81e..773285dc1 100644 --- a/VMTests/vmLogTest/log2_logMemsizeTooHigh.json +++ b/VMTests/vmLogTest/log2_logMemsizeTooHigh.json @@ -1,36 +1,35 @@ { - "log2_logMemsizeTooHigh" : { - "_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/vmLogTest/log2_logMemsizeTooHighFiller.json", - "sourceHash" : "b7f335aa3b7b7f356dcfca8995ac2c3a9c4bc3fc2fe458d2b9b3220d10b71032" + "log2_logMemsizeTooHigh": { + "_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/vmLogTest/log2_logMemsizeTooHighFiller.json", + "sourceHash": "b7f335aa3b7b7f356dcfca8995ac2c3a9c4bc3fc2fe458d2b9b3220d10b71032" }, - "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" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a2", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a2", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a2", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a2", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log2_logMemsizeZero.json b/VMTests/vmLogTest/log2_logMemsizeZero.json index 87c66ee87..a601abd1f 100644 --- a/VMTests/vmLogTest/log2_logMemsizeZero.json +++ b/VMTests/vmLogTest/log2_logMemsizeZero.json @@ -1,50 +1,47 @@ { - "log2_logMemsizeZero" : { - "_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/vmLogTest/log2_logMemsizeZeroFiller.json", - "sourceHash" : "6398c7cf3c03ea0e04bc1ff9dbc5c1130c9262871895bd7b559e820a001f1486" + "log2_logMemsizeZero": { + "_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/vmLogTest/log2_logMemsizeZeroFiller.json", + "sourceHash": "6398c7cf3c03ea0e04bc1ff9dbc5c1130c9262871895bd7b559e820a001f1486" }, - "callcreates" : [ - ], - "env" : { - "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x0100", - "currentGasLimit" : "0x0f4240", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01" + "callcreates": [], + "env": { + "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty": "0x0100", + "currentGasLimit": "0x0f4240", + "currentNumber": "0x00", + "currentTimestamp": "0x01" }, - "exec" : { - "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001a2", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001a2", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "gas" : "0x018223", - "logs" : "0x0c102e52fb694e84eb201c93bc66cb205a9a332215f84188aec1096553289381", - "out" : "0x", - "post" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001a2", - "nonce" : "0x00", - "storage" : { - } + "gas": "0x018223", + "logs": "0x0c102e52fb694e84eb201c93bc66cb205a9a332215f84188aec1096553289381", + "out": "0x", + "post": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001a2", + "nonce": "0x00", + "storage": {} } }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001a2", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001a2", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log2_nonEmptyMem.json b/VMTests/vmLogTest/log2_nonEmptyMem.json index ec159358d..9ee2be703 100644 --- a/VMTests/vmLogTest/log2_nonEmptyMem.json +++ b/VMTests/vmLogTest/log2_nonEmptyMem.json @@ -1,50 +1,47 @@ { - "log2_nonEmptyMem" : { - "_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/vmLogTest/log2_nonEmptyMemFiller.json", - "sourceHash" : "28c630362b8563440ecca6cfae1bb6cc99911d3a1b153c7179c4b2b81fbb14a7" + "log2_nonEmptyMem": { + "_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/vmLogTest/log2_nonEmptyMemFiller.json", + "sourceHash": "28c630362b8563440ecca6cfae1bb6cc99911d3a1b153c7179c4b2b81fbb14a7" }, - "callcreates" : [ - ], - "env" : { - "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x0100", - "currentGasLimit" : "0x0f4240", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01" + "callcreates": [], + "env": { + "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty": "0x0100", + "currentGasLimit": "0x0f4240", + "currentNumber": "0x00", + "currentTimestamp": "0x01" }, - "exec" : { - "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526000600060206000a2", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526000600060206000a2", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "gas" : "0x018123", - "logs" : "0x6e02fdc5f0bf3152415cc76a6ed19cd23f9eee9c8ada826de72bfab8c0bbb103", - "out" : "0x", - "post" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526000600060206000a2", - "nonce" : "0x00", - "storage" : { - } + "gas": "0x018123", + "logs": "0x6e02fdc5f0bf3152415cc76a6ed19cd23f9eee9c8ada826de72bfab8c0bbb103", + "out": "0x", + "post": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526000600060206000a2", + "nonce": "0x00", + "storage": {} } }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526000600060206000a2", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000526000600060206000a2", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1.json b/VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1.json index cd781e52e..b8c8df347 100644 --- a/VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1.json +++ b/VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1.json @@ -1,50 +1,47 @@ { - "log2_nonEmptyMem_logMemSize1" : { - "_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/vmLogTest/log2_nonEmptyMem_logMemSize1Filler.json", - "sourceHash" : "5f6a11d3f37da54f133a2658cc15ae7be1ff8980d0037593c98d0ef277b5cc75" + "log2_nonEmptyMem_logMemSize1": { + "_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/vmLogTest/log2_nonEmptyMem_logMemSize1Filler.json", + "sourceHash": "5f6a11d3f37da54f133a2658cc15ae7be1ff8980d0037593c98d0ef277b5cc75" }, - "callcreates" : [ - ], - "env" : { - "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x0100", - "currentGasLimit" : "0x0f4240", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01" + "callcreates": [], + "env": { + "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty": "0x0100", + "currentGasLimit": "0x0f4240", + "currentNumber": "0x00", + "currentTimestamp": "0x01" }, - "exec" : { - "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016000a2", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016000a2", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "gas" : "0x01821b", - "logs" : "0x45c138a1e810080c595869ef1ebed27c70c3d6fb48a3db0b5173b2053e787ef3", - "out" : "0x", - "post" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016000a2", - "nonce" : "0x00", - "storage" : { - } + "gas": "0x01821b", + "logs": "0x45c138a1e810080c595869ef1ebed27c70c3d6fb48a3db0b5173b2053e787ef3", + "out": "0x", + "post": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016000a2", + "nonce": "0x00", + "storage": {} } }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016000a2", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060016000a2", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1_logMemStart31.json b/VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1_logMemStart31.json index 0679e9742..f6b40e230 100644 --- a/VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1_logMemStart31.json +++ b/VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1_logMemStart31.json @@ -1,50 +1,47 @@ { - "log2_nonEmptyMem_logMemSize1_logMemStart31" : { - "_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/vmLogTest/log2_nonEmptyMem_logMemSize1_logMemStart31Filler.json", - "sourceHash" : "f186223fff0f71b6694ebe391699c0ac961c31cf7effe75083e423357810ac6c" + "log2_nonEmptyMem_logMemSize1_logMemStart31": { + "_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/vmLogTest/log2_nonEmptyMem_logMemSize1_logMemStart31Filler.json", + "sourceHash": "f186223fff0f71b6694ebe391699c0ac961c31cf7effe75083e423357810ac6c" }, - "callcreates" : [ - ], - "env" : { - "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x0100", - "currentGasLimit" : "0x0f4240", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01" + "callcreates": [], + "env": { + "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty": "0x0100", + "currentGasLimit": "0x0f4240", + "currentNumber": "0x00", + "currentTimestamp": "0x01" }, - "exec" : { - "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001601fa2", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001601fa2", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "gas" : "0x01821b", - "logs" : "0x4409136ea4b71b7651f1c9c65efd0455ec856c93ce6295a1677ae7c3791e3c48", - "out" : "0x", - "post" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001601fa2", - "nonce" : "0x00", - "storage" : { - } + "gas": "0x01821b", + "logs": "0x4409136ea4b71b7651f1c9c65efd0455ec856c93ce6295a1677ae7c3791e3c48", + "out": "0x", + "post": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001601fa2", + "nonce": "0x00", + "storage": {} } }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001601fa2", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006001601fa2", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log3_Caller.json b/VMTests/vmLogTest/log3_Caller.json index 3a3103b27..eaa6c63d7 100644 --- a/VMTests/vmLogTest/log3_Caller.json +++ b/VMTests/vmLogTest/log3_Caller.json @@ -1,50 +1,47 @@ { - "log3_Caller" : { - "_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/vmLogTest/log3_CallerFiller.json", - "sourceHash" : "9808f13ad1effdb334ef6170822c0159f866c70f9a4d594e12599e1b6cfd6a07" + "log3_Caller": { + "_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/vmLogTest/log3_CallerFiller.json", + "sourceHash": "9808f13ad1effdb334ef6170822c0159f866c70f9a4d594e12599e1b6cfd6a07" }, - "callcreates" : [ - ], - "env" : { - "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x0100", - "currentGasLimit" : "0x0f4240", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01" + "callcreates": [], + "env": { + "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty": "0x0100", + "currentGasLimit": "0x0f4240", + "currentNumber": "0x00", + "currentTimestamp": "0x01" }, - "exec" : { - "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "code" : "0x60ff600053336000600060206000a3", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x60ff600053336000600060206000a3", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "gas" : "0x017faa", - "logs" : "0x3e85bcf5ae0e8017697b1668fe3133293de024a46c44194f6345f66a4bd32023", - "out" : "0x", - "post" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x60ff600053336000600060206000a3", - "nonce" : "0x00", - "storage" : { - } + "gas": "0x017faa", + "logs": "0x3e85bcf5ae0e8017697b1668fe3133293de024a46c44194f6345f66a4bd32023", + "out": "0x", + "post": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x60ff600053336000600060206000a3", + "nonce": "0x00", + "storage": {} } }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x60ff600053336000600060206000a3", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x60ff600053336000600060206000a3", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log3_MaxTopic.json b/VMTests/vmLogTest/log3_MaxTopic.json index e5d99d28b..4bf1475c4 100644 --- a/VMTests/vmLogTest/log3_MaxTopic.json +++ b/VMTests/vmLogTest/log3_MaxTopic.json @@ -1,50 +1,47 @@ { - "log3_MaxTopic" : { - "_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/vmLogTest/log3_MaxTopicFiller.json", - "sourceHash" : "cbe5ac7ecbdae41525db9866cb33d205e8501d7de230f7e917911a73cba8f400" + "log3_MaxTopic": { + "_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/vmLogTest/log3_MaxTopicFiller.json", + "sourceHash": "cbe5ac7ecbdae41525db9866cb33d205e8501d7de230f7e917911a73cba8f400" }, - "callcreates" : [ - ], - "env" : { - "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x0100", - "currentGasLimit" : "0x0f4240", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01" + "callcreates": [], + "env": { + "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty": "0x0100", + "currentGasLimit": "0x0f4240", + "currentNumber": "0x00", + "currentTimestamp": "0x01" }, - "exec" : { - "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60206000a3", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60206000a3", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "gas" : "0x017fa9", - "logs" : "0x486418c45425c02eee174815dcc8d611111e35ddc111d7cf61660376629ee9f4", - "out" : "0x", - "post" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60206000a3", - "nonce" : "0x00", - "storage" : { - } + "gas": "0x017fa9", + "logs": "0x486418c45425c02eee174815dcc8d611111e35ddc111d7cf61660376629ee9f4", + "out": "0x", + "post": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60206000a3", + "nonce": "0x00", + "storage": {} } }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60206000a3", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60206000a3", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log3_PC.json b/VMTests/vmLogTest/log3_PC.json index c42a702d4..d5ff8e063 100644 --- a/VMTests/vmLogTest/log3_PC.json +++ b/VMTests/vmLogTest/log3_PC.json @@ -1,50 +1,47 @@ { - "log3_PC" : { - "_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/vmLogTest/log3_PCFiller.json", - "sourceHash" : "3f8c0ced84b237d22781846ccdcc7570062c732290a3ffef5f808b0ad0cf87bb" + "log3_PC": { + "_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/vmLogTest/log3_PCFiller.json", + "sourceHash": "3f8c0ced84b237d22781846ccdcc7570062c732290a3ffef5f808b0ad0cf87bb" }, - "callcreates" : [ - ], - "env" : { - "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x0100", - "currentGasLimit" : "0x0f4240", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01" + "callcreates": [], + "env": { + "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty": "0x0100", + "currentGasLimit": "0x0f4240", + "currentNumber": "0x00", + "currentTimestamp": "0x01" }, - "exec" : { - "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "code" : "0x60ff60005358585860206000a3", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x60ff60005358585860206000a3", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "gas" : "0x017fac", - "logs" : "0x7cee1faf751b1e6b79f5a9c8b4ce8d5b8d1ce5cbc1960336f1edf7800242d880", - "out" : "0x", - "post" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x60ff60005358585860206000a3", - "nonce" : "0x00", - "storage" : { - } + "gas": "0x017fac", + "logs": "0x7cee1faf751b1e6b79f5a9c8b4ce8d5b8d1ce5cbc1960336f1edf7800242d880", + "out": "0x", + "post": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x60ff60005358585860206000a3", + "nonce": "0x00", + "storage": {} } }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x60ff60005358585860206000a3", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x60ff60005358585860206000a3", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log3_emptyMem.json b/VMTests/vmLogTest/log3_emptyMem.json index 888aa5a70..38fa32c91 100644 --- a/VMTests/vmLogTest/log3_emptyMem.json +++ b/VMTests/vmLogTest/log3_emptyMem.json @@ -1,50 +1,47 @@ { - "log3_emptyMem" : { - "_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/vmLogTest/log3_emptyMemFiller.json", - "sourceHash" : "c4082ed8fd6b801a0dc161047ee859846023507d63cf78faf30503cf93bf319a" + "log3_emptyMem": { + "_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/vmLogTest/log3_emptyMemFiller.json", + "sourceHash": "c4082ed8fd6b801a0dc161047ee859846023507d63cf78faf30503cf93bf319a" }, - "callcreates" : [ - ], - "env" : { - "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x0100", - "currentGasLimit" : "0x0f4240", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01" + "callcreates": [], + "env": { + "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty": "0x0100", + "currentGasLimit": "0x0f4240", + "currentNumber": "0x00", + "currentTimestamp": "0x01" }, - "exec" : { - "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "code" : "0x60006000600060006000a3", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x60006000600060006000a3", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "gas" : "0x0180b5", - "logs" : "0x79f83975e7ea5efeeb8e2b08ea11bd9f320f34042ce7f2abd4df8a26b04839c0", - "out" : "0x", - "post" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x60006000600060006000a3", - "nonce" : "0x00", - "storage" : { - } + "gas": "0x0180b5", + "logs": "0x79f83975e7ea5efeeb8e2b08ea11bd9f320f34042ce7f2abd4df8a26b04839c0", + "out": "0x", + "post": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x60006000600060006000a3", + "nonce": "0x00", + "storage": {} } }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x60006000600060006000a3", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x60006000600060006000a3", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log3_logMemStartTooHigh.json b/VMTests/vmLogTest/log3_logMemStartTooHigh.json index d0a16cc2f..fd2896e46 100644 --- a/VMTests/vmLogTest/log3_logMemStartTooHigh.json +++ b/VMTests/vmLogTest/log3_logMemStartTooHigh.json @@ -1,36 +1,35 @@ { - "log3_logMemStartTooHigh" : { - "_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/vmLogTest/log3_logMemStartTooHighFiller.json", - "sourceHash" : "1e92824ed1cd7ffdad52423820604dccf42651648cdd5bd1f864e070b694c18d" + "log3_logMemStartTooHigh": { + "_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/vmLogTest/log3_logMemStartTooHighFiller.json", + "sourceHash": "1e92824ed1cd7ffdad52423820604dccf42651648cdd5bd1f864e070b694c18d" }, - "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" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa3", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa3", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa3", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa3", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log3_logMemsizeTooHigh.json b/VMTests/vmLogTest/log3_logMemsizeTooHigh.json index 9262c976b..36bd8b07d 100644 --- a/VMTests/vmLogTest/log3_logMemsizeTooHigh.json +++ b/VMTests/vmLogTest/log3_logMemsizeTooHigh.json @@ -1,36 +1,35 @@ { - "log3_logMemsizeTooHigh" : { - "_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/vmLogTest/log3_logMemsizeTooHighFiller.json", - "sourceHash" : "247eb27a86da748a30dd1c89087df4c666c65f53dcdd0a90fa2e1e2481d4b74e" + "log3_logMemsizeTooHigh": { + "_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/vmLogTest/log3_logMemsizeTooHighFiller.json", + "sourceHash": "247eb27a86da748a30dd1c89087df4c666c65f53dcdd0a90fa2e1e2481d4b74e" }, - "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" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a3", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a3", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a3", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a3", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log3_logMemsizeZero.json b/VMTests/vmLogTest/log3_logMemsizeZero.json index 7adc43315..cabf18e69 100644 --- a/VMTests/vmLogTest/log3_logMemsizeZero.json +++ b/VMTests/vmLogTest/log3_logMemsizeZero.json @@ -1,50 +1,47 @@ { - "log3_logMemsizeZero" : { - "_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/vmLogTest/log3_logMemsizeZeroFiller.json", - "sourceHash" : "b809669b3acb51b5495352fd251d0f30efd7a40891f1c86b43b733fd8aeaaaf6" + "log3_logMemsizeZero": { + "_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/vmLogTest/log3_logMemsizeZeroFiller.json", + "sourceHash": "b809669b3acb51b5495352fd251d0f30efd7a40891f1c86b43b733fd8aeaaaf6" }, - "callcreates" : [ - ], - "env" : { - "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x0100", - "currentGasLimit" : "0x0f4240", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01" + "callcreates": [], + "env": { + "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty": "0x0100", + "currentGasLimit": "0x0f4240", + "currentNumber": "0x00", + "currentTimestamp": "0x01" }, - "exec" : { - "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001a3", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001a3", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "gas" : "0x0180a9", - "logs" : "0x79f83975e7ea5efeeb8e2b08ea11bd9f320f34042ce7f2abd4df8a26b04839c0", - "out" : "0x", - "post" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001a3", - "nonce" : "0x00", - "storage" : { - } + "gas": "0x0180a9", + "logs": "0x79f83975e7ea5efeeb8e2b08ea11bd9f320f34042ce7f2abd4df8a26b04839c0", + "out": "0x", + "post": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001a3", + "nonce": "0x00", + "storage": {} } }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001a3", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001a3", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log3_nonEmptyMem.json b/VMTests/vmLogTest/log3_nonEmptyMem.json index bcefb59b5..89bc1666f 100644 --- a/VMTests/vmLogTest/log3_nonEmptyMem.json +++ b/VMTests/vmLogTest/log3_nonEmptyMem.json @@ -1,50 +1,47 @@ { - "log3_nonEmptyMem" : { - "_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/vmLogTest/log3_nonEmptyMemFiller.json", - "sourceHash" : "97de8accf4ff0e86aa2f26f73f3ddc2499be88a996dde6f901603d51239a25e1" + "log3_nonEmptyMem": { + "_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/vmLogTest/log3_nonEmptyMemFiller.json", + "sourceHash": "97de8accf4ff0e86aa2f26f73f3ddc2499be88a996dde6f901603d51239a25e1" }, - "callcreates" : [ - ], - "env" : { - "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x0100", - "currentGasLimit" : "0x0f4240", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01" + "callcreates": [], + "env": { + "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty": "0x0100", + "currentGasLimit": "0x0f4240", + "currentNumber": "0x00", + "currentTimestamp": "0x01" }, - "exec" : { - "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260006000600060206000a3", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260006000600060206000a3", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "gas" : "0x017fa9", - "logs" : "0xb9cdb22df321bb4d58b94e6928f3db861ceff5fbc398e12675b9027add956f49", - "out" : "0x", - "post" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260006000600060206000a3", - "nonce" : "0x00", - "storage" : { - } + "gas": "0x017fa9", + "logs": "0xb9cdb22df321bb4d58b94e6928f3db861ceff5fbc398e12675b9027add956f49", + "out": "0x", + "post": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260006000600060206000a3", + "nonce": "0x00", + "storage": {} } }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260006000600060206000a3", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260006000600060206000a3", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1.json b/VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1.json index df800fe60..b4aecbcb8 100644 --- a/VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1.json +++ b/VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1.json @@ -1,50 +1,47 @@ { - "log3_nonEmptyMem_logMemSize1" : { - "_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/vmLogTest/log3_nonEmptyMem_logMemSize1Filler.json", - "sourceHash" : "4e9f06ce26a14d5c78bd804b2497179736a1019efcdbd98bbd0ad14a9616688c" + "log3_nonEmptyMem_logMemSize1": { + "_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/vmLogTest/log3_nonEmptyMem_logMemSize1Filler.json", + "sourceHash": "4e9f06ce26a14d5c78bd804b2497179736a1019efcdbd98bbd0ad14a9616688c" }, - "callcreates" : [ - ], - "env" : { - "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x0100", - "currentGasLimit" : "0x0f4240", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01" + "callcreates": [], + "env": { + "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty": "0x0100", + "currentGasLimit": "0x0f4240", + "currentNumber": "0x00", + "currentTimestamp": "0x01" }, - "exec" : { - "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000a3", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000a3", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "gas" : "0x0180a1", - "logs" : "0x47b80b4fa66c744dbeef8ec51e7d202f3c03b893dfdc95e3523c223a55ab3051", - "out" : "0x", - "post" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000a3", - "nonce" : "0x00", - "storage" : { - } + "gas": "0x0180a1", + "logs": "0x47b80b4fa66c744dbeef8ec51e7d202f3c03b893dfdc95e3523c223a55ab3051", + "out": "0x", + "post": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000a3", + "nonce": "0x00", + "storage": {} } }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000a3", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060016000a3", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1_logMemStart31.json b/VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1_logMemStart31.json index b3e61cfbe..c0ae497c8 100644 --- a/VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1_logMemStart31.json +++ b/VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1_logMemStart31.json @@ -1,50 +1,47 @@ { - "log3_nonEmptyMem_logMemSize1_logMemStart31" : { - "_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/vmLogTest/log3_nonEmptyMem_logMemSize1_logMemStart31Filler.json", - "sourceHash" : "05515cf5f693e637385898f6125f43afcb9dd14552df1c0f1e01ee8dc072f6e1" + "log3_nonEmptyMem_logMemSize1_logMemStart31": { + "_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/vmLogTest/log3_nonEmptyMem_logMemSize1_logMemStart31Filler.json", + "sourceHash": "05515cf5f693e637385898f6125f43afcb9dd14552df1c0f1e01ee8dc072f6e1" }, - "callcreates" : [ - ], - "env" : { - "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x0100", - "currentGasLimit" : "0x0f4240", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01" + "callcreates": [], + "env": { + "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty": "0x0100", + "currentGasLimit": "0x0f4240", + "currentNumber": "0x00", + "currentTimestamp": "0x01" }, - "exec" : { - "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001601fa3", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001601fa3", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "gas" : "0x0180a1", - "logs" : "0x56733300bf7f644b82e00b314f1cfc0ac057f6dfc6a2b821970423603a44889f", - "out" : "0x", - "post" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001601fa3", - "nonce" : "0x00", - "storage" : { - } + "gas": "0x0180a1", + "logs": "0x56733300bf7f644b82e00b314f1cfc0ac057f6dfc6a2b821970423603a44889f", + "out": "0x", + "post": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001601fa3", + "nonce": "0x00", + "storage": {} } }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001601fa3", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000526000600060006001601fa3", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log4_Caller.json b/VMTests/vmLogTest/log4_Caller.json index 23bd50a3e..c047d0d22 100644 --- a/VMTests/vmLogTest/log4_Caller.json +++ b/VMTests/vmLogTest/log4_Caller.json @@ -1,50 +1,47 @@ { - "log4_Caller" : { - "_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/vmLogTest/log4_CallerFiller.json", - "sourceHash" : "19595398c5ddeba6c63a847796e8bc1079f650d054b0c1b6a1862eec58980fe3" + "log4_Caller": { + "_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/vmLogTest/log4_CallerFiller.json", + "sourceHash": "19595398c5ddeba6c63a847796e8bc1079f650d054b0c1b6a1862eec58980fe3" }, - "callcreates" : [ - ], - "env" : { - "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x0100", - "currentGasLimit" : "0x0f4240", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01" + "callcreates": [], + "env": { + "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty": "0x0100", + "currentGasLimit": "0x0f4240", + "currentNumber": "0x00", + "currentTimestamp": "0x01" }, - "exec" : { - "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "code" : "0x60ff6000533360006000600060206000a4", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x60ff6000533360006000600060206000a4", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "gas" : "0x017e30", - "logs" : "0x35f9d89d15631c07c9fe9938cbb68c24829193d66435373f55f924c906b854a4", - "out" : "0x", - "post" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x60ff6000533360006000600060206000a4", - "nonce" : "0x00", - "storage" : { - } + "gas": "0x017e30", + "logs": "0x35f9d89d15631c07c9fe9938cbb68c24829193d66435373f55f924c906b854a4", + "out": "0x", + "post": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x60ff6000533360006000600060206000a4", + "nonce": "0x00", + "storage": {} } }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x60ff6000533360006000600060206000a4", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x60ff6000533360006000600060206000a4", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log4_MaxTopic.json b/VMTests/vmLogTest/log4_MaxTopic.json index fd745bd7d..0c702189f 100644 --- a/VMTests/vmLogTest/log4_MaxTopic.json +++ b/VMTests/vmLogTest/log4_MaxTopic.json @@ -1,50 +1,47 @@ { - "log4_MaxTopic" : { - "_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/vmLogTest/log4_MaxTopicFiller.json", - "sourceHash" : "9437e06634cd8cedf7745b5268fce468af464caae6e1e076509aa6fb182e3222" + "log4_MaxTopic": { + "_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/vmLogTest/log4_MaxTopicFiller.json", + "sourceHash": "9437e06634cd8cedf7745b5268fce468af464caae6e1e076509aa6fb182e3222" }, - "callcreates" : [ - ], - "env" : { - "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x0100", - "currentGasLimit" : "0x0f4240", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01" + "callcreates": [], + "env": { + "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty": "0x0100", + "currentGasLimit": "0x0f4240", + "currentNumber": "0x00", + "currentTimestamp": "0x01" }, - "exec" : { - "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60206000a4", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60206000a4", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "gas" : "0x017e2f", - "logs" : "0xef71a715e664cf4bfc47d7cc5c7b32a046c0092570e8048742f60fe3232b168a", - "out" : "0x", - "post" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60206000a4", - "nonce" : "0x00", - "storage" : { - } + "gas": "0x017e2f", + "logs": "0xef71a715e664cf4bfc47d7cc5c7b32a046c0092570e8048742f60fe3232b168a", + "out": "0x", + "post": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60206000a4", + "nonce": "0x00", + "storage": {} } }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60206000a4", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd6000527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60206000a4", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log4_PC.json b/VMTests/vmLogTest/log4_PC.json index 28abae3c6..11e04e4c9 100644 --- a/VMTests/vmLogTest/log4_PC.json +++ b/VMTests/vmLogTest/log4_PC.json @@ -1,50 +1,47 @@ { - "log4_PC" : { - "_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/vmLogTest/log4_PCFiller.json", - "sourceHash" : "397fa01503ac4a9ca93878ff049edaa35902f56091ecaf456b71ee041b77542c" + "log4_PC": { + "_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/vmLogTest/log4_PCFiller.json", + "sourceHash": "397fa01503ac4a9ca93878ff049edaa35902f56091ecaf456b71ee041b77542c" }, - "callcreates" : [ - ], - "env" : { - "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x0100", - "currentGasLimit" : "0x0f4240", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01" + "callcreates": [], + "env": { + "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty": "0x0100", + "currentGasLimit": "0x0f4240", + "currentNumber": "0x00", + "currentTimestamp": "0x01" }, - "exec" : { - "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "code" : "0x60ff6000535858585860206000a4", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x60ff6000535858585860206000a4", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "gas" : "0x017e33", - "logs" : "0x51d56b9f9e0edb35517910cf8ed0e7a6b83aad7c2ca5c9b23874294aa0fae264", - "out" : "0x", - "post" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x60ff6000535858585860206000a4", - "nonce" : "0x00", - "storage" : { - } + "gas": "0x017e33", + "logs": "0x51d56b9f9e0edb35517910cf8ed0e7a6b83aad7c2ca5c9b23874294aa0fae264", + "out": "0x", + "post": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x60ff6000535858585860206000a4", + "nonce": "0x00", + "storage": {} } }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x60ff6000535858585860206000a4", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x60ff6000535858585860206000a4", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log4_emptyMem.json b/VMTests/vmLogTest/log4_emptyMem.json index 428289396..913e23cb0 100644 --- a/VMTests/vmLogTest/log4_emptyMem.json +++ b/VMTests/vmLogTest/log4_emptyMem.json @@ -1,50 +1,47 @@ { - "log4_emptyMem" : { - "_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/vmLogTest/log4_emptyMemFiller.json", - "sourceHash" : "4a47e1cec04bd6bcc0a7ef5bad8f880602b774fefef6691c7f5167fdb27e24d5" + "log4_emptyMem": { + "_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/vmLogTest/log4_emptyMemFiller.json", + "sourceHash": "4a47e1cec04bd6bcc0a7ef5bad8f880602b774fefef6691c7f5167fdb27e24d5" }, - "callcreates" : [ - ], - "env" : { - "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x0100", - "currentGasLimit" : "0x0f4240", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01" + "callcreates": [], + "env": { + "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty": "0x0100", + "currentGasLimit": "0x0f4240", + "currentNumber": "0x00", + "currentTimestamp": "0x01" }, - "exec" : { - "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "code" : "0x600060006000600060006000a4", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x600060006000600060006000a4", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "gas" : "0x017f3b", - "logs" : "0xc04befec57a9284dbf7636641a59a938acf437ae400154e34ad0a1cfeee3eaa9", - "out" : "0x", - "post" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x600060006000600060006000a4", - "nonce" : "0x00", - "storage" : { - } + "gas": "0x017f3b", + "logs": "0xc04befec57a9284dbf7636641a59a938acf437ae400154e34ad0a1cfeee3eaa9", + "out": "0x", + "post": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x600060006000600060006000a4", + "nonce": "0x00", + "storage": {} } }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x600060006000600060006000a4", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x600060006000600060006000a4", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log4_logMemStartTooHigh.json b/VMTests/vmLogTest/log4_logMemStartTooHigh.json index 889cb6bdf..cc2ffd604 100644 --- a/VMTests/vmLogTest/log4_logMemStartTooHigh.json +++ b/VMTests/vmLogTest/log4_logMemStartTooHigh.json @@ -1,36 +1,35 @@ { - "log4_logMemStartTooHigh" : { - "_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/vmLogTest/log4_logMemStartTooHighFiller.json", - "sourceHash" : "963480beda6744da8c02cd43ea481c5b6e8fdf75bf66810283e392a83b1a0f81" + "log4_logMemStartTooHigh": { + "_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/vmLogTest/log4_logMemStartTooHighFiller.json", + "sourceHash": "963480beda6744da8c02cd43ea481c5b6e8fdf75bf66810283e392a83b1a0f81" }, - "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" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa4", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa4", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa4", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa4", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log4_logMemsizeTooHigh.json b/VMTests/vmLogTest/log4_logMemsizeTooHigh.json index da7eda2da..da728e817 100644 --- a/VMTests/vmLogTest/log4_logMemsizeTooHigh.json +++ b/VMTests/vmLogTest/log4_logMemsizeTooHigh.json @@ -1,36 +1,35 @@ { - "log4_logMemsizeTooHigh" : { - "_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/vmLogTest/log4_logMemsizeTooHighFiller.json", - "sourceHash" : "b3acd41f1bfa729371142b2e5442241ad7f7869587faab94d091699b3d4af32b" + "log4_logMemsizeTooHigh": { + "_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/vmLogTest/log4_logMemsizeTooHighFiller.json", + "sourceHash": "b3acd41f1bfa729371142b2e5442241ad7f7869587faab94d091699b3d4af32b" }, - "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" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a4", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a4", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a4", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6001a4", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log4_logMemsizeZero.json b/VMTests/vmLogTest/log4_logMemsizeZero.json index 715f81289..e7a019114 100644 --- a/VMTests/vmLogTest/log4_logMemsizeZero.json +++ b/VMTests/vmLogTest/log4_logMemsizeZero.json @@ -1,50 +1,47 @@ { - "log4_logMemsizeZero" : { - "_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/vmLogTest/log4_logMemsizeZeroFiller.json", - "sourceHash" : "1f8674f6fb99a6ae15223e05b7defa4f63da4189f089ed4eaee932341d1daea1" + "log4_logMemsizeZero": { + "_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/vmLogTest/log4_logMemsizeZeroFiller.json", + "sourceHash": "1f8674f6fb99a6ae15223e05b7defa4f63da4189f089ed4eaee932341d1daea1" }, - "callcreates" : [ - ], - "env" : { - "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x0100", - "currentGasLimit" : "0x0f4240", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01" + "callcreates": [], + "env": { + "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty": "0x0100", + "currentGasLimit": "0x0f4240", + "currentNumber": "0x00", + "currentTimestamp": "0x01" }, - "exec" : { - "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060006001a4", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060006001a4", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "gas" : "0x017f2f", - "logs" : "0xc04befec57a9284dbf7636641a59a938acf437ae400154e34ad0a1cfeee3eaa9", - "out" : "0x", - "post" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060006001a4", - "nonce" : "0x00", - "storage" : { - } + "gas": "0x017f2f", + "logs": "0xc04befec57a9284dbf7636641a59a938acf437ae400154e34ad0a1cfeee3eaa9", + "out": "0x", + "post": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060006001a4", + "nonce": "0x00", + "storage": {} } }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060006001a4", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060006001a4", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log4_nonEmptyMem.json b/VMTests/vmLogTest/log4_nonEmptyMem.json index b98970465..385ec92c5 100644 --- a/VMTests/vmLogTest/log4_nonEmptyMem.json +++ b/VMTests/vmLogTest/log4_nonEmptyMem.json @@ -1,50 +1,47 @@ { - "log4_nonEmptyMem" : { - "_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/vmLogTest/log4_nonEmptyMemFiller.json", - "sourceHash" : "925f1c3927ef303e15131555320502ef445d0a510efc08f2918d282a80d85287" + "log4_nonEmptyMem": { + "_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/vmLogTest/log4_nonEmptyMemFiller.json", + "sourceHash": "925f1c3927ef303e15131555320502ef445d0a510efc08f2918d282a80d85287" }, - "callcreates" : [ - ], - "env" : { - "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x0100", - "currentGasLimit" : "0x0f4240", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01" + "callcreates": [], + "env": { + "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty": "0x0100", + "currentGasLimit": "0x0f4240", + "currentNumber": "0x00", + "currentTimestamp": "0x01" }, - "exec" : { - "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060006000600060206000a4", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060006000600060206000a4", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "gas" : "0x017e2f", - "logs" : "0x0a0784a78d4f43441675b9f00e6ad4a313c9e57a6a01a6f49b8a890805857d8d", - "out" : "0x", - "post" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060006000600060206000a4", - "nonce" : "0x00", - "storage" : { - } + "gas": "0x017e2f", + "logs": "0x0a0784a78d4f43441675b9f00e6ad4a313c9e57a6a01a6f49b8a890805857d8d", + "out": "0x", + "post": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060006000600060206000a4", + "nonce": "0x00", + "storage": {} } }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060006000600060206000a4", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600052600060006000600060206000a4", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1.json b/VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1.json index 18826705f..4893941ce 100644 --- a/VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1.json +++ b/VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1.json @@ -1,50 +1,47 @@ { - "log4_nonEmptyMem_logMemSize1" : { - "_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/vmLogTest/log4_nonEmptyMem_logMemSize1Filler.json", - "sourceHash" : "b306d4c1052081efe513d2e941e2977e841fdde2582e4bb70e0f49c4a365a68a" + "log4_nonEmptyMem_logMemSize1": { + "_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/vmLogTest/log4_nonEmptyMem_logMemSize1Filler.json", + "sourceHash": "b306d4c1052081efe513d2e941e2977e841fdde2582e4bb70e0f49c4a365a68a" }, - "callcreates" : [ - ], - "env" : { - "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x0100", - "currentGasLimit" : "0x0f4240", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01" + "callcreates": [], + "env": { + "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty": "0x0100", + "currentGasLimit": "0x0f4240", + "currentNumber": "0x00", + "currentTimestamp": "0x01" }, - "exec" : { - "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000a4", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000a4", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "gas" : "0x017f27", - "logs" : "0x23be46fc7a6c306a308a3f05719e0b0e5f9009a10f54838a78afa750b1ef17d7", - "out" : "0x", - "post" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000a4", - "nonce" : "0x00", - "storage" : { - } + "gas": "0x017f27", + "logs": "0x23be46fc7a6c306a308a3f05719e0b0e5f9009a10f54838a78afa750b1ef17d7", + "out": "0x", + "post": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000a4", + "nonce": "0x00", + "storage": {} } }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000a4", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd600052600060006000600060016000a4", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1_logMemStart31.json b/VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1_logMemStart31.json index f1aab44c6..1d8f81389 100644 --- a/VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1_logMemStart31.json +++ b/VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1_logMemStart31.json @@ -1,50 +1,47 @@ { - "log4_nonEmptyMem_logMemSize1_logMemStart31" : { - "_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/vmLogTest/log4_nonEmptyMem_logMemSize1_logMemStart31Filler.json", - "sourceHash" : "36670aca2e48a11f1f9a47c8745999bdf2b2795ff5187133e860d0e0d4ae4828" + "log4_nonEmptyMem_logMemSize1_logMemStart31": { + "_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/vmLogTest/log4_nonEmptyMem_logMemSize1_logMemStart31Filler.json", + "sourceHash": "36670aca2e48a11f1f9a47c8745999bdf2b2795ff5187133e860d0e0d4ae4828" }, - "callcreates" : [ - ], - "env" : { - "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x0100", - "currentGasLimit" : "0x0f4240", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01" + "callcreates": [], + "env": { + "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty": "0x0100", + "currentGasLimit": "0x0f4240", + "currentNumber": "0x00", + "currentTimestamp": "0x01" }, - "exec" : { - "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001601fa4", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001601fa4", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "gas" : "0x017f27", - "logs" : "0x09928203a19d172f9c404eb76d61e6f4aedc83a2cada1ac2a02ad6aa0e98044b", - "out" : "0x", - "post" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001601fa4", - "nonce" : "0x00", - "storage" : { - } + "gas": "0x017f27", + "logs": "0x09928203a19d172f9c404eb76d61e6f4aedc83a2cada1ac2a02ad6aa0e98044b", + "out": "0x", + "post": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001601fa4", + "nonce": "0x00", + "storage": {} } }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001601fa4", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7faabbffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdd60005260006000600060006001601fa4", + "nonce": "0x00", + "storage": {} } } } diff --git a/VMTests/vmLogTest/log_2logs.json b/VMTests/vmLogTest/log_2logs.json index 72644c698..e8e966ea6 100644 --- a/VMTests/vmLogTest/log_2logs.json +++ b/VMTests/vmLogTest/log_2logs.json @@ -1,50 +1,47 @@ { - "log_2logs" : { - "_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/vmLogTest/log_2logsFiller.json", - "sourceHash" : "5f06d581898ac68c320f28dc72988dfae3989b57cf646b3b0b27bda59c5ad3e0" + "log_2logs": { + "_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/vmLogTest/log_2logsFiller.json", + "sourceHash": "5f06d581898ac68c320f28dc72988dfae3989b57cf646b3b0b27bda59c5ad3e0" }, - "callcreates" : [ - ], - "env" : { - "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x0100", - "currentGasLimit" : "0x0f4240", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01" + "callcreates": [], + "env": { + "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty": "0x0100", + "currentGasLimit": "0x0f4240", + "currentNumber": "0x00", + "currentTimestamp": "0x01" }, - "exec" : { - "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260206000a060106002a0", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260206000a060106002a0", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "gas" : "0x01821a", - "logs" : "0xe12ee27cac9d3a99fe2fae82f6a97af4252ea255452ec3724bbec0c8e5d03365", - "out" : "0x", - "post" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260206000a060106002a0", - "nonce" : "0x00", - "storage" : { - } + "gas": "0x01821a", + "logs": "0xe12ee27cac9d3a99fe2fae82f6a97af4252ea255452ec3724bbec0c8e5d03365", + "out": "0x", + "post": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260206000a060106002a0", + "nonce": "0x00", + "storage": {} } }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260206000a060106002a0", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260206000a060106002a0", + "nonce": "0x00", + "storage": {} } } } |