From bcd77acacf8b700795918b651eb920e2d8a2f713 Mon Sep 17 00:00:00 2001 From: Everett Hildenbrandt Date: Fri, 1 Jun 2018 01:45:10 -0600 Subject: VMTests/*: formatting --- .../jumpInsidePushWithoutJumpDest.json | 57 +++++++++++----------- 1 file changed, 28 insertions(+), 29 deletions(-) (limited to 'VMTests/vmIOandFlowOperations/jumpInsidePushWithoutJumpDest.json') diff --git a/VMTests/vmIOandFlowOperations/jumpInsidePushWithoutJumpDest.json b/VMTests/vmIOandFlowOperations/jumpInsidePushWithoutJumpDest.json index d014d7f65..553f2387a 100644 --- a/VMTests/vmIOandFlowOperations/jumpInsidePushWithoutJumpDest.json +++ b/VMTests/vmIOandFlowOperations/jumpInsidePushWithoutJumpDest.json @@ -1,36 +1,35 @@ { - "jumpInsidePushWithoutJumpDest" : { - "_info" : { - "comment" : "", - "filledwith" : "testeth 1.4.0.dev0-56+commit.71414ae3", - "lllcversion" : "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++", - "source" : "src/VMTestsFiller/vmIOandFlowOperations/jumpInsidePushWithoutJumpDestFiller.json", - "sourceHash" : "85b6c540ecebb835b976f24efce80c2bdfaf2c0ef85543dd0e9cb4994f54e458" + "jumpInsidePushWithoutJumpDest": { + "_info": { + "comment": "", + "filledwith": "testeth 1.4.0.dev0-56+commit.71414ae3", + "lllcversion": "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++", + "source": "src/VMTestsFiller/vmIOandFlowOperations/jumpInsidePushWithoutJumpDestFiller.json", + "sourceHash": "85b6c540ecebb835b976f24efce80c2bdfaf2c0ef85543dd0e9cb4994f54e458" }, - "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" : "0x60055661eeff", - "data" : "0x", - "gas" : "0x0186a0", - "gasPrice" : "0x5af3107a4000", - "origin" : "0xcd1722f3947def4cf144679da39c4c32bdc35681", - "value" : "0x0de0b6b3a7640000" + "exec": { + "address": "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", + "caller": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "code": "0x60055661eeff", + "data": "0x", + "gas": "0x0186a0", + "gasPrice": "0x5af3107a4000", + "origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681", + "value": "0x0de0b6b3a7640000" }, - "pre" : { - "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { - "balance" : "0x152d02c7e14af6800000", - "code" : "0x60055661eeff", - "nonce" : "0x00", - "storage" : { - } + "pre": { + "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6": { + "balance": "0x152d02c7e14af6800000", + "code": "0x60055661eeff", + "nonce": "0x00", + "storage": {} } } } -- cgit v1.2.3 From 4687f103dd0168791e076e18a526e1cca0a3646f Mon Sep 17 00:00:00 2001 From: Everett Hildenbrandt Date: Fri, 1 Jun 2018 13:26:44 -0600 Subject: VMTests/*: refilling (only source hash changes) --- VMTests/vmIOandFlowOperations/jumpInsidePushWithoutJumpDest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'VMTests/vmIOandFlowOperations/jumpInsidePushWithoutJumpDest.json') diff --git a/VMTests/vmIOandFlowOperations/jumpInsidePushWithoutJumpDest.json b/VMTests/vmIOandFlowOperations/jumpInsidePushWithoutJumpDest.json index 553f2387a..9dc040d53 100644 --- a/VMTests/vmIOandFlowOperations/jumpInsidePushWithoutJumpDest.json +++ b/VMTests/vmIOandFlowOperations/jumpInsidePushWithoutJumpDest.json @@ -5,7 +5,7 @@ "filledwith": "testeth 1.4.0.dev0-56+commit.71414ae3", "lllcversion": "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++", "source": "src/VMTestsFiller/vmIOandFlowOperations/jumpInsidePushWithoutJumpDestFiller.json", - "sourceHash": "85b6c540ecebb835b976f24efce80c2bdfaf2c0ef85543dd0e9cb4994f54e458" + "sourceHash": "f5c95f66b6ed31696e9f83adcabe4d1af7850fd1e479b5b33cd45d3cb8dbd3fb" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", -- cgit v1.2.3