diff options
Diffstat (limited to 'VMTests/vmSystemOperations')
-rw-r--r-- | VMTests/vmSystemOperations/TestNameRegistrator.json | 82 | ||||
-rw-r--r-- | VMTests/vmSystemOperations/return0.json | 82 | ||||
-rw-r--r-- | VMTests/vmSystemOperations/return1.json | 82 | ||||
-rw-r--r-- | VMTests/vmSystemOperations/return2.json | 82 | ||||
-rw-r--r-- | VMTests/vmSystemOperations/suicide0.json | 92 | ||||
-rw-r--r-- | VMTests/vmSystemOperations/suicideNotExistingAccount.json | 103 | ||||
-rw-r--r-- | VMTests/vmSystemOperations/suicideSendEtherToMe.json | 92 |
7 files changed, 318 insertions, 297 deletions
diff --git a/VMTests/vmSystemOperations/TestNameRegistrator.json b/VMTests/vmSystemOperations/TestNameRegistrator.json index 30c2590a3..058fa0e59 100644 --- a/VMTests/vmSystemOperations/TestNameRegistrator.json +++ b/VMTests/vmSystemOperations/TestNameRegistrator.json @@ -1,50 +1,52 @@ { - "TestNameRegistrator": { - "_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/vmSystemOperations/TestNameRegistratorFiller.json", - "sourceHash": "7cfbe0bb48c4deed8014ec6c937bfa0de3cd585840041a162477d4415cc28b28" + "TestNameRegistrator" : { + "_info" : { + "comment" : "", + "filledwith" : "testeth 1.5.0.dev2-52+commit.d419e0a2", + "lllcversion" : "Version: 0.4.26-develop.2018.9.19+commit.785cbf40.Linux.g++", + "source" : "src/VMTestsFiller/vmSystemOperations/TestNameRegistratorFiller.json", + "sourceHash" : "7e0e4bcbcbe8bcaf9a8535e65d4c6665db752910953b5eafc63da8f7cdff20b7" }, - "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": "0x6000355415600957005b60203560003555", - "data": "0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffafffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa", - "gas": "0x0186a0", - "gasPrice": "0x5af3107a4000", - "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value": "0x0de0b6b3a7640000" + "exec" : { + "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code" : "0x6000355415600957005b60203560003555", + "data" : "0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffafffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa", + "gas" : "0x0186a0", + "gasPrice" : "0x5af3107a4000", + "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value" : "0x0de0b6b3a7640000" }, - "gas": "0x01382b", - "logs": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "out": "0x", - "post": { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { - "balance": "0x152d02c7e14af6800000", - "code": "0x6000355415600957005b60203560003555", - "nonce": "0x00", - "storage": { - "0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa": "0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa" + "gas" : "0x01382b", + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", + "out" : "0x", + "post" : { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0x152d02c7e14af6800000", + "code" : "0x6000355415600957005b60203560003555", + "nonce" : "0x00", + "storage" : { + "0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa" : "0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa" } } }, - "pre": { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { - "balance": "0x152d02c7e14af6800000", - "code": "0x6000355415600957005b60203560003555", - "nonce": "0x00", - "storage": {} + "pre" : { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0x152d02c7e14af6800000", + "code" : "0x6000355415600957005b60203560003555", + "nonce" : "0x00", + "storage" : { + } } } } -} +}
\ No newline at end of file diff --git a/VMTests/vmSystemOperations/return0.json b/VMTests/vmSystemOperations/return0.json index a0e1f42b4..eb51c4f7c 100644 --- a/VMTests/vmSystemOperations/return0.json +++ b/VMTests/vmSystemOperations/return0.json @@ -1,50 +1,52 @@ { - "return0": { - "_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/vmSystemOperations/return0Filler.json", - "sourceHash": "d02da94427b1e9da454fbaab066b5d641fbb5f604dac532e4d09f37d918a3579" + "return0" : { + "_info" : { + "comment" : "", + "filledwith" : "testeth 1.5.0.dev2-52+commit.d419e0a2", + "lllcversion" : "Version: 0.4.26-develop.2018.9.19+commit.785cbf40.Linux.g++", + "source" : "src/VMTestsFiller/vmSystemOperations/return0Filler.json", + "sourceHash" : "1cd2b9480f1f5bdd82e8026b6342008ef84d318c3f9f173eae7d09e50eaf26b3" }, - "callcreates": [], - "env": { - "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty": "0x0100", - "currentGasLimit": "0x989680", - "currentNumber": "0x00", - "currentTimestamp": "0x01" + "callcreates" : [ + ], + "env" : { + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x0100", + "currentGasLimit" : "0x989680", + "currentNumber" : "0x00", + "currentTimestamp" : "0x01" }, - "exec": { - "address": "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "caller": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "code": "0x603760005360005160005560016000f3", - "data": "0xaa", - "gas": "0x0186a0", - "gasPrice": "0x5af3107a4000", - "origin": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "value": "0x17" + "exec" : { + "address" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "caller" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "code" : "0x603760005360005160005560016000f3", + "data" : "0xaa", + "gas" : "0x0186a0", + "gasPrice" : "0x5af3107a4000", + "origin" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "value" : "0x17" }, - "gas": "0x013865", - "logs": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "out": "0x37", - "post": { - "0xcd1722f3947def4cf144679da39c4c32bdc35681": { - "balance": "0x17", - "code": "0x603760005360005160005560016000f3", - "nonce": "0x00", - "storage": { - "0x00": "0x3700000000000000000000000000000000000000000000000000000000000000" + "gas" : "0x013865", + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", + "out" : "0x37", + "post" : { + "0xcd1722f3947def4cf144679da39c4c32bdc35681" : { + "balance" : "0x17", + "code" : "0x603760005360005160005560016000f3", + "nonce" : "0x00", + "storage" : { + "0x00" : "0x3700000000000000000000000000000000000000000000000000000000000000" } } }, - "pre": { - "0xcd1722f3947def4cf144679da39c4c32bdc35681": { - "balance": "0x17", - "code": "0x603760005360005160005560016000f3", - "nonce": "0x00", - "storage": {} + "pre" : { + "0xcd1722f3947def4cf144679da39c4c32bdc35681" : { + "balance" : "0x17", + "code" : "0x603760005360005160005560016000f3", + "nonce" : "0x00", + "storage" : { + } } } } -} +}
\ No newline at end of file diff --git a/VMTests/vmSystemOperations/return1.json b/VMTests/vmSystemOperations/return1.json index 06ec45ec7..080518492 100644 --- a/VMTests/vmSystemOperations/return1.json +++ b/VMTests/vmSystemOperations/return1.json @@ -1,50 +1,52 @@ { - "return1": { - "_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/vmSystemOperations/return1Filler.json", - "sourceHash": "ed4346442f64beeb1a1295b7f6b32556a13bfa99dbdcbd4c8984a9c4e73027dc" + "return1" : { + "_info" : { + "comment" : "", + "filledwith" : "testeth 1.5.0.dev2-52+commit.d419e0a2", + "lllcversion" : "Version: 0.4.26-develop.2018.9.19+commit.785cbf40.Linux.g++", + "source" : "src/VMTestsFiller/vmSystemOperations/return1Filler.json", + "sourceHash" : "5cd716a8e8d460b10e0dc1b3d5b6394f0c388e0e36246bf124478b0cb86a1f76" }, - "callcreates": [], - "env": { - "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty": "0x0100", - "currentGasLimit": "0x989680", - "currentNumber": "0x00", - "currentTimestamp": "0x01" + "callcreates" : [ + ], + "env" : { + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x0100", + "currentGasLimit" : "0x989680", + "currentNumber" : "0x00", + "currentTimestamp" : "0x01" }, - "exec": { - "address": "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "caller": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "code": "0x603760005360005160005560026000f3", - "data": "0xaa", - "gas": "0x0186a0", - "gasPrice": "0x5af3107a4000", - "origin": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "value": "0x17" + "exec" : { + "address" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "caller" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "code" : "0x603760005360005160005560026000f3", + "data" : "0xaa", + "gas" : "0x0186a0", + "gasPrice" : "0x5af3107a4000", + "origin" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "value" : "0x17" }, - "gas": "0x013865", - "logs": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "out": "0x3700", - "post": { - "0xcd1722f3947def4cf144679da39c4c32bdc35681": { - "balance": "0x17", - "code": "0x603760005360005160005560026000f3", - "nonce": "0x00", - "storage": { - "0x00": "0x3700000000000000000000000000000000000000000000000000000000000000" + "gas" : "0x013865", + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", + "out" : "0x3700", + "post" : { + "0xcd1722f3947def4cf144679da39c4c32bdc35681" : { + "balance" : "0x17", + "code" : "0x603760005360005160005560026000f3", + "nonce" : "0x00", + "storage" : { + "0x00" : "0x3700000000000000000000000000000000000000000000000000000000000000" } } }, - "pre": { - "0xcd1722f3947def4cf144679da39c4c32bdc35681": { - "balance": "0x17", - "code": "0x603760005360005160005560026000f3", - "nonce": "0x00", - "storage": {} + "pre" : { + "0xcd1722f3947def4cf144679da39c4c32bdc35681" : { + "balance" : "0x17", + "code" : "0x603760005360005160005560026000f3", + "nonce" : "0x00", + "storage" : { + } } } } -} +}
\ No newline at end of file diff --git a/VMTests/vmSystemOperations/return2.json b/VMTests/vmSystemOperations/return2.json index 51655aa66..d1103b4f3 100644 --- a/VMTests/vmSystemOperations/return2.json +++ b/VMTests/vmSystemOperations/return2.json @@ -1,50 +1,52 @@ { - "return2": { - "_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/vmSystemOperations/return2Filler.json", - "sourceHash": "e4d71a60fd6a9d66c13d5f2bda4e88853578378f106589682a612ec2c081f86f" + "return2" : { + "_info" : { + "comment" : "", + "filledwith" : "testeth 1.5.0.dev2-52+commit.d419e0a2", + "lllcversion" : "Version: 0.4.26-develop.2018.9.19+commit.785cbf40.Linux.g++", + "source" : "src/VMTestsFiller/vmSystemOperations/return2Filler.json", + "sourceHash" : "4181cbf262c1dc2cdc186e007ec6c13466bd031b190b07874b1177a00717deeb" }, - "callcreates": [], - "env": { - "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty": "0x0100", - "currentGasLimit": "0x989680", - "currentNumber": "0x00", - "currentTimestamp": "0x01" + "callcreates" : [ + ], + "env" : { + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x0100", + "currentGasLimit" : "0x989680", + "currentNumber" : "0x00", + "currentTimestamp" : "0x01" }, - "exec": { - "address": "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "caller": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "code": "0x603760005360005160005560216000f3", - "data": "0xaa", - "gas": "0x0186a0", - "gasPrice": "0x5af3107a4000", - "origin": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "value": "0x17" + "exec" : { + "address" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "caller" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "code" : "0x603760005360005160005560216000f3", + "data" : "0xaa", + "gas" : "0x0186a0", + "gasPrice" : "0x5af3107a4000", + "origin" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "value" : "0x17" }, - "gas": "0x013862", - "logs": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "out": "0x370000000000000000000000000000000000000000000000000000000000000000", - "post": { - "0xcd1722f3947def4cf144679da39c4c32bdc35681": { - "balance": "0x17", - "code": "0x603760005360005160005560216000f3", - "nonce": "0x00", - "storage": { - "0x00": "0x3700000000000000000000000000000000000000000000000000000000000000" + "gas" : "0x013862", + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", + "out" : "0x370000000000000000000000000000000000000000000000000000000000000000", + "post" : { + "0xcd1722f3947def4cf144679da39c4c32bdc35681" : { + "balance" : "0x17", + "code" : "0x603760005360005160005560216000f3", + "nonce" : "0x00", + "storage" : { + "0x00" : "0x3700000000000000000000000000000000000000000000000000000000000000" } } }, - "pre": { - "0xcd1722f3947def4cf144679da39c4c32bdc35681": { - "balance": "0x17", - "code": "0x603760005360005160005560216000f3", - "nonce": "0x00", - "storage": {} + "pre" : { + "0xcd1722f3947def4cf144679da39c4c32bdc35681" : { + "balance" : "0x17", + "code" : "0x603760005360005160005560216000f3", + "nonce" : "0x00", + "storage" : { + } } } } -} +}
\ No newline at end of file diff --git a/VMTests/vmSystemOperations/suicide0.json b/VMTests/vmSystemOperations/suicide0.json index 58d1057fd..ae80e8f60 100644 --- a/VMTests/vmSystemOperations/suicide0.json +++ b/VMTests/vmSystemOperations/suicide0.json @@ -1,54 +1,58 @@ { - "suicide0": { - "_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/vmSystemOperations/suicide0Filler.json", - "sourceHash": "418af7324de198be4b55926fe0053333711f07bb03e8e28c1084cf75393fc25a" + "suicide0" : { + "_info" : { + "comment" : "", + "filledwith" : "testeth 1.5.0.dev2-52+commit.d419e0a2", + "lllcversion" : "Version: 0.4.26-develop.2018.9.19+commit.785cbf40.Linux.g++", + "source" : "src/VMTestsFiller/vmSystemOperations/suicide0Filler.json", + "sourceHash" : "56c8766e8a1687dfe807b1e8f2d0454267f432c7e3035ff5fa9c27a2d594739d" }, - "callcreates": [], - "env": { - "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty": "0x0100", - "currentGasLimit": "0x989680", - "currentNumber": "0x00", - "currentTimestamp": "0x01" + "callcreates" : [ + ], + "env" : { + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x0100", + "currentGasLimit" : "0x989680", + "currentNumber" : "0x00", + "currentTimestamp" : "0x01" }, - "exec": { - "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "code": "0x33ff", - "data": "0x", - "gas": "0x03e8", - "gasPrice": "0x5af3107a4000", - "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value": "0x0186a0" + "exec" : { + "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code" : "0x33ff", + "data" : "0x", + "gas" : "0x03e8", + "gasPrice" : "0x5af3107a4000", + "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value" : "0x0186a0" }, - "gas": "0x03e6", - "logs": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "out": "0x", - "post": { - "0xcd1722f3947def4cf144679da39c4c32bdc35681": { - "balance": "0x152d02c7e14af6800017", - "code": "0x6000355415600957005b60203560003555", - "nonce": "0x00", - "storage": {} + "gas" : "0x03e6", + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", + "out" : "0x", + "post" : { + "0xcd1722f3947def4cf144679da39c4c32bdc35681" : { + "balance" : "0x152d02c7e14af6800017", + "code" : "0x6000355415600957005b60203560003555", + "nonce" : "0x00", + "storage" : { + } } }, - "pre": { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { - "balance": "0x152d02c7e14af6800000", - "code": "0x33ff", - "nonce": "0x00", - "storage": {} + "pre" : { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0x152d02c7e14af6800000", + "code" : "0x33ff", + "nonce" : "0x00", + "storage" : { + } }, - "0xcd1722f3947def4cf144679da39c4c32bdc35681": { - "balance": "0x17", - "code": "0x6000355415600957005b60203560003555", - "nonce": "0x00", - "storage": {} + "0xcd1722f3947def4cf144679da39c4c32bdc35681" : { + "balance" : "0x17", + "code" : "0x6000355415600957005b60203560003555", + "nonce" : "0x00", + "storage" : { + } } } } -} +}
\ No newline at end of file diff --git a/VMTests/vmSystemOperations/suicideNotExistingAccount.json b/VMTests/vmSystemOperations/suicideNotExistingAccount.json index 664d1713d..ecf5d3bc7 100644 --- a/VMTests/vmSystemOperations/suicideNotExistingAccount.json +++ b/VMTests/vmSystemOperations/suicideNotExistingAccount.json @@ -1,60 +1,65 @@ { - "suicideNotExistingAccount": { - "_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/vmSystemOperations/suicideNotExistingAccountFiller.json", - "sourceHash": "73c69c072f6556269c8c7b2350ba87a3253be2f93296b84c4117d67123b9abea" + "suicideNotExistingAccount" : { + "_info" : { + "comment" : "", + "filledwith" : "testeth 1.5.0.dev2-52+commit.d419e0a2", + "lllcversion" : "Version: 0.4.26-develop.2018.9.19+commit.785cbf40.Linux.g++", + "source" : "src/VMTestsFiller/vmSystemOperations/suicideNotExistingAccountFiller.json", + "sourceHash" : "ba450a40efb62a9fb6e16e3bced0afde8d0b08b9c0f78979f35fc45b9de72816" }, - "callcreates": [], - "env": { - "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty": "0x0100", - "currentGasLimit": "0x989680", - "currentNumber": "0x00", - "currentTimestamp": "0x01" + "callcreates" : [ + ], + "env" : { + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x0100", + "currentGasLimit" : "0x989680", + "currentNumber" : "0x00", + "currentTimestamp" : "0x01" }, - "exec": { - "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "code": "0x73aa1722f3947def4cf144679da39c4c32bdc35681ff", - "data": "0x", - "gas": "0x03e8", - "gasPrice": "0x5af3107a4000", - "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value": "0x0186a0" + "exec" : { + "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code" : "0x73aa1722f3947def4cf144679da39c4c32bdc35681ff", + "data" : "0x", + "gas" : "0x03e8", + "gasPrice" : "0x5af3107a4000", + "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value" : "0x0186a0" }, - "gas": "0x03e5", - "logs": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "out": "0x", - "post": { - "0xaa1722f3947def4cf144679da39c4c32bdc35681": { - "balance": "0x152d02c7e14af6800000", - "code": "0x", - "nonce": "0x00", - "storage": {} + "gas" : "0x03e5", + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", + "out" : "0x", + "post" : { + "0xaa1722f3947def4cf144679da39c4c32bdc35681" : { + "balance" : "0x152d02c7e14af6800000", + "code" : "0x", + "nonce" : "0x00", + "storage" : { + } }, - "0xcd1722f3947def4cf144679da39c4c32bdc35681": { - "balance": "0x17", - "code": "0x6000355415600957005b60203560003555", - "nonce": "0x00", - "storage": {} + "0xcd1722f3947def4cf144679da39c4c32bdc35681" : { + "balance" : "0x17", + "code" : "0x6000355415600957005b60203560003555", + "nonce" : "0x00", + "storage" : { + } } }, - "pre": { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { - "balance": "0x152d02c7e14af6800000", - "code": "0x73aa1722f3947def4cf144679da39c4c32bdc35681ff", - "nonce": "0x00", - "storage": {} + "pre" : { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0x152d02c7e14af6800000", + "code" : "0x73aa1722f3947def4cf144679da39c4c32bdc35681ff", + "nonce" : "0x00", + "storage" : { + } }, - "0xcd1722f3947def4cf144679da39c4c32bdc35681": { - "balance": "0x17", - "code": "0x6000355415600957005b60203560003555", - "nonce": "0x00", - "storage": {} + "0xcd1722f3947def4cf144679da39c4c32bdc35681" : { + "balance" : "0x17", + "code" : "0x6000355415600957005b60203560003555", + "nonce" : "0x00", + "storage" : { + } } } } -} +}
\ No newline at end of file diff --git a/VMTests/vmSystemOperations/suicideSendEtherToMe.json b/VMTests/vmSystemOperations/suicideSendEtherToMe.json index e72cfb90d..7a8f19b83 100644 --- a/VMTests/vmSystemOperations/suicideSendEtherToMe.json +++ b/VMTests/vmSystemOperations/suicideSendEtherToMe.json @@ -1,54 +1,58 @@ { - "suicideSendEtherToMe": { - "_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/vmSystemOperations/suicideSendEtherToMeFiller.json", - "sourceHash": "6dc65438315708ec53f39f9bf0d9d11ba84bfa70a715780728de8875bf6b07dd" + "suicideSendEtherToMe" : { + "_info" : { + "comment" : "", + "filledwith" : "testeth 1.5.0.dev2-52+commit.d419e0a2", + "lllcversion" : "Version: 0.4.26-develop.2018.9.19+commit.785cbf40.Linux.g++", + "source" : "src/VMTestsFiller/vmSystemOperations/suicideSendEtherToMeFiller.json", + "sourceHash" : "0cf005812e9c99dc87bdd8463a9849a0164a9e02b3d09eaab228267d6c8c703e" }, - "callcreates": [], - "env": { - "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty": "0x0100", - "currentGasLimit": "0x989680", - "currentNumber": "0x00", - "currentTimestamp": "0x01" + "callcreates" : [ + ], + "env" : { + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x0100", + "currentGasLimit" : "0x989680", + "currentNumber" : "0x00", + "currentTimestamp" : "0x01" }, - "exec": { - "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", - "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "code": "0x30ff", - "data": "0x", - "gas": "0x03e8", - "gasPrice": "0x5af3107a4000", - "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value": "0x0186a0" + "exec" : { + "address" : "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code" : "0x30ff", + "data" : "0x", + "gas" : "0x03e8", + "gasPrice" : "0x5af3107a4000", + "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value" : "0x0186a0" }, - "gas": "0x03e6", - "logs": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", - "out": "0x", - "post": { - "0xcd1722f3947def4cf144679da39c4c32bdc35681": { - "balance": "0x17", - "code": "0x6000355415600957005b60203560003555", - "nonce": "0x00", - "storage": {} + "gas" : "0x03e6", + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", + "out" : "0x", + "post" : { + "0xcd1722f3947def4cf144679da39c4c32bdc35681" : { + "balance" : "0x17", + "code" : "0x6000355415600957005b60203560003555", + "nonce" : "0x00", + "storage" : { + } } }, - "pre": { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { - "balance": "0x152d02c7e14af6800000", - "code": "0x30ff", - "nonce": "0x00", - "storage": {} + "pre" : { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { + "balance" : "0x152d02c7e14af6800000", + "code" : "0x30ff", + "nonce" : "0x00", + "storage" : { + } }, - "0xcd1722f3947def4cf144679da39c4c32bdc35681": { - "balance": "0x17", - "code": "0x6000355415600957005b60203560003555", - "nonce": "0x00", - "storage": {} + "0xcd1722f3947def4cf144679da39c4c32bdc35681" : { + "balance" : "0x17", + "code" : "0x6000355415600957005b60203560003555", + "nonce" : "0x00", + "storage" : { + } } } } -} +}
\ No newline at end of file |