From ad6c60cb42bb218187e6f7f36d3692c92b23577e Mon Sep 17 00:00:00 2001 From: Everett Hildenbrandt Date: Wed, 6 Jun 2018 09:25:46 -0600 Subject: [PATCH 1/8] Makefile: enable validation/filled for VMTests --- Makefile | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 00b1db8516f..d90596488f0 100644 --- a/Makefile +++ b/Makefile @@ -17,14 +17,22 @@ all_schemas:=$(wildcard JSONSchema/*.json) # Testset sanitation -sani: $(all_schemas:=.format) $(vm_fillers:=.format) $(vm_tests:=.format) +sani: sani-schema sani-vm + +sani-schema: $(all_schemas:=.format) + +sani-vm: $(vm_tests:=.format) $(vm_fillers:=.format) \ + $(vm_tests:=.valid) $(vm_fillers:=.valid) \ + $(vm_tests:=.filled) %.format: python3 test.py format ./$* git diff --quiet --exit-code &>/dev/null -%.sani: - python3 test.py validate ./$* +%.valid: + python3 test.py validate ./$* + +%.filled: python3 test.py checkFilled ./$* # Test running command From e11f1704e21b517104fc0155d951772ee2c21880 Mon Sep 17 00:00:00 2001 From: Everett Hildenbrandt Date: Wed, 6 Jun 2018 09:28:59 -0600 Subject: [PATCH 2/8] Makefile, VMTests/vmPerformance: enable all tests being run --- Makefile | 2 +- VMTests/vmPerformance/ackermann31.json | 6 +++--- VMTests/vmPerformance/ackermann32.json | 6 +++--- VMTests/vmPerformance/ackermann33.json | 6 +++--- VMTests/vmPerformance/fibonacci10.json | 6 +++--- VMTests/vmPerformance/fibonacci16.json | 6 +++--- VMTests/vmPerformance/loop-add-10M.json | 6 +++--- VMTests/vmPerformance/loop-divadd-10M.json | 6 +++--- VMTests/vmPerformance/loop-divadd-unr100-10M.json | 6 +++--- VMTests/vmPerformance/loop-exp-16b-100k.json | 6 +++--- VMTests/vmPerformance/loop-exp-1b-1M.json | 6 +++--- VMTests/vmPerformance/loop-exp-2b-100k.json | 6 +++--- VMTests/vmPerformance/loop-exp-32b-100k.json | 6 +++--- VMTests/vmPerformance/loop-exp-4b-100k.json | 6 +++--- VMTests/vmPerformance/loop-exp-8b-100k.json | 6 +++--- VMTests/vmPerformance/loop-exp-nop-1M.json | 6 +++--- VMTests/vmPerformance/loop-mul.json | 6 +++--- VMTests/vmPerformance/loop-mulmod-2M.json | 6 +++--- VMTests/vmPerformance/manyFunctions100.json | 6 +++--- 19 files changed, 55 insertions(+), 55 deletions(-) diff --git a/Makefile b/Makefile index d90596488f0..c0ebb213105 100644 --- a/Makefile +++ b/Makefile @@ -49,5 +49,5 @@ fill-tests:=$(all-tests:=.fill) fill: $(fill-tests) %.fill: - testeth -t $* -- --filltests --verbosity 2 + testeth -t $* -- --filltests --verbosity 2 --all python3 test.py format ./$* diff --git a/VMTests/vmPerformance/ackermann31.json b/VMTests/vmPerformance/ackermann31.json index 2e20cbe01c6..4e2d71f57c7 100644 --- a/VMTests/vmPerformance/ackermann31.json +++ b/VMTests/vmPerformance/ackermann31.json @@ -2,10 +2,10 @@ "ackermann31": { "_info": { "comment": "", - "filledwith": "cpp-1.3.0+commit.6e0ce939.Linux.g++", - "lllcversion": "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++", + "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/vmPerformance/ackermann31Filler.json", - "sourceHash": "6a5eddf1e39f242242ce61c49a2ad54979d06516be4f666b21b056d4dbb475c1" + "sourceHash": "38a3c5e493108d28d227c0a0072f2de54dc5ef214ee5c3176d272d2d5ddf5f96" }, "callcreates": [], "env": { diff --git a/VMTests/vmPerformance/ackermann32.json b/VMTests/vmPerformance/ackermann32.json index 7f70914478a..f496d4d009e 100644 --- a/VMTests/vmPerformance/ackermann32.json +++ b/VMTests/vmPerformance/ackermann32.json @@ -2,10 +2,10 @@ "ackermann32": { "_info": { "comment": "", - "filledwith": "cpp-1.3.0+commit.6e0ce939.Linux.g++", - "lllcversion": "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++", + "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/vmPerformance/ackermann32Filler.json", - "sourceHash": "119237d59daaaa340f99f409dbf6457bc8873a20d77f2dfca14eba27a0f7285e" + "sourceHash": "758815753cb1ecfd01b909e9bf65dd4a0efd69f89cac8101fd0734956b74fc97" }, "callcreates": [], "env": { diff --git a/VMTests/vmPerformance/ackermann33.json b/VMTests/vmPerformance/ackermann33.json index bf3991faec1..59a1285b52c 100644 --- a/VMTests/vmPerformance/ackermann33.json +++ b/VMTests/vmPerformance/ackermann33.json @@ -2,10 +2,10 @@ "ackermann33": { "_info": { "comment": "", - "filledwith": "cpp-1.3.0+commit.6e0ce939.Linux.g++", - "lllcversion": "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++", + "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/vmPerformance/ackermann33Filler.json", - "sourceHash": "e1de484bd74117f3365ebb0d5b14754bfe8613257bd847a9ba086bf24cd20641" + "sourceHash": "dc3f756906eec0cd7e4a2b3ab0cf0fb73653496052a996b7ea70c26a61c912a3" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmPerformance/fibonacci10.json b/VMTests/vmPerformance/fibonacci10.json index 912bf0ae282..82ba1bd7cb3 100644 --- a/VMTests/vmPerformance/fibonacci10.json +++ b/VMTests/vmPerformance/fibonacci10.json @@ -2,10 +2,10 @@ "fibonacci10": { "_info": { "comment": "", - "filledwith": "cpp-1.3.0+commit.6e0ce939.Linux.g++", - "lllcversion": "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++", + "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/vmPerformance/fibonacci10Filler.json", - "sourceHash": "39757b5e473494a9b62244d30558df486729327f6c381979ea44638da20191ce" + "sourceHash": "b7a7c5688d092ceb5f98e39fb7165776a2810b0102508b1f74e62ed0aba920ac" }, "callcreates": [], "env": { diff --git a/VMTests/vmPerformance/fibonacci16.json b/VMTests/vmPerformance/fibonacci16.json index 47f1a8366dc..c917fd23b38 100644 --- a/VMTests/vmPerformance/fibonacci16.json +++ b/VMTests/vmPerformance/fibonacci16.json @@ -2,10 +2,10 @@ "fibonacci16": { "_info": { "comment": "", - "filledwith": "cpp-1.3.0+commit.6e0ce939.Linux.g++", - "lllcversion": "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++", + "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/vmPerformance/fibonacci16Filler.json", - "sourceHash": "a6439361102c3f0db1537898cabf637be881cf9b47ae78a80aafa9fe7783a0da" + "sourceHash": "d5891171f449aeb203345ffd914604aae89908baa62f2094bee93e5bb61eea0f" }, "callcreates": [], "env": { diff --git a/VMTests/vmPerformance/loop-add-10M.json b/VMTests/vmPerformance/loop-add-10M.json index cba6292d1f7..772d5183cad 100644 --- a/VMTests/vmPerformance/loop-add-10M.json +++ b/VMTests/vmPerformance/loop-add-10M.json @@ -2,10 +2,10 @@ "loop-add-10M": { "_info": { "comment": "", - "filledwith": "cpp-1.3.0+commit.6e0ce939.Linux.g++", - "lllcversion": "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++", + "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/vmPerformance/loop-add-10MFiller.json", - "sourceHash": "a509c51f26a9f29fb81fab747fd89511a4a9a0575aa18e6545a88379c3d9f402" + "sourceHash": "d440d33e38d93f699eb8a20f88258192b42318de3f83bc5d4f2400253e71b61c" }, "callcreates": [], "env": { diff --git a/VMTests/vmPerformance/loop-divadd-10M.json b/VMTests/vmPerformance/loop-divadd-10M.json index b96d8c2d0de..40d935b1651 100644 --- a/VMTests/vmPerformance/loop-divadd-10M.json +++ b/VMTests/vmPerformance/loop-divadd-10M.json @@ -2,10 +2,10 @@ "loop-divadd-10M": { "_info": { "comment": "", - "filledwith": "cpp-1.3.0+commit.6e0ce939.Linux.g++", - "lllcversion": "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++", + "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/vmPerformance/loop-divadd-10MFiller.json", - "sourceHash": "90ffbd9ee3665a5e801ee1475781b0057d4a29afb42f2d7e2f157c5c8105b2f5" + "sourceHash": "33d4ba243a4246463c3faa28501b2ee87c66132340cf11d89c9ebf2dc3381f8b" }, "callcreates": [], "env": { diff --git a/VMTests/vmPerformance/loop-divadd-unr100-10M.json b/VMTests/vmPerformance/loop-divadd-unr100-10M.json index cd6a37caa86..d5fd2aa6b94 100644 --- a/VMTests/vmPerformance/loop-divadd-unr100-10M.json +++ b/VMTests/vmPerformance/loop-divadd-unr100-10M.json @@ -2,10 +2,10 @@ "loop-divadd-unr100-10M": { "_info": { "comment": "", - "filledwith": "cpp-1.3.0+commit.6e0ce939.Linux.g++", - "lllcversion": "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++", + "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/vmPerformance/loop-divadd-unr100-10MFiller.json", - "sourceHash": "58fc6599d2134b6fc73bda001f049fe35f7c079d8ee075a9f96ecbb70f4bc535" + "sourceHash": "4268579350575d07b4c96c555b99e2fc4c2240d107310b9be187def93041a677" }, "callcreates": [], "env": { diff --git a/VMTests/vmPerformance/loop-exp-16b-100k.json b/VMTests/vmPerformance/loop-exp-16b-100k.json index fdb3239456a..3da7a6c17c9 100644 --- a/VMTests/vmPerformance/loop-exp-16b-100k.json +++ b/VMTests/vmPerformance/loop-exp-16b-100k.json @@ -2,10 +2,10 @@ "loop-exp-16b-100k": { "_info": { "comment": "", - "filledwith": "cpp-1.3.0+commit.6e0ce939.Linux.g++", - "lllcversion": "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++", + "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/vmPerformance/loop-exp-16b-100kFiller.json", - "sourceHash": "119fd8b378d3f3745faa682d92cba6db684c90989b83834b97ddfa449223c643" + "sourceHash": "06405b13b65bd5cda537979b7422850fd202677974dd4ed1e8651cad67cbcf4b" }, "callcreates": [], "env": { diff --git a/VMTests/vmPerformance/loop-exp-1b-1M.json b/VMTests/vmPerformance/loop-exp-1b-1M.json index 9e7a5461fe8..ab467352cea 100644 --- a/VMTests/vmPerformance/loop-exp-1b-1M.json +++ b/VMTests/vmPerformance/loop-exp-1b-1M.json @@ -2,10 +2,10 @@ "loop-exp-1b-1M": { "_info": { "comment": "", - "filledwith": "cpp-1.3.0+commit.6e0ce939.Linux.g++", - "lllcversion": "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++", + "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/vmPerformance/loop-exp-1b-1MFiller.json", - "sourceHash": "8f0815dfe09877de2699ca1ce78311ff0ec0d8992b732ad6525898367de85bce" + "sourceHash": "df116e13462ec5579ea3d5669a73fe97ab8571f38163b094a0ed94450a8d3e56" }, "callcreates": [], "env": { diff --git a/VMTests/vmPerformance/loop-exp-2b-100k.json b/VMTests/vmPerformance/loop-exp-2b-100k.json index dc024cd2dea..65a90c52b15 100644 --- a/VMTests/vmPerformance/loop-exp-2b-100k.json +++ b/VMTests/vmPerformance/loop-exp-2b-100k.json @@ -2,10 +2,10 @@ "loop-exp-2b-100k": { "_info": { "comment": "", - "filledwith": "cpp-1.3.0+commit.6e0ce939.Linux.g++", - "lllcversion": "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++", + "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/vmPerformance/loop-exp-2b-100kFiller.json", - "sourceHash": "0bfc64313d5c847d1545540a8058ef4a2bf073e657694048b33c790253dacafb" + "sourceHash": "5004e0dcef1cd65fa4c1384dd1490b94651afed2741e198f2f35215b204b3fe2" }, "callcreates": [], "env": { diff --git a/VMTests/vmPerformance/loop-exp-32b-100k.json b/VMTests/vmPerformance/loop-exp-32b-100k.json index 7a47e48ce69..fc0e0be3a0d 100644 --- a/VMTests/vmPerformance/loop-exp-32b-100k.json +++ b/VMTests/vmPerformance/loop-exp-32b-100k.json @@ -2,10 +2,10 @@ "loop-exp-32b-100k": { "_info": { "comment": "", - "filledwith": "cpp-1.3.0+commit.6e0ce939.Linux.g++", - "lllcversion": "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++", + "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/vmPerformance/loop-exp-32b-100kFiller.json", - "sourceHash": "3e89a7b689f7cbae47c6d78db4efb7e4dfb62b1ff6b68f175a3da04291f81d86" + "sourceHash": "08e2446f76ba8693d08ca60d9517da8140361c7c0541ca64e0d426963d54f80a" }, "callcreates": [], "env": { diff --git a/VMTests/vmPerformance/loop-exp-4b-100k.json b/VMTests/vmPerformance/loop-exp-4b-100k.json index 28a63fa3ee9..45062a09597 100644 --- a/VMTests/vmPerformance/loop-exp-4b-100k.json +++ b/VMTests/vmPerformance/loop-exp-4b-100k.json @@ -2,10 +2,10 @@ "loop-exp-4b-100k": { "_info": { "comment": "", - "filledwith": "cpp-1.3.0+commit.6e0ce939.Linux.g++", - "lllcversion": "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++", + "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/vmPerformance/loop-exp-4b-100kFiller.json", - "sourceHash": "ccc972433557f34d4fe0f5729f5eec5a2ef6ca44b8f857d25f77ef71b58af126" + "sourceHash": "52222d8f9e6a417cd7c1e6c627a6424223de1eb640b91d00d2a2d2ccca28d132" }, "callcreates": [], "env": { diff --git a/VMTests/vmPerformance/loop-exp-8b-100k.json b/VMTests/vmPerformance/loop-exp-8b-100k.json index 7ed9a1ffbbc..5fbd0956762 100644 --- a/VMTests/vmPerformance/loop-exp-8b-100k.json +++ b/VMTests/vmPerformance/loop-exp-8b-100k.json @@ -2,10 +2,10 @@ "loop-exp-8b-100k": { "_info": { "comment": "", - "filledwith": "cpp-1.3.0+commit.6e0ce939.Linux.g++", - "lllcversion": "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++", + "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/vmPerformance/loop-exp-8b-100kFiller.json", - "sourceHash": "67d38a09ca4fde2e953851ef0f3de4758dad262e71a93c08e5cd0cb92e0c1630" + "sourceHash": "451b2cc1190d88eb53c7581ec6f6605d7b1d6d7b1a9beeb31fea6b55b4c73b35" }, "callcreates": [], "env": { diff --git a/VMTests/vmPerformance/loop-exp-nop-1M.json b/VMTests/vmPerformance/loop-exp-nop-1M.json index cd65c900db2..a33aff59f0f 100644 --- a/VMTests/vmPerformance/loop-exp-nop-1M.json +++ b/VMTests/vmPerformance/loop-exp-nop-1M.json @@ -2,10 +2,10 @@ "loop-exp-nop-1M": { "_info": { "comment": "", - "filledwith": "cpp-1.3.0+commit.6e0ce939.Linux.g++", - "lllcversion": "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++", + "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/vmPerformance/loop-exp-nop-1MFiller.json", - "sourceHash": "5e9ec3fa447990cfd2702fdfed98cadb08a616856b627e438db8c16e9c88e4cb" + "sourceHash": "ca5bf5313c48063d9e0c0c7e7a68e731e302bec0477205e53a4402cda0fb3bb4" }, "callcreates": [], "env": { diff --git a/VMTests/vmPerformance/loop-mul.json b/VMTests/vmPerformance/loop-mul.json index cbe73c7ec52..44b1fa96434 100644 --- a/VMTests/vmPerformance/loop-mul.json +++ b/VMTests/vmPerformance/loop-mul.json @@ -2,10 +2,10 @@ "loop-mul": { "_info": { "comment": "", - "filledwith": "cpp-1.3.0+commit.6e0ce939.Linux.g++", - "lllcversion": "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++", + "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/vmPerformance/loop-mulFiller.json", - "sourceHash": "8c9a905bc7d9b2d80a820229cad3f60cf406739ac9039f618dbafc060067dabd" + "sourceHash": "db5a546a4b6d3e4f718910f9d5ba5999a73805b66df5cec00eb7ba3cd54bbcab" }, "callcreates": [], "env": { diff --git a/VMTests/vmPerformance/loop-mulmod-2M.json b/VMTests/vmPerformance/loop-mulmod-2M.json index 01ecaafe05f..dbd26332324 100644 --- a/VMTests/vmPerformance/loop-mulmod-2M.json +++ b/VMTests/vmPerformance/loop-mulmod-2M.json @@ -2,10 +2,10 @@ "loop-mulmod-2M": { "_info": { "comment": "", - "filledwith": "cpp-1.3.0+commit.6e0ce939.Linux.g++", - "lllcversion": "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++", + "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/vmPerformance/loop-mulmod-2MFiller.json", - "sourceHash": "bb31e4a5b6b3dedc89688a31818448a9082c322833de4ff7e92f2d9d325a35ff" + "sourceHash": "c594ea79b43c74ef96fb442b692e3706ae81884fdfffc86fd6f666077b207e99" }, "callcreates": [], "env": { diff --git a/VMTests/vmPerformance/manyFunctions100.json b/VMTests/vmPerformance/manyFunctions100.json index d50c5d34211..af856c235e4 100644 --- a/VMTests/vmPerformance/manyFunctions100.json +++ b/VMTests/vmPerformance/manyFunctions100.json @@ -2,10 +2,10 @@ "manyFunctions100": { "_info": { "comment": "", - "filledwith": "cpp-1.3.0+commit.6e0ce939.Linux.g++", - "lllcversion": "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++", + "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/vmPerformance/manyFunctions100Filler.json", - "sourceHash": "3a2890d09c68018d44994e69478f75785a8742b4cbac2d18769a061104c6ce84" + "sourceHash": "705e1a879cf3d1243170f9bbaffbac927bfc8a000ed51487b8f50829037be89e" }, "callcreates": [], "env": { From c248e5e20587d2aa092ec4d903227f65996635c0 Mon Sep 17 00:00:00 2001 From: Everett Hildenbrandt Date: Wed, 6 Jun 2018 09:32:26 -0600 Subject: [PATCH 3/8] test.py, VMTests, src/VMTestsFiller, JSONSchema/: output newline at end of files when writing --- JSONSchema/bc-filler-schema.json | 2 +- JSONSchema/bc-schema.json | 2 +- JSONSchema/definitions.json | 2 +- JSONSchema/st-filler-schema.json | 2 +- JSONSchema/st-schema.json | 2 +- JSONSchema/vm-filler-schema.json | 2 +- JSONSchema/vm-schema.json | 2 +- VMTests/vmArithmeticTest/add0.json | 2 +- VMTests/vmArithmeticTest/add1.json | 2 +- VMTests/vmArithmeticTest/add2.json | 2 +- VMTests/vmArithmeticTest/add3.json | 2 +- VMTests/vmArithmeticTest/add4.json | 2 +- VMTests/vmArithmeticTest/addmod0.json | 2 +- VMTests/vmArithmeticTest/addmod1.json | 2 +- VMTests/vmArithmeticTest/addmod1_overflow2.json | 2 +- VMTests/vmArithmeticTest/addmod1_overflow3.json | 2 +- VMTests/vmArithmeticTest/addmod1_overflow4.json | 2 +- VMTests/vmArithmeticTest/addmod1_overflowDiff.json | 2 +- VMTests/vmArithmeticTest/addmod2.json | 2 +- VMTests/vmArithmeticTest/addmod2_0.json | 2 +- VMTests/vmArithmeticTest/addmod2_1.json | 2 +- VMTests/vmArithmeticTest/addmod3.json | 2 +- VMTests/vmArithmeticTest/addmod3_0.json | 2 +- VMTests/vmArithmeticTest/addmodBigIntCast.json | 2 +- VMTests/vmArithmeticTest/addmodDivByZero.json | 2 +- VMTests/vmArithmeticTest/addmodDivByZero1.json | 2 +- VMTests/vmArithmeticTest/addmodDivByZero2.json | 2 +- VMTests/vmArithmeticTest/addmodDivByZero3.json | 2 +- VMTests/vmArithmeticTest/arith1.json | 2 +- VMTests/vmArithmeticTest/div1.json | 2 +- VMTests/vmArithmeticTest/divBoostBug.json | 2 +- VMTests/vmArithmeticTest/divByNonZero0.json | 2 +- VMTests/vmArithmeticTest/divByNonZero1.json | 2 +- VMTests/vmArithmeticTest/divByNonZero2.json | 2 +- VMTests/vmArithmeticTest/divByNonZero3.json | 2 +- VMTests/vmArithmeticTest/divByZero.json | 2 +- VMTests/vmArithmeticTest/divByZero_2.json | 2 +- VMTests/vmArithmeticTest/exp0.json | 2 +- VMTests/vmArithmeticTest/exp1.json | 2 +- VMTests/vmArithmeticTest/exp2.json | 2 +- VMTests/vmArithmeticTest/exp3.json | 2 +- VMTests/vmArithmeticTest/exp4.json | 2 +- VMTests/vmArithmeticTest/exp5.json | 2 +- VMTests/vmArithmeticTest/exp6.json | 2 +- VMTests/vmArithmeticTest/exp7.json | 2 +- VMTests/vmArithmeticTest/exp8.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_0.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_1.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_10.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_11.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_12.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_13.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_14.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_15.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_16.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_17.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_18.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_19.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_2.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_20.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_21.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_22.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_23.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_24.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_25.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_26.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_27.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_28.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_29.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_3.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_30.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_31.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_32.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_33.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_4.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_5.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_6.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_7.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_8.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_9.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_1.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_10.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_11.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_12.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_13.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_14.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_15.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_16.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_17.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_18.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_19.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_2.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_20.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_21.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_22.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_23.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_24.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_25.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_26.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_27.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_28.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_29.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_3.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_30.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_31.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_32.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_33.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_4.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_5.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_6.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_7.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_8.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_9.json | 2 +- VMTests/vmArithmeticTest/expPowerOf2_128.json | 2 +- VMTests/vmArithmeticTest/expPowerOf2_16.json | 2 +- VMTests/vmArithmeticTest/expPowerOf2_2.json | 2 +- VMTests/vmArithmeticTest/expPowerOf2_256.json | 2 +- VMTests/vmArithmeticTest/expPowerOf2_32.json | 2 +- VMTests/vmArithmeticTest/expPowerOf2_4.json | 2 +- VMTests/vmArithmeticTest/expPowerOf2_64.json | 2 +- VMTests/vmArithmeticTest/expPowerOf2_8.json | 2 +- VMTests/vmArithmeticTest/expXY.json | 2 +- VMTests/vmArithmeticTest/expXY_success.json | 2 +- VMTests/vmArithmeticTest/fibbonacci_unrolled.json | 2 +- VMTests/vmArithmeticTest/mod0.json | 2 +- VMTests/vmArithmeticTest/mod1.json | 2 +- VMTests/vmArithmeticTest/mod2.json | 2 +- VMTests/vmArithmeticTest/mod3.json | 2 +- VMTests/vmArithmeticTest/mod4.json | 2 +- VMTests/vmArithmeticTest/modByZero.json | 2 +- VMTests/vmArithmeticTest/mul0.json | 2 +- VMTests/vmArithmeticTest/mul1.json | 2 +- VMTests/vmArithmeticTest/mul2.json | 2 +- VMTests/vmArithmeticTest/mul3.json | 2 +- VMTests/vmArithmeticTest/mul4.json | 2 +- VMTests/vmArithmeticTest/mul5.json | 2 +- VMTests/vmArithmeticTest/mul6.json | 2 +- VMTests/vmArithmeticTest/mul7.json | 2 +- VMTests/vmArithmeticTest/mulUnderFlow.json | 2 +- VMTests/vmArithmeticTest/mulmod0.json | 2 +- VMTests/vmArithmeticTest/mulmod1.json | 2 +- VMTests/vmArithmeticTest/mulmod1_overflow.json | 2 +- VMTests/vmArithmeticTest/mulmod1_overflow2.json | 2 +- VMTests/vmArithmeticTest/mulmod1_overflow3.json | 2 +- VMTests/vmArithmeticTest/mulmod1_overflow4.json | 2 +- VMTests/vmArithmeticTest/mulmod2.json | 2 +- VMTests/vmArithmeticTest/mulmod2_0.json | 2 +- VMTests/vmArithmeticTest/mulmod2_1.json | 2 +- VMTests/vmArithmeticTest/mulmod3.json | 2 +- VMTests/vmArithmeticTest/mulmod3_0.json | 2 +- VMTests/vmArithmeticTest/mulmod4.json | 2 +- VMTests/vmArithmeticTest/mulmoddivByZero.json | 2 +- VMTests/vmArithmeticTest/mulmoddivByZero1.json | 2 +- VMTests/vmArithmeticTest/mulmoddivByZero2.json | 2 +- VMTests/vmArithmeticTest/mulmoddivByZero3.json | 2 +- VMTests/vmArithmeticTest/not1.json | 2 +- VMTests/vmArithmeticTest/sdiv0.json | 2 +- VMTests/vmArithmeticTest/sdiv1.json | 2 +- VMTests/vmArithmeticTest/sdiv2.json | 2 +- VMTests/vmArithmeticTest/sdiv3.json | 2 +- VMTests/vmArithmeticTest/sdiv4.json | 2 +- VMTests/vmArithmeticTest/sdiv5.json | 2 +- VMTests/vmArithmeticTest/sdiv6.json | 2 +- VMTests/vmArithmeticTest/sdiv7.json | 2 +- VMTests/vmArithmeticTest/sdiv8.json | 2 +- VMTests/vmArithmeticTest/sdiv9.json | 2 +- VMTests/vmArithmeticTest/sdivByZero0.json | 2 +- VMTests/vmArithmeticTest/sdivByZero1.json | 2 +- VMTests/vmArithmeticTest/sdivByZero2.json | 2 +- VMTests/vmArithmeticTest/sdiv_dejavu.json | 2 +- VMTests/vmArithmeticTest/sdiv_i256min.json | 2 +- VMTests/vmArithmeticTest/sdiv_i256min2.json | 2 +- VMTests/vmArithmeticTest/sdiv_i256min3.json | 2 +- VMTests/vmArithmeticTest/signextendInvalidByteNumber.json | 2 +- VMTests/vmArithmeticTest/signextend_00.json | 2 +- VMTests/vmArithmeticTest/signextend_0_BigByte.json | 2 +- VMTests/vmArithmeticTest/signextend_AlmostBiggestByte.json | 2 +- VMTests/vmArithmeticTest/signextend_BigByteBigByte.json | 2 +- VMTests/vmArithmeticTest/signextend_BigBytePlus1_2.json | 2 +- VMTests/vmArithmeticTest/signextend_BigByte_0.json | 2 +- VMTests/vmArithmeticTest/signextend_BitIsNotSet.json | 2 +- .../vmArithmeticTest/signextend_BitIsNotSetInHigherByte.json | 2 +- VMTests/vmArithmeticTest/signextend_BitIsSetInHigherByte.json | 2 +- VMTests/vmArithmeticTest/signextend_Overflow_dj42.json | 2 +- VMTests/vmArithmeticTest/signextend_bigBytePlus1.json | 2 +- VMTests/vmArithmeticTest/signextend_bitIsSet.json | 2 +- VMTests/vmArithmeticTest/smod0.json | 2 +- VMTests/vmArithmeticTest/smod1.json | 2 +- VMTests/vmArithmeticTest/smod2.json | 2 +- VMTests/vmArithmeticTest/smod3.json | 2 +- VMTests/vmArithmeticTest/smod4.json | 2 +- VMTests/vmArithmeticTest/smod5.json | 2 +- VMTests/vmArithmeticTest/smod6.json | 2 +- VMTests/vmArithmeticTest/smod7.json | 2 +- VMTests/vmArithmeticTest/smod8_byZero.json | 2 +- VMTests/vmArithmeticTest/smod_i256min1.json | 2 +- VMTests/vmArithmeticTest/smod_i256min2.json | 2 +- VMTests/vmArithmeticTest/stop.json | 2 +- VMTests/vmArithmeticTest/sub0.json | 2 +- VMTests/vmArithmeticTest/sub1.json | 2 +- VMTests/vmArithmeticTest/sub2.json | 2 +- VMTests/vmArithmeticTest/sub3.json | 2 +- VMTests/vmArithmeticTest/sub4.json | 2 +- VMTests/vmBitwiseLogicOperation/and0.json | 2 +- VMTests/vmBitwiseLogicOperation/and1.json | 2 +- VMTests/vmBitwiseLogicOperation/and2.json | 2 +- VMTests/vmBitwiseLogicOperation/and3.json | 2 +- VMTests/vmBitwiseLogicOperation/and4.json | 2 +- VMTests/vmBitwiseLogicOperation/and5.json | 2 +- VMTests/vmBitwiseLogicOperation/byte0.json | 2 +- VMTests/vmBitwiseLogicOperation/byte1.json | 2 +- VMTests/vmBitwiseLogicOperation/byte10.json | 2 +- VMTests/vmBitwiseLogicOperation/byte11.json | 2 +- VMTests/vmBitwiseLogicOperation/byte2.json | 2 +- VMTests/vmBitwiseLogicOperation/byte3.json | 2 +- VMTests/vmBitwiseLogicOperation/byte4.json | 2 +- VMTests/vmBitwiseLogicOperation/byte5.json | 2 +- VMTests/vmBitwiseLogicOperation/byte6.json | 2 +- VMTests/vmBitwiseLogicOperation/byte7.json | 2 +- VMTests/vmBitwiseLogicOperation/byte8.json | 2 +- VMTests/vmBitwiseLogicOperation/byte9.json | 2 +- VMTests/vmBitwiseLogicOperation/byteBN.json | 2 +- VMTests/vmBitwiseLogicOperation/eq0.json | 2 +- VMTests/vmBitwiseLogicOperation/eq1.json | 2 +- VMTests/vmBitwiseLogicOperation/eq2.json | 2 +- VMTests/vmBitwiseLogicOperation/gt0.json | 2 +- VMTests/vmBitwiseLogicOperation/gt1.json | 2 +- VMTests/vmBitwiseLogicOperation/gt2.json | 2 +- VMTests/vmBitwiseLogicOperation/gt3.json | 2 +- VMTests/vmBitwiseLogicOperation/iszeo2.json | 2 +- VMTests/vmBitwiseLogicOperation/iszero0.json | 2 +- VMTests/vmBitwiseLogicOperation/iszero1.json | 2 +- VMTests/vmBitwiseLogicOperation/lt0.json | 2 +- VMTests/vmBitwiseLogicOperation/lt1.json | 2 +- VMTests/vmBitwiseLogicOperation/lt2.json | 2 +- VMTests/vmBitwiseLogicOperation/lt3.json | 2 +- VMTests/vmBitwiseLogicOperation/not0.json | 2 +- VMTests/vmBitwiseLogicOperation/not1.json | 2 +- VMTests/vmBitwiseLogicOperation/not2.json | 2 +- VMTests/vmBitwiseLogicOperation/not3.json | 2 +- VMTests/vmBitwiseLogicOperation/not4.json | 2 +- VMTests/vmBitwiseLogicOperation/not5.json | 2 +- VMTests/vmBitwiseLogicOperation/or0.json | 2 +- VMTests/vmBitwiseLogicOperation/or1.json | 2 +- VMTests/vmBitwiseLogicOperation/or2.json | 2 +- VMTests/vmBitwiseLogicOperation/or3.json | 2 +- VMTests/vmBitwiseLogicOperation/or4.json | 2 +- VMTests/vmBitwiseLogicOperation/or5.json | 2 +- VMTests/vmBitwiseLogicOperation/sgt0.json | 2 +- VMTests/vmBitwiseLogicOperation/sgt1.json | 2 +- VMTests/vmBitwiseLogicOperation/sgt2.json | 2 +- VMTests/vmBitwiseLogicOperation/sgt3.json | 2 +- VMTests/vmBitwiseLogicOperation/sgt4.json | 2 +- VMTests/vmBitwiseLogicOperation/slt0.json | 2 +- VMTests/vmBitwiseLogicOperation/slt1.json | 2 +- VMTests/vmBitwiseLogicOperation/slt2.json | 2 +- VMTests/vmBitwiseLogicOperation/slt3.json | 2 +- VMTests/vmBitwiseLogicOperation/slt4.json | 2 +- VMTests/vmBitwiseLogicOperation/xor0.json | 2 +- VMTests/vmBitwiseLogicOperation/xor1.json | 2 +- VMTests/vmBitwiseLogicOperation/xor2.json | 2 +- VMTests/vmBitwiseLogicOperation/xor3.json | 2 +- VMTests/vmBitwiseLogicOperation/xor4.json | 2 +- VMTests/vmBitwiseLogicOperation/xor5.json | 2 +- VMTests/vmBlockInfoTest/coinbase.json | 2 +- VMTests/vmBlockInfoTest/difficulty.json | 2 +- VMTests/vmBlockInfoTest/gaslimit.json | 2 +- VMTests/vmBlockInfoTest/number.json | 2 +- VMTests/vmBlockInfoTest/timestamp.json | 2 +- VMTests/vmEnvironmentalInfo/address0.json | 2 +- VMTests/vmEnvironmentalInfo/address1.json | 2 +- VMTests/vmEnvironmentalInfo/calldatacopy0.json | 2 +- VMTests/vmEnvironmentalInfo/calldatacopy0_return.json | 2 +- VMTests/vmEnvironmentalInfo/calldatacopy1.json | 2 +- VMTests/vmEnvironmentalInfo/calldatacopy1_return.json | 2 +- VMTests/vmEnvironmentalInfo/calldatacopy2.json | 2 +- VMTests/vmEnvironmentalInfo/calldatacopy2_return.json | 2 +- VMTests/vmEnvironmentalInfo/calldatacopyUnderFlow.json | 2 +- VMTests/vmEnvironmentalInfo/calldatacopyZeroMemExpansion.json | 2 +- .../calldatacopyZeroMemExpansion_return.json | 2 +- VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh.json | 2 +- VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2.json | 2 +- .../calldatacopy_DataIndexTooHigh2_return.json | 2 +- .../calldatacopy_DataIndexTooHigh_return.json | 2 +- VMTests/vmEnvironmentalInfo/calldatacopy_sec.json | 2 +- VMTests/vmEnvironmentalInfo/calldataload0.json | 2 +- VMTests/vmEnvironmentalInfo/calldataload1.json | 2 +- VMTests/vmEnvironmentalInfo/calldataload2.json | 2 +- VMTests/vmEnvironmentalInfo/calldataloadSizeTooHigh.json | 2 +- VMTests/vmEnvironmentalInfo/calldataloadSizeTooHighPartial.json | 2 +- VMTests/vmEnvironmentalInfo/calldataload_BigOffset.json | 2 +- VMTests/vmEnvironmentalInfo/calldatasize0.json | 2 +- VMTests/vmEnvironmentalInfo/calldatasize1.json | 2 +- VMTests/vmEnvironmentalInfo/calldatasize2.json | 2 +- VMTests/vmEnvironmentalInfo/caller.json | 2 +- VMTests/vmEnvironmentalInfo/callvalue.json | 2 +- VMTests/vmEnvironmentalInfo/codecopy0.json | 2 +- VMTests/vmEnvironmentalInfo/codecopyZeroMemExpansion.json | 2 +- VMTests/vmEnvironmentalInfo/codecopy_DataIndexTooHigh.json | 2 +- VMTests/vmEnvironmentalInfo/codesize.json | 2 +- VMTests/vmEnvironmentalInfo/gasprice.json | 2 +- VMTests/vmEnvironmentalInfo/origin.json | 2 +- .../BlockNumberDynamicJump0_AfterJumpdest.json | 2 +- .../BlockNumberDynamicJump0_AfterJumpdest3.json | 2 +- .../BlockNumberDynamicJump0_foreverOutOfGas.json | 2 +- .../BlockNumberDynamicJump0_jumpdest0.json | 2 +- .../BlockNumberDynamicJump0_jumpdest2.json | 2 +- .../BlockNumberDynamicJump0_withoutJumpdest.json | 2 +- VMTests/vmIOandFlowOperations/BlockNumberDynamicJump1.json | 2 +- .../BlockNumberDynamicJumpInsidePushWithJumpDest.json | 2 +- .../BlockNumberDynamicJumpInsidePushWithoutJumpDest.json | 2 +- VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi0.json | 2 +- VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi1.json | 2 +- .../BlockNumberDynamicJumpi1_jumpdest.json | 2 +- .../vmIOandFlowOperations/BlockNumberDynamicJumpiAfterStop.json | 2 +- .../BlockNumberDynamicJumpiOutsideBoundary.json | 2 +- .../BlockNumberDynamicJumpifInsidePushWithJumpDest.json | 2 +- .../BlockNumberDynamicJumpifInsidePushWithoutJumpDest.json | 2 +- VMTests/vmIOandFlowOperations/DyanmicJump0_outOfBoundary.json | 2 +- VMTests/vmIOandFlowOperations/DynamicJump0_AfterJumpdest.json | 2 +- VMTests/vmIOandFlowOperations/DynamicJump0_AfterJumpdest3.json | 2 +- VMTests/vmIOandFlowOperations/DynamicJump0_foreverOutOfGas.json | 2 +- VMTests/vmIOandFlowOperations/DynamicJump0_jumpdest0.json | 2 +- VMTests/vmIOandFlowOperations/DynamicJump0_jumpdest2.json | 2 +- VMTests/vmIOandFlowOperations/DynamicJump0_withoutJumpdest.json | 2 +- VMTests/vmIOandFlowOperations/DynamicJump1.json | 2 +- VMTests/vmIOandFlowOperations/DynamicJumpAfterStop.json | 2 +- .../DynamicJumpInsidePushWithJumpDest.json | 2 +- .../DynamicJumpInsidePushWithoutJumpDest.json | 2 +- .../vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps0.json | 2 +- .../vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps1.json | 2 +- VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest0.json | 2 +- VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest1.json | 2 +- VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest2.json | 2 +- VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest3.json | 2 +- VMTests/vmIOandFlowOperations/DynamicJumpStartWithJumpDest.json | 2 +- VMTests/vmIOandFlowOperations/DynamicJump_value1.json | 2 +- VMTests/vmIOandFlowOperations/DynamicJump_value2.json | 2 +- VMTests/vmIOandFlowOperations/DynamicJump_value3.json | 2 +- VMTests/vmIOandFlowOperations/DynamicJump_valueUnderflow.json | 2 +- VMTests/vmIOandFlowOperations/DynamicJumpi0.json | 2 +- VMTests/vmIOandFlowOperations/DynamicJumpi1.json | 2 +- VMTests/vmIOandFlowOperations/DynamicJumpi1_jumpdest.json | 2 +- VMTests/vmIOandFlowOperations/DynamicJumpiAfterStop.json | 2 +- VMTests/vmIOandFlowOperations/DynamicJumpiOutsideBoundary.json | 2 +- .../DynamicJumpifInsidePushWithJumpDest.json | 2 +- .../DynamicJumpifInsidePushWithoutJumpDest.json | 2 +- .../JDfromStorageDynamicJump0_AfterJumpdest.json | 2 +- .../JDfromStorageDynamicJump0_AfterJumpdest3.json | 2 +- .../JDfromStorageDynamicJump0_foreverOutOfGas.json | 2 +- .../JDfromStorageDynamicJump0_jumpdest0.json | 2 +- .../JDfromStorageDynamicJump0_jumpdest2.json | 2 +- .../JDfromStorageDynamicJump0_withoutJumpdest.json | 2 +- VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump1.json | 2 +- .../JDfromStorageDynamicJumpInsidePushWithJumpDest.json | 2 +- .../JDfromStorageDynamicJumpInsidePushWithoutJumpDest.json | 2 +- VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi0.json | 2 +- VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi1.json | 2 +- .../JDfromStorageDynamicJumpi1_jumpdest.json | 2 +- .../JDfromStorageDynamicJumpiAfterStop.json | 2 +- .../JDfromStorageDynamicJumpiOutsideBoundary.json | 2 +- .../JDfromStorageDynamicJumpifInsidePushWithJumpDest.json | 2 +- .../JDfromStorageDynamicJumpifInsidePushWithoutJumpDest.json | 2 +- VMTests/vmIOandFlowOperations/bad_indirect_jump1.json | 2 +- VMTests/vmIOandFlowOperations/bad_indirect_jump2.json | 2 +- VMTests/vmIOandFlowOperations/byte1.json | 2 +- VMTests/vmIOandFlowOperations/calldatacopyMemExp.json | 2 +- VMTests/vmIOandFlowOperations/codecopyMemExp.json | 2 +- VMTests/vmIOandFlowOperations/deadCode_1.json | 2 +- VMTests/vmIOandFlowOperations/dupAt51becameMload.json | 2 +- VMTests/vmIOandFlowOperations/for_loop1.json | 2 +- VMTests/vmIOandFlowOperations/for_loop2.json | 2 +- VMTests/vmIOandFlowOperations/gas0.json | 2 +- VMTests/vmIOandFlowOperations/gas1.json | 2 +- VMTests/vmIOandFlowOperations/gasOverFlow.json | 2 +- VMTests/vmIOandFlowOperations/indirect_jump1.json | 2 +- VMTests/vmIOandFlowOperations/indirect_jump2.json | 2 +- VMTests/vmIOandFlowOperations/indirect_jump3.json | 2 +- VMTests/vmIOandFlowOperations/indirect_jump4.json | 2 +- VMTests/vmIOandFlowOperations/jump0_AfterJumpdest.json | 2 +- VMTests/vmIOandFlowOperations/jump0_AfterJumpdest3.json | 2 +- VMTests/vmIOandFlowOperations/jump0_foreverOutOfGas.json | 2 +- VMTests/vmIOandFlowOperations/jump0_jumpdest0.json | 2 +- VMTests/vmIOandFlowOperations/jump0_jumpdest2.json | 2 +- VMTests/vmIOandFlowOperations/jump0_outOfBoundary.json | 2 +- VMTests/vmIOandFlowOperations/jump0_withoutJumpdest.json | 2 +- VMTests/vmIOandFlowOperations/jump1.json | 2 +- VMTests/vmIOandFlowOperations/jumpAfterStop.json | 2 +- VMTests/vmIOandFlowOperations/jumpDynamicJumpSameDest.json | 2 +- VMTests/vmIOandFlowOperations/jumpHigh.json | 2 +- VMTests/vmIOandFlowOperations/jumpInsidePushWithJumpDest.json | 2 +- .../vmIOandFlowOperations/jumpInsidePushWithoutJumpDest.json | 2 +- VMTests/vmIOandFlowOperations/jumpOntoJump.json | 2 +- VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump.json | 2 +- .../jumpTo1InstructionafterJump_jumpdestFirstInstruction.json | 2 +- .../jumpTo1InstructionafterJump_noJumpDest.json | 2 +- VMTests/vmIOandFlowOperations/jumpToUint64maxPlus1.json | 2 +- VMTests/vmIOandFlowOperations/jumpToUintmaxPlus1.json | 2 +- VMTests/vmIOandFlowOperations/jumpdestBigList.json | 2 +- VMTests/vmIOandFlowOperations/jumpi0.json | 2 +- VMTests/vmIOandFlowOperations/jumpi1.json | 2 +- VMTests/vmIOandFlowOperations/jumpi1_jumpdest.json | 2 +- VMTests/vmIOandFlowOperations/jumpiAfterStop.json | 2 +- VMTests/vmIOandFlowOperations/jumpiOutsideBoundary.json | 2 +- VMTests/vmIOandFlowOperations/jumpiToUint64maxPlus1.json | 2 +- VMTests/vmIOandFlowOperations/jumpiToUintmaxPlus1.json | 2 +- VMTests/vmIOandFlowOperations/jumpi_at_the_end.json | 2 +- VMTests/vmIOandFlowOperations/jumpifInsidePushWithJumpDest.json | 2 +- .../vmIOandFlowOperations/jumpifInsidePushWithoutJumpDest.json | 2 +- VMTests/vmIOandFlowOperations/kv1.json | 2 +- VMTests/vmIOandFlowOperations/log1MemExp.json | 2 +- VMTests/vmIOandFlowOperations/loop_stacklimit_1020.json | 2 +- VMTests/vmIOandFlowOperations/loop_stacklimit_1021.json | 2 +- VMTests/vmIOandFlowOperations/memory1.json | 2 +- VMTests/vmIOandFlowOperations/mloadError0.json | 2 +- VMTests/vmIOandFlowOperations/mloadError1.json | 2 +- VMTests/vmIOandFlowOperations/mloadMemExp.json | 2 +- VMTests/vmIOandFlowOperations/mloadOutOfGasError2.json | 2 +- VMTests/vmIOandFlowOperations/msize0.json | 2 +- VMTests/vmIOandFlowOperations/msize1.json | 2 +- VMTests/vmIOandFlowOperations/msize2.json | 2 +- VMTests/vmIOandFlowOperations/msize3.json | 2 +- VMTests/vmIOandFlowOperations/mstore0.json | 2 +- VMTests/vmIOandFlowOperations/mstore1.json | 2 +- VMTests/vmIOandFlowOperations/mstore8MemExp.json | 2 +- VMTests/vmIOandFlowOperations/mstore8WordToBigError.json | 2 +- VMTests/vmIOandFlowOperations/mstore8_0.json | 2 +- VMTests/vmIOandFlowOperations/mstore8_1.json | 2 +- VMTests/vmIOandFlowOperations/mstoreMemExp.json | 2 +- VMTests/vmIOandFlowOperations/mstoreWordToBigError.json | 2 +- VMTests/vmIOandFlowOperations/mstore_mload0.json | 2 +- VMTests/vmIOandFlowOperations/pc0.json | 2 +- VMTests/vmIOandFlowOperations/pc1.json | 2 +- VMTests/vmIOandFlowOperations/pop0.json | 2 +- VMTests/vmIOandFlowOperations/pop1.json | 2 +- VMTests/vmIOandFlowOperations/return1.json | 2 +- VMTests/vmIOandFlowOperations/return2.json | 2 +- VMTests/vmIOandFlowOperations/sha3MemExp.json | 2 +- VMTests/vmIOandFlowOperations/sstore_load_0.json | 2 +- VMTests/vmIOandFlowOperations/sstore_load_1.json | 2 +- VMTests/vmIOandFlowOperations/sstore_load_2.json | 2 +- VMTests/vmIOandFlowOperations/sstore_underflow.json | 2 +- VMTests/vmIOandFlowOperations/stack_loop.json | 2 +- VMTests/vmIOandFlowOperations/stackjump1.json | 2 +- VMTests/vmIOandFlowOperations/swapAt52becameMstore.json | 2 +- VMTests/vmIOandFlowOperations/when.json | 2 +- VMTests/vmLogTest/log0_emptyMem.json | 2 +- VMTests/vmLogTest/log0_logMemStartTooHigh.json | 2 +- VMTests/vmLogTest/log0_logMemsizeTooHigh.json | 2 +- VMTests/vmLogTest/log0_logMemsizeZero.json | 2 +- VMTests/vmLogTest/log0_nonEmptyMem.json | 2 +- VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1.json | 2 +- .../vmLogTest/log0_nonEmptyMem_logMemSize1_logMemStart31.json | 2 +- VMTests/vmLogTest/log1_Caller.json | 2 +- VMTests/vmLogTest/log1_MaxTopic.json | 2 +- VMTests/vmLogTest/log1_emptyMem.json | 2 +- VMTests/vmLogTest/log1_logMemStartTooHigh.json | 2 +- VMTests/vmLogTest/log1_logMemsizeTooHigh.json | 2 +- VMTests/vmLogTest/log1_logMemsizeZero.json | 2 +- VMTests/vmLogTest/log1_nonEmptyMem.json | 2 +- VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1.json | 2 +- .../vmLogTest/log1_nonEmptyMem_logMemSize1_logMemStart31.json | 2 +- VMTests/vmLogTest/log2_Caller.json | 2 +- VMTests/vmLogTest/log2_MaxTopic.json | 2 +- VMTests/vmLogTest/log2_emptyMem.json | 2 +- VMTests/vmLogTest/log2_logMemStartTooHigh.json | 2 +- VMTests/vmLogTest/log2_logMemsizeTooHigh.json | 2 +- VMTests/vmLogTest/log2_logMemsizeZero.json | 2 +- VMTests/vmLogTest/log2_nonEmptyMem.json | 2 +- VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1.json | 2 +- .../vmLogTest/log2_nonEmptyMem_logMemSize1_logMemStart31.json | 2 +- VMTests/vmLogTest/log3_Caller.json | 2 +- VMTests/vmLogTest/log3_MaxTopic.json | 2 +- VMTests/vmLogTest/log3_PC.json | 2 +- VMTests/vmLogTest/log3_emptyMem.json | 2 +- VMTests/vmLogTest/log3_logMemStartTooHigh.json | 2 +- VMTests/vmLogTest/log3_logMemsizeTooHigh.json | 2 +- VMTests/vmLogTest/log3_logMemsizeZero.json | 2 +- VMTests/vmLogTest/log3_nonEmptyMem.json | 2 +- VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1.json | 2 +- .../vmLogTest/log3_nonEmptyMem_logMemSize1_logMemStart31.json | 2 +- VMTests/vmLogTest/log4_Caller.json | 2 +- VMTests/vmLogTest/log4_MaxTopic.json | 2 +- VMTests/vmLogTest/log4_PC.json | 2 +- VMTests/vmLogTest/log4_emptyMem.json | 2 +- VMTests/vmLogTest/log4_logMemStartTooHigh.json | 2 +- VMTests/vmLogTest/log4_logMemsizeTooHigh.json | 2 +- VMTests/vmLogTest/log4_logMemsizeZero.json | 2 +- VMTests/vmLogTest/log4_nonEmptyMem.json | 2 +- VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1.json | 2 +- .../vmLogTest/log4_nonEmptyMem_logMemSize1_logMemStart31.json | 2 +- VMTests/vmLogTest/log_2logs.json | 2 +- VMTests/vmPerformance/ackermann31.json | 2 +- VMTests/vmPerformance/ackermann32.json | 2 +- VMTests/vmPerformance/ackermann33.json | 2 +- VMTests/vmPerformance/fibonacci10.json | 2 +- VMTests/vmPerformance/fibonacci16.json | 2 +- VMTests/vmPerformance/loop-add-10M.json | 2 +- VMTests/vmPerformance/loop-divadd-10M.json | 2 +- VMTests/vmPerformance/loop-divadd-unr100-10M.json | 2 +- VMTests/vmPerformance/loop-exp-16b-100k.json | 2 +- VMTests/vmPerformance/loop-exp-1b-1M.json | 2 +- VMTests/vmPerformance/loop-exp-2b-100k.json | 2 +- VMTests/vmPerformance/loop-exp-32b-100k.json | 2 +- VMTests/vmPerformance/loop-exp-4b-100k.json | 2 +- VMTests/vmPerformance/loop-exp-8b-100k.json | 2 +- VMTests/vmPerformance/loop-exp-nop-1M.json | 2 +- VMTests/vmPerformance/loop-mul.json | 2 +- VMTests/vmPerformance/loop-mulmod-2M.json | 2 +- VMTests/vmPerformance/manyFunctions100.json | 2 +- VMTests/vmPushDupSwapTest/dup1.json | 2 +- VMTests/vmPushDupSwapTest/dup10.json | 2 +- VMTests/vmPushDupSwapTest/dup11.json | 2 +- VMTests/vmPushDupSwapTest/dup12.json | 2 +- VMTests/vmPushDupSwapTest/dup13.json | 2 +- VMTests/vmPushDupSwapTest/dup14.json | 2 +- VMTests/vmPushDupSwapTest/dup15.json | 2 +- VMTests/vmPushDupSwapTest/dup16.json | 2 +- VMTests/vmPushDupSwapTest/dup2.json | 2 +- VMTests/vmPushDupSwapTest/dup2error.json | 2 +- VMTests/vmPushDupSwapTest/dup3.json | 2 +- VMTests/vmPushDupSwapTest/dup4.json | 2 +- VMTests/vmPushDupSwapTest/dup5.json | 2 +- VMTests/vmPushDupSwapTest/dup6.json | 2 +- VMTests/vmPushDupSwapTest/dup7.json | 2 +- VMTests/vmPushDupSwapTest/dup8.json | 2 +- VMTests/vmPushDupSwapTest/dup9.json | 2 +- VMTests/vmPushDupSwapTest/push1.json | 2 +- VMTests/vmPushDupSwapTest/push10.json | 2 +- VMTests/vmPushDupSwapTest/push11.json | 2 +- VMTests/vmPushDupSwapTest/push12.json | 2 +- VMTests/vmPushDupSwapTest/push13.json | 2 +- VMTests/vmPushDupSwapTest/push14.json | 2 +- VMTests/vmPushDupSwapTest/push15.json | 2 +- VMTests/vmPushDupSwapTest/push16.json | 2 +- VMTests/vmPushDupSwapTest/push17.json | 2 +- VMTests/vmPushDupSwapTest/push18.json | 2 +- VMTests/vmPushDupSwapTest/push19.json | 2 +- VMTests/vmPushDupSwapTest/push1_missingStack.json | 2 +- VMTests/vmPushDupSwapTest/push2.json | 2 +- VMTests/vmPushDupSwapTest/push20.json | 2 +- VMTests/vmPushDupSwapTest/push21.json | 2 +- VMTests/vmPushDupSwapTest/push22.json | 2 +- VMTests/vmPushDupSwapTest/push23.json | 2 +- VMTests/vmPushDupSwapTest/push24.json | 2 +- VMTests/vmPushDupSwapTest/push25.json | 2 +- VMTests/vmPushDupSwapTest/push26.json | 2 +- VMTests/vmPushDupSwapTest/push27.json | 2 +- VMTests/vmPushDupSwapTest/push28.json | 2 +- VMTests/vmPushDupSwapTest/push29.json | 2 +- VMTests/vmPushDupSwapTest/push3.json | 2 +- VMTests/vmPushDupSwapTest/push30.json | 2 +- VMTests/vmPushDupSwapTest/push31.json | 2 +- VMTests/vmPushDupSwapTest/push32.json | 2 +- VMTests/vmPushDupSwapTest/push32AndSuicide.json | 2 +- .../vmPushDupSwapTest/push32FillUpInputWithZerosAtTheEnd.json | 2 +- VMTests/vmPushDupSwapTest/push32Undefined.json | 2 +- VMTests/vmPushDupSwapTest/push32Undefined2.json | 2 +- VMTests/vmPushDupSwapTest/push32Undefined3.json | 2 +- VMTests/vmPushDupSwapTest/push33.json | 2 +- VMTests/vmPushDupSwapTest/push4.json | 2 +- VMTests/vmPushDupSwapTest/push5.json | 2 +- VMTests/vmPushDupSwapTest/push6.json | 2 +- VMTests/vmPushDupSwapTest/push7.json | 2 +- VMTests/vmPushDupSwapTest/push8.json | 2 +- VMTests/vmPushDupSwapTest/push9.json | 2 +- VMTests/vmPushDupSwapTest/swap1.json | 2 +- VMTests/vmPushDupSwapTest/swap10.json | 2 +- VMTests/vmPushDupSwapTest/swap11.json | 2 +- VMTests/vmPushDupSwapTest/swap12.json | 2 +- VMTests/vmPushDupSwapTest/swap13.json | 2 +- VMTests/vmPushDupSwapTest/swap14.json | 2 +- VMTests/vmPushDupSwapTest/swap15.json | 2 +- VMTests/vmPushDupSwapTest/swap16.json | 2 +- VMTests/vmPushDupSwapTest/swap2.json | 2 +- VMTests/vmPushDupSwapTest/swap2error.json | 2 +- VMTests/vmPushDupSwapTest/swap3.json | 2 +- VMTests/vmPushDupSwapTest/swap4.json | 2 +- VMTests/vmPushDupSwapTest/swap5.json | 2 +- VMTests/vmPushDupSwapTest/swap6.json | 2 +- VMTests/vmPushDupSwapTest/swap7.json | 2 +- VMTests/vmPushDupSwapTest/swap8.json | 2 +- VMTests/vmPushDupSwapTest/swap9.json | 2 +- VMTests/vmPushDupSwapTest/swapjump1.json | 2 +- VMTests/vmRandomTest/201503102320PYTHON.json | 2 +- VMTests/vmRandomTest/201503110206PYTHON.json | 2 +- VMTests/vmRandomTest/201503110219PYTHON.json | 2 +- VMTests/vmRandomTest/201503110346PYTHON_PUSH24.json | 2 +- VMTests/vmRandomTest/201503111844PYTHON.json | 2 +- VMTests/vmRandomTest/201503112218PYTHON.json | 2 +- VMTests/vmSha3Test/sha3_0.json | 2 +- VMTests/vmSha3Test/sha3_1.json | 2 +- VMTests/vmSha3Test/sha3_2.json | 2 +- VMTests/vmSha3Test/sha3_3.json | 2 +- VMTests/vmSha3Test/sha3_4.json | 2 +- VMTests/vmSha3Test/sha3_5.json | 2 +- VMTests/vmSha3Test/sha3_6.json | 2 +- VMTests/vmSha3Test/sha3_bigOffset.json | 2 +- VMTests/vmSha3Test/sha3_bigOffset2.json | 2 +- VMTests/vmSha3Test/sha3_bigSize.json | 2 +- VMTests/vmSha3Test/sha3_memSizeNoQuadraticCost31.json | 2 +- VMTests/vmSha3Test/sha3_memSizeQuadraticCost32.json | 2 +- VMTests/vmSha3Test/sha3_memSizeQuadraticCost32_zeroSize.json | 2 +- VMTests/vmSha3Test/sha3_memSizeQuadraticCost33.json | 2 +- VMTests/vmSha3Test/sha3_memSizeQuadraticCost63.json | 2 +- VMTests/vmSha3Test/sha3_memSizeQuadraticCost64.json | 2 +- VMTests/vmSha3Test/sha3_memSizeQuadraticCost64_2.json | 2 +- VMTests/vmSha3Test/sha3_memSizeQuadraticCost65.json | 2 +- VMTests/vmSystemOperations/TestNameRegistrator.json | 2 +- VMTests/vmSystemOperations/return0.json | 2 +- VMTests/vmSystemOperations/return1.json | 2 +- VMTests/vmSystemOperations/return2.json | 2 +- VMTests/vmSystemOperations/suicide0.json | 2 +- VMTests/vmSystemOperations/suicideNotExistingAccount.json | 2 +- VMTests/vmSystemOperations/suicideSendEtherToMe.json | 2 +- VMTests/vmTests/suicide.json | 2 +- src/VMTestsFiller/vmArithmeticTest/add0Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/add1Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/add2Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/add3Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/add4Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/addmod0Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/addmod1Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/addmod1_overflow2Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/addmod1_overflow3Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/addmod1_overflow4Filler.json | 2 +- .../vmArithmeticTest/addmod1_overflowDiffFiller.json | 2 +- src/VMTestsFiller/vmArithmeticTest/addmod2Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/addmod2_0Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/addmod2_1Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/addmod3Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/addmod3_0Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/addmodBigIntCastFiller.json | 2 +- src/VMTestsFiller/vmArithmeticTest/addmodDivByZero1Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/addmodDivByZero2Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/addmodDivByZero3Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/addmodDivByZeroFiller.json | 2 +- src/VMTestsFiller/vmArithmeticTest/arith1Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/div1Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/divBoostBugFiller.json | 2 +- src/VMTestsFiller/vmArithmeticTest/divByNonZero0Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/divByNonZero1Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/divByNonZero2Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/divByNonZero3Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/divByZeroFiller.json | 2 +- src/VMTestsFiller/vmArithmeticTest/divByZero_2Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/exp0Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/exp1Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/exp2Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/exp3Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/exp4Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/exp5Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/exp6Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/exp7Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/exp8Filler.json | 2 +- .../vmArithmeticTest/expPowerOf256Of256_0Filler.json | 2 +- .../vmArithmeticTest/expPowerOf256Of256_10Filler.json | 2 +- .../vmArithmeticTest/expPowerOf256Of256_11Filler.json | 2 +- .../vmArithmeticTest/expPowerOf256Of256_12Filler.json | 2 +- .../vmArithmeticTest/expPowerOf256Of256_13Filler.json | 2 +- .../vmArithmeticTest/expPowerOf256Of256_14Filler.json | 2 +- .../vmArithmeticTest/expPowerOf256Of256_15Filler.json | 2 +- .../vmArithmeticTest/expPowerOf256Of256_16Filler.json | 2 +- .../vmArithmeticTest/expPowerOf256Of256_17Filler.json | 2 +- .../vmArithmeticTest/expPowerOf256Of256_18Filler.json | 2 +- .../vmArithmeticTest/expPowerOf256Of256_19Filler.json | 2 +- .../vmArithmeticTest/expPowerOf256Of256_1Filler.json | 2 +- .../vmArithmeticTest/expPowerOf256Of256_20Filler.json | 2 +- .../vmArithmeticTest/expPowerOf256Of256_21Filler.json | 2 +- .../vmArithmeticTest/expPowerOf256Of256_22Filler.json | 2 +- .../vmArithmeticTest/expPowerOf256Of256_23Filler.json | 2 +- .../vmArithmeticTest/expPowerOf256Of256_24Filler.json | 2 +- .../vmArithmeticTest/expPowerOf256Of256_25Filler.json | 2 +- .../vmArithmeticTest/expPowerOf256Of256_26Filler.json | 2 +- .../vmArithmeticTest/expPowerOf256Of256_27Filler.json | 2 +- .../vmArithmeticTest/expPowerOf256Of256_28Filler.json | 2 +- .../vmArithmeticTest/expPowerOf256Of256_29Filler.json | 2 +- .../vmArithmeticTest/expPowerOf256Of256_2Filler.json | 2 +- .../vmArithmeticTest/expPowerOf256Of256_30Filler.json | 2 +- .../vmArithmeticTest/expPowerOf256Of256_31Filler.json | 2 +- .../vmArithmeticTest/expPowerOf256Of256_32Filler.json | 2 +- .../vmArithmeticTest/expPowerOf256Of256_33Filler.json | 2 +- .../vmArithmeticTest/expPowerOf256Of256_3Filler.json | 2 +- .../vmArithmeticTest/expPowerOf256Of256_4Filler.json | 2 +- .../vmArithmeticTest/expPowerOf256Of256_5Filler.json | 2 +- .../vmArithmeticTest/expPowerOf256Of256_6Filler.json | 2 +- .../vmArithmeticTest/expPowerOf256Of256_7Filler.json | 2 +- .../vmArithmeticTest/expPowerOf256Of256_8Filler.json | 2 +- .../vmArithmeticTest/expPowerOf256Of256_9Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/expPowerOf256_10Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/expPowerOf256_11Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/expPowerOf256_12Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/expPowerOf256_13Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/expPowerOf256_14Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/expPowerOf256_15Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/expPowerOf256_16Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/expPowerOf256_17Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/expPowerOf256_18Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/expPowerOf256_19Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/expPowerOf256_1Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/expPowerOf256_20Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/expPowerOf256_21Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/expPowerOf256_22Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/expPowerOf256_23Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/expPowerOf256_24Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/expPowerOf256_25Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/expPowerOf256_26Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/expPowerOf256_27Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/expPowerOf256_28Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/expPowerOf256_29Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/expPowerOf256_2Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/expPowerOf256_30Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/expPowerOf256_31Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/expPowerOf256_32Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/expPowerOf256_33Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/expPowerOf256_3Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/expPowerOf256_4Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/expPowerOf256_5Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/expPowerOf256_6Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/expPowerOf256_7Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/expPowerOf256_8Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/expPowerOf256_9Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/expPowerOf2_128Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/expPowerOf2_16Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/expPowerOf2_256Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/expPowerOf2_2Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/expPowerOf2_32Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/expPowerOf2_4Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/expPowerOf2_64Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/expPowerOf2_8Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/expXYFiller.json | 2 +- src/VMTestsFiller/vmArithmeticTest/expXY_successFiller.json | 2 +- .../vmArithmeticTest/fibbonacci_unrolledFiller.json | 2 +- src/VMTestsFiller/vmArithmeticTest/mod0Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/mod1Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/mod2Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/mod3Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/mod4Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/modByZeroFiller.json | 2 +- src/VMTestsFiller/vmArithmeticTest/mul0Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/mul1Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/mul2Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/mul3Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/mul4Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/mul5Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/mul6Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/mul7Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/mulUnderFlowFiller.json | 2 +- src/VMTestsFiller/vmArithmeticTest/mulmod0Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/mulmod1Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/mulmod1_overflow2Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/mulmod1_overflow3Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/mulmod1_overflow4Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/mulmod1_overflowFiller.json | 2 +- src/VMTestsFiller/vmArithmeticTest/mulmod2Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/mulmod2_0Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/mulmod2_1Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/mulmod3Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/mulmod3_0Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/mulmod4Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/mulmoddivByZero1Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/mulmoddivByZero2Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/mulmoddivByZero3Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/mulmoddivByZeroFiller.json | 2 +- src/VMTestsFiller/vmArithmeticTest/not1Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/sdiv0Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/sdiv1Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/sdiv2Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/sdiv3Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/sdiv4Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/sdiv5Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/sdiv6Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/sdiv7Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/sdiv8Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/sdiv9Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/sdivByZero0Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/sdivByZero1Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/sdivByZero2Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/sdiv_dejavuFiller.json | 2 +- src/VMTestsFiller/vmArithmeticTest/sdiv_i256min2Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/sdiv_i256min3Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/sdiv_i256minFiller.json | 2 +- .../vmArithmeticTest/signextendInvalidByteNumberFiller.json | 2 +- src/VMTestsFiller/vmArithmeticTest/signextend_00Filler.json | 2 +- .../vmArithmeticTest/signextend_0_BigByteFiller.json | 2 +- .../vmArithmeticTest/signextend_AlmostBiggestByteFiller.json | 2 +- .../vmArithmeticTest/signextend_BigByteBigByteFiller.json | 2 +- .../vmArithmeticTest/signextend_BigBytePlus1_2Filler.json | 2 +- .../vmArithmeticTest/signextend_BigByte_0Filler.json | 2 +- .../vmArithmeticTest/signextend_BitIsNotSetFiller.json | 2 +- .../signextend_BitIsNotSetInHigherByteFiller.json | 2 +- .../vmArithmeticTest/signextend_BitIsSetInHigherByteFiller.json | 2 +- .../vmArithmeticTest/signextend_Overflow_dj42Filler.json | 2 +- .../vmArithmeticTest/signextend_bigBytePlus1Filler.json | 2 +- .../vmArithmeticTest/signextend_bitIsSetFiller.json | 2 +- src/VMTestsFiller/vmArithmeticTest/smod0Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/smod1Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/smod2Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/smod3Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/smod4Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/smod5Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/smod6Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/smod7Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/smod8_byZeroFiller.json | 2 +- src/VMTestsFiller/vmArithmeticTest/smod_i256min1Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/smod_i256min2Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/stopFiller.json | 2 +- src/VMTestsFiller/vmArithmeticTest/sub0Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/sub1Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/sub2Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/sub3Filler.json | 2 +- src/VMTestsFiller/vmArithmeticTest/sub4Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/and0Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/and1Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/and2Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/and3Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/and4Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/and5Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/byte0Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/byte10Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/byte11Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/byte1Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/byte2Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/byte3Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/byte4Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/byte5Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/byte6Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/byte7Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/byte8Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/byte9Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/byteBNFiller.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/eq0Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/eq1Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/eq2Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/gt0Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/gt1Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/gt2Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/gt3Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/iszeo2Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/iszero0Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/iszero1Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/lt0Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/lt1Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/lt2Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/lt3Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/not0Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/not1Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/not2Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/not3Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/not4Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/not5Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/or0Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/or1Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/or2Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/or3Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/or4Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/or5Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/sgt0Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/sgt1Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/sgt2Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/sgt3Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/sgt4Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/slt0Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/slt1Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/slt2Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/slt3Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/slt4Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/xor0Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/xor1Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/xor2Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/xor3Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/xor4Filler.json | 2 +- src/VMTestsFiller/vmBitwiseLogicOperation/xor5Filler.json | 2 +- src/VMTestsFiller/vmBlockInfoTest/coinbaseFiller.json | 2 +- src/VMTestsFiller/vmBlockInfoTest/difficultyFiller.json | 2 +- src/VMTestsFiller/vmBlockInfoTest/gaslimitFiller.json | 2 +- src/VMTestsFiller/vmBlockInfoTest/numberFiller.json | 2 +- src/VMTestsFiller/vmBlockInfoTest/timestampFiller.json | 2 +- src/VMTestsFiller/vmEnvironmentalInfo/address0Filler.json | 2 +- src/VMTestsFiller/vmEnvironmentalInfo/address1Filler.json | 2 +- src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy0Filler.json | 2 +- .../vmEnvironmentalInfo/calldatacopy0_returnFiller.json | 2 +- src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy1Filler.json | 2 +- .../vmEnvironmentalInfo/calldatacopy1_returnFiller.json | 2 +- src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy2Filler.json | 2 +- .../vmEnvironmentalInfo/calldatacopy2_returnFiller.json | 2 +- .../vmEnvironmentalInfo/calldatacopyUnderFlowFiller.json | 2 +- .../vmEnvironmentalInfo/calldatacopyZeroMemExpansionFiller.json | 2 +- .../calldatacopyZeroMemExpansion_returnFiller.json | 2 +- .../calldatacopy_DataIndexTooHigh2Filler.json | 2 +- .../calldatacopy_DataIndexTooHigh2_returnFiller.json | 2 +- .../calldatacopy_DataIndexTooHighFiller.json | 2 +- .../calldatacopy_DataIndexTooHigh_returnFiller.json | 2 +- .../vmEnvironmentalInfo/calldatacopy_secFiller.json | 2 +- src/VMTestsFiller/vmEnvironmentalInfo/calldataload0Filler.json | 2 +- src/VMTestsFiller/vmEnvironmentalInfo/calldataload1Filler.json | 2 +- src/VMTestsFiller/vmEnvironmentalInfo/calldataload2Filler.json | 2 +- .../vmEnvironmentalInfo/calldataloadSizeTooHighFiller.json | 2 +- .../calldataloadSizeTooHighPartialFiller.json | 2 +- .../vmEnvironmentalInfo/calldataload_BigOffsetFiller.json | 2 +- src/VMTestsFiller/vmEnvironmentalInfo/calldatasize0Filler.json | 2 +- src/VMTestsFiller/vmEnvironmentalInfo/calldatasize1Filler.json | 2 +- src/VMTestsFiller/vmEnvironmentalInfo/calldatasize2Filler.json | 2 +- src/VMTestsFiller/vmEnvironmentalInfo/callerFiller.json | 2 +- src/VMTestsFiller/vmEnvironmentalInfo/callvalueFiller.json | 2 +- src/VMTestsFiller/vmEnvironmentalInfo/codecopy0Filler.json | 2 +- .../vmEnvironmentalInfo/codecopyZeroMemExpansionFiller.json | 2 +- .../vmEnvironmentalInfo/codecopy_DataIndexTooHighFiller.json | 2 +- src/VMTestsFiller/vmEnvironmentalInfo/codesizeFiller.json | 2 +- src/VMTestsFiller/vmEnvironmentalInfo/gaspriceFiller.json | 2 +- src/VMTestsFiller/vmEnvironmentalInfo/originFiller.json | 2 +- .../BlockNumberDynamicJump0_AfterJumpdest3Filler.json | 2 +- .../BlockNumberDynamicJump0_AfterJumpdestFiller.json | 2 +- .../BlockNumberDynamicJump0_foreverOutOfGasFiller.json | 2 +- .../BlockNumberDynamicJump0_jumpdest0Filler.json | 2 +- .../BlockNumberDynamicJump0_jumpdest2Filler.json | 2 +- .../BlockNumberDynamicJump0_withoutJumpdestFiller.json | 2 +- .../vmIOandFlowOperations/BlockNumberDynamicJump1Filler.json | 2 +- .../BlockNumberDynamicJumpInsidePushWithJumpDestFiller.json | 2 +- .../BlockNumberDynamicJumpInsidePushWithoutJumpDestFiller.json | 2 +- .../vmIOandFlowOperations/BlockNumberDynamicJumpi0Filler.json | 2 +- .../vmIOandFlowOperations/BlockNumberDynamicJumpi1Filler.json | 2 +- .../BlockNumberDynamicJumpi1_jumpdestFiller.json | 2 +- .../BlockNumberDynamicJumpiAfterStopFiller.json | 2 +- .../BlockNumberDynamicJumpiOutsideBoundaryFiller.json | 2 +- .../BlockNumberDynamicJumpifInsidePushWithJumpDestFiller.json | 2 +- ...BlockNumberDynamicJumpifInsidePushWithoutJumpDestFiller.json | 2 +- .../vmIOandFlowOperations/DyanmicJump0_outOfBoundaryFiller.json | 2 +- .../DynamicJump0_AfterJumpdest3Filler.json | 2 +- .../vmIOandFlowOperations/DynamicJump0_AfterJumpdestFiller.json | 2 +- .../DynamicJump0_foreverOutOfGasFiller.json | 2 +- .../vmIOandFlowOperations/DynamicJump0_jumpdest0Filler.json | 2 +- .../vmIOandFlowOperations/DynamicJump0_jumpdest2Filler.json | 2 +- .../DynamicJump0_withoutJumpdestFiller.json | 2 +- src/VMTestsFiller/vmIOandFlowOperations/DynamicJump1Filler.json | 2 +- .../vmIOandFlowOperations/DynamicJumpAfterStopFiller.json | 2 +- .../DynamicJumpInsidePushWithJumpDestFiller.json | 2 +- .../DynamicJumpInsidePushWithoutJumpDestFiller.json | 2 +- .../DynamicJumpJD_DependsOnJumps0Filler.json | 2 +- .../DynamicJumpJD_DependsOnJumps1Filler.json | 2 +- .../DynamicJumpPathologicalTest0Filler.json | 2 +- .../DynamicJumpPathologicalTest1Filler.json | 2 +- .../DynamicJumpPathologicalTest2Filler.json | 2 +- .../DynamicJumpPathologicalTest3Filler.json | 2 +- .../DynamicJumpStartWithJumpDestFiller.json | 2 +- .../vmIOandFlowOperations/DynamicJump_value1Filler.json | 2 +- .../vmIOandFlowOperations/DynamicJump_value2Filler.json | 2 +- .../vmIOandFlowOperations/DynamicJump_value3Filler.json | 2 +- .../vmIOandFlowOperations/DynamicJump_valueUnderflowFiller.json | 2 +- .../vmIOandFlowOperations/DynamicJumpi0Filler.json | 2 +- .../vmIOandFlowOperations/DynamicJumpi1Filler.json | 2 +- .../vmIOandFlowOperations/DynamicJumpi1_jumpdestFiller.json | 2 +- .../vmIOandFlowOperations/DynamicJumpiAfterStopFiller.json | 2 +- .../DynamicJumpiOutsideBoundaryFiller.json | 2 +- .../DynamicJumpifInsidePushWithJumpDestFiller.json | 2 +- .../DynamicJumpifInsidePushWithoutJumpDestFiller.json | 2 +- .../JDfromStorageDynamicJump0_AfterJumpdest3Filler.json | 2 +- .../JDfromStorageDynamicJump0_AfterJumpdestFiller.json | 2 +- .../JDfromStorageDynamicJump0_foreverOutOfGasFiller.json | 2 +- .../JDfromStorageDynamicJump0_jumpdest0Filler.json | 2 +- .../JDfromStorageDynamicJump0_jumpdest2Filler.json | 2 +- .../JDfromStorageDynamicJump0_withoutJumpdestFiller.json | 2 +- .../vmIOandFlowOperations/JDfromStorageDynamicJump1Filler.json | 2 +- .../JDfromStorageDynamicJumpInsidePushWithJumpDestFiller.json | 2 +- ...JDfromStorageDynamicJumpInsidePushWithoutJumpDestFiller.json | 2 +- .../vmIOandFlowOperations/JDfromStorageDynamicJumpi0Filler.json | 2 +- .../vmIOandFlowOperations/JDfromStorageDynamicJumpi1Filler.json | 2 +- .../JDfromStorageDynamicJumpi1_jumpdestFiller.json | 2 +- .../JDfromStorageDynamicJumpiAfterStopFiller.json | 2 +- .../JDfromStorageDynamicJumpiOutsideBoundaryFiller.json | 2 +- .../JDfromStorageDynamicJumpifInsidePushWithJumpDestFiller.json | 2 +- ...fromStorageDynamicJumpifInsidePushWithoutJumpDestFiller.json | 2 +- .../vmIOandFlowOperations/bad_indirect_jump1Filler.json | 2 +- .../vmIOandFlowOperations/bad_indirect_jump2Filler.json | 2 +- src/VMTestsFiller/vmIOandFlowOperations/byte1Filler.json | 2 +- .../vmIOandFlowOperations/calldatacopyMemExpFiller.json | 2 +- .../vmIOandFlowOperations/codecopyMemExpFiller.json | 2 +- src/VMTestsFiller/vmIOandFlowOperations/deadCode_1Filler.json | 2 +- .../vmIOandFlowOperations/dupAt51becameMloadFiller.json | 2 +- src/VMTestsFiller/vmIOandFlowOperations/for_loop1Filler.json | 2 +- src/VMTestsFiller/vmIOandFlowOperations/for_loop2Filler.json | 2 +- src/VMTestsFiller/vmIOandFlowOperations/gas0Filler.json | 2 +- src/VMTestsFiller/vmIOandFlowOperations/gas1Filler.json | 2 +- src/VMTestsFiller/vmIOandFlowOperations/gasOverFlowFiller.json | 2 +- .../vmIOandFlowOperations/indirect_jump1Filler.json | 2 +- .../vmIOandFlowOperations/indirect_jump2Filler.json | 2 +- .../vmIOandFlowOperations/indirect_jump3Filler.json | 2 +- .../vmIOandFlowOperations/indirect_jump4Filler.json | 2 +- .../vmIOandFlowOperations/jump0_AfterJumpdest3Filler.json | 2 +- .../vmIOandFlowOperations/jump0_AfterJumpdestFiller.json | 2 +- .../vmIOandFlowOperations/jump0_foreverOutOfGasFiller.json | 2 +- .../vmIOandFlowOperations/jump0_jumpdest0Filler.json | 2 +- .../vmIOandFlowOperations/jump0_jumpdest2Filler.json | 2 +- .../vmIOandFlowOperations/jump0_outOfBoundaryFiller.json | 2 +- .../vmIOandFlowOperations/jump0_withoutJumpdestFiller.json | 2 +- src/VMTestsFiller/vmIOandFlowOperations/jump1Filler.json | 2 +- .../vmIOandFlowOperations/jumpAfterStopFiller.json | 2 +- .../vmIOandFlowOperations/jumpDynamicJumpSameDestFiller.json | 2 +- src/VMTestsFiller/vmIOandFlowOperations/jumpHighFiller.json | 2 +- .../vmIOandFlowOperations/jumpInsidePushWithJumpDestFiller.json | 2 +- .../jumpInsidePushWithoutJumpDestFiller.json | 2 +- src/VMTestsFiller/vmIOandFlowOperations/jumpOntoJumpFiller.json | 2 +- .../jumpTo1InstructionafterJumpFiller.json | 2 +- ...pTo1InstructionafterJump_jumpdestFirstInstructionFiller.json | 2 +- .../jumpTo1InstructionafterJump_noJumpDestFiller.json | 2 +- .../vmIOandFlowOperations/jumpToUint64maxPlus1Filler.json | 2 +- .../vmIOandFlowOperations/jumpToUintmaxPlus1Filler.json | 2 +- .../vmIOandFlowOperations/jumpdestBigListFiller.json | 2 +- src/VMTestsFiller/vmIOandFlowOperations/jumpi0Filler.json | 2 +- src/VMTestsFiller/vmIOandFlowOperations/jumpi1Filler.json | 2 +- .../vmIOandFlowOperations/jumpi1_jumpdestFiller.json | 2 +- .../vmIOandFlowOperations/jumpiAfterStopFiller.json | 2 +- .../vmIOandFlowOperations/jumpiOutsideBoundaryFiller.json | 2 +- .../vmIOandFlowOperations/jumpiToUint64maxPlus1Filler.json | 2 +- .../vmIOandFlowOperations/jumpiToUintmaxPlus1Filler.json | 2 +- .../vmIOandFlowOperations/jumpi_at_the_endFiller.json | 2 +- .../jumpifInsidePushWithJumpDestFiller.json | 2 +- .../jumpifInsidePushWithoutJumpDestFiller.json | 2 +- src/VMTestsFiller/vmIOandFlowOperations/kv1Filler.json | 2 +- src/VMTestsFiller/vmIOandFlowOperations/log1MemExpFiller.json | 2 +- .../vmIOandFlowOperations/loop_stacklimit_1020Filler.json | 2 +- .../vmIOandFlowOperations/loop_stacklimit_1021Filler.json | 2 +- src/VMTestsFiller/vmIOandFlowOperations/memory1Filler.json | 2 +- src/VMTestsFiller/vmIOandFlowOperations/mloadError0Filler.json | 2 +- src/VMTestsFiller/vmIOandFlowOperations/mloadError1Filler.json | 2 +- src/VMTestsFiller/vmIOandFlowOperations/mloadMemExpFiller.json | 2 +- .../vmIOandFlowOperations/mloadOutOfGasError2Filler.json | 2 +- src/VMTestsFiller/vmIOandFlowOperations/msize0Filler.json | 2 +- src/VMTestsFiller/vmIOandFlowOperations/msize1Filler.json | 2 +- src/VMTestsFiller/vmIOandFlowOperations/msize2Filler.json | 2 +- src/VMTestsFiller/vmIOandFlowOperations/msize3Filler.json | 2 +- src/VMTestsFiller/vmIOandFlowOperations/mstore0Filler.json | 2 +- src/VMTestsFiller/vmIOandFlowOperations/mstore1Filler.json | 2 +- .../vmIOandFlowOperations/mstore8MemExpFiller.json | 2 +- .../vmIOandFlowOperations/mstore8WordToBigErrorFiller.json | 2 +- src/VMTestsFiller/vmIOandFlowOperations/mstore8_0Filler.json | 2 +- src/VMTestsFiller/vmIOandFlowOperations/mstore8_1Filler.json | 2 +- src/VMTestsFiller/vmIOandFlowOperations/mstoreMemExpFiller.json | 2 +- .../vmIOandFlowOperations/mstoreWordToBigErrorFiller.json | 2 +- .../vmIOandFlowOperations/mstore_mload0Filler.json | 2 +- src/VMTestsFiller/vmIOandFlowOperations/pc0Filler.json | 2 +- src/VMTestsFiller/vmIOandFlowOperations/pc1Filler.json | 2 +- src/VMTestsFiller/vmIOandFlowOperations/pop0Filler.json | 2 +- src/VMTestsFiller/vmIOandFlowOperations/pop1Filler.json | 2 +- src/VMTestsFiller/vmIOandFlowOperations/return1Filler.json | 2 +- src/VMTestsFiller/vmIOandFlowOperations/return2Filler.json | 2 +- src/VMTestsFiller/vmIOandFlowOperations/sha3MemExpFiller.json | 2 +- .../vmIOandFlowOperations/sstore_load_0Filler.json | 2 +- .../vmIOandFlowOperations/sstore_load_1Filler.json | 2 +- .../vmIOandFlowOperations/sstore_load_2Filler.json | 2 +- .../vmIOandFlowOperations/sstore_underflowFiller.json | 2 +- src/VMTestsFiller/vmIOandFlowOperations/stack_loopFiller.json | 2 +- src/VMTestsFiller/vmIOandFlowOperations/stackjump1Filler.json | 2 +- .../vmIOandFlowOperations/swapAt52becameMstoreFiller.json | 2 +- src/VMTestsFiller/vmIOandFlowOperations/whenFiller.json | 2 +- src/VMTestsFiller/vmLogTest/log0_emptyMemFiller.json | 2 +- src/VMTestsFiller/vmLogTest/log0_logMemStartTooHighFiller.json | 2 +- src/VMTestsFiller/vmLogTest/log0_logMemsizeTooHighFiller.json | 2 +- src/VMTestsFiller/vmLogTest/log0_logMemsizeZeroFiller.json | 2 +- src/VMTestsFiller/vmLogTest/log0_nonEmptyMemFiller.json | 2 +- .../vmLogTest/log0_nonEmptyMem_logMemSize1Filler.json | 2 +- .../log0_nonEmptyMem_logMemSize1_logMemStart31Filler.json | 2 +- src/VMTestsFiller/vmLogTest/log1_CallerFiller.json | 2 +- src/VMTestsFiller/vmLogTest/log1_MaxTopicFiller.json | 2 +- src/VMTestsFiller/vmLogTest/log1_emptyMemFiller.json | 2 +- src/VMTestsFiller/vmLogTest/log1_logMemStartTooHighFiller.json | 2 +- src/VMTestsFiller/vmLogTest/log1_logMemsizeTooHighFiller.json | 2 +- src/VMTestsFiller/vmLogTest/log1_logMemsizeZeroFiller.json | 2 +- src/VMTestsFiller/vmLogTest/log1_nonEmptyMemFiller.json | 2 +- .../vmLogTest/log1_nonEmptyMem_logMemSize1Filler.json | 2 +- .../log1_nonEmptyMem_logMemSize1_logMemStart31Filler.json | 2 +- src/VMTestsFiller/vmLogTest/log2_CallerFiller.json | 2 +- src/VMTestsFiller/vmLogTest/log2_MaxTopicFiller.json | 2 +- src/VMTestsFiller/vmLogTest/log2_emptyMemFiller.json | 2 +- src/VMTestsFiller/vmLogTest/log2_logMemStartTooHighFiller.json | 2 +- src/VMTestsFiller/vmLogTest/log2_logMemsizeTooHighFiller.json | 2 +- src/VMTestsFiller/vmLogTest/log2_logMemsizeZeroFiller.json | 2 +- src/VMTestsFiller/vmLogTest/log2_nonEmptyMemFiller.json | 2 +- .../vmLogTest/log2_nonEmptyMem_logMemSize1Filler.json | 2 +- .../log2_nonEmptyMem_logMemSize1_logMemStart31Filler.json | 2 +- src/VMTestsFiller/vmLogTest/log3_CallerFiller.json | 2 +- src/VMTestsFiller/vmLogTest/log3_MaxTopicFiller.json | 2 +- src/VMTestsFiller/vmLogTest/log3_PCFiller.json | 2 +- src/VMTestsFiller/vmLogTest/log3_emptyMemFiller.json | 2 +- src/VMTestsFiller/vmLogTest/log3_logMemStartTooHighFiller.json | 2 +- src/VMTestsFiller/vmLogTest/log3_logMemsizeTooHighFiller.json | 2 +- src/VMTestsFiller/vmLogTest/log3_logMemsizeZeroFiller.json | 2 +- src/VMTestsFiller/vmLogTest/log3_nonEmptyMemFiller.json | 2 +- .../vmLogTest/log3_nonEmptyMem_logMemSize1Filler.json | 2 +- .../log3_nonEmptyMem_logMemSize1_logMemStart31Filler.json | 2 +- src/VMTestsFiller/vmLogTest/log4_CallerFiller.json | 2 +- src/VMTestsFiller/vmLogTest/log4_MaxTopicFiller.json | 2 +- src/VMTestsFiller/vmLogTest/log4_PCFiller.json | 2 +- src/VMTestsFiller/vmLogTest/log4_emptyMemFiller.json | 2 +- src/VMTestsFiller/vmLogTest/log4_logMemStartTooHighFiller.json | 2 +- src/VMTestsFiller/vmLogTest/log4_logMemsizeTooHighFiller.json | 2 +- src/VMTestsFiller/vmLogTest/log4_logMemsizeZeroFiller.json | 2 +- src/VMTestsFiller/vmLogTest/log4_nonEmptyMemFiller.json | 2 +- .../vmLogTest/log4_nonEmptyMem_logMemSize1Filler.json | 2 +- .../log4_nonEmptyMem_logMemSize1_logMemStart31Filler.json | 2 +- src/VMTestsFiller/vmLogTest/log_2logsFiller.json | 2 +- src/VMTestsFiller/vmPerformance/ackermann31Filler.json | 2 +- src/VMTestsFiller/vmPerformance/ackermann32Filler.json | 2 +- src/VMTestsFiller/vmPerformance/ackermann33Filler.json | 2 +- src/VMTestsFiller/vmPerformance/fibonacci10Filler.json | 2 +- src/VMTestsFiller/vmPerformance/fibonacci16Filler.json | 2 +- src/VMTestsFiller/vmPerformance/loop-add-10MFiller.json | 2 +- src/VMTestsFiller/vmPerformance/loop-divadd-10MFiller.json | 2 +- .../vmPerformance/loop-divadd-unr100-10MFiller.json | 2 +- src/VMTestsFiller/vmPerformance/loop-exp-16b-100kFiller.json | 2 +- src/VMTestsFiller/vmPerformance/loop-exp-1b-1MFiller.json | 2 +- src/VMTestsFiller/vmPerformance/loop-exp-2b-100kFiller.json | 2 +- src/VMTestsFiller/vmPerformance/loop-exp-32b-100kFiller.json | 2 +- src/VMTestsFiller/vmPerformance/loop-exp-4b-100kFiller.json | 2 +- src/VMTestsFiller/vmPerformance/loop-exp-8b-100kFiller.json | 2 +- src/VMTestsFiller/vmPerformance/loop-exp-nop-1MFiller.json | 2 +- src/VMTestsFiller/vmPerformance/loop-mulFiller.json | 2 +- src/VMTestsFiller/vmPerformance/loop-mulmod-2MFiller.json | 2 +- src/VMTestsFiller/vmPerformance/manyFunctions100Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/dup10Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/dup11Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/dup12Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/dup13Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/dup14Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/dup15Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/dup16Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/dup1Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/dup2Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/dup2errorFiller.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/dup3Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/dup4Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/dup5Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/dup6Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/dup7Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/dup8Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/dup9Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/push10Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/push11Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/push12Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/push13Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/push14Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/push15Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/push16Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/push17Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/push18Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/push19Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/push1Filler.json | 2 +- .../vmPushDupSwapTest/push1_missingStackFiller.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/push20Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/push21Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/push22Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/push23Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/push24Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/push25Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/push26Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/push27Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/push28Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/push29Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/push2Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/push30Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/push31Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/push32AndSuicideFiller.json | 2 +- .../push32FillUpInputWithZerosAtTheEndFiller.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/push32Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/push32Undefined2Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/push32Undefined3Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/push32UndefinedFiller.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/push33Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/push3Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/push4Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/push5Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/push6Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/push7Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/push8Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/push9Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/swap10Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/swap11Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/swap12Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/swap13Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/swap14Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/swap15Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/swap16Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/swap1Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/swap2Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/swap2errorFiller.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/swap3Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/swap4Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/swap5Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/swap6Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/swap7Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/swap8Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/swap9Filler.json | 2 +- src/VMTestsFiller/vmPushDupSwapTest/swapjump1Filler.json | 2 +- src/VMTestsFiller/vmRandomTest/201503102320PYTHONFiller.json | 2 +- src/VMTestsFiller/vmRandomTest/201503110206PYTHONFiller.json | 2 +- src/VMTestsFiller/vmRandomTest/201503110219PYTHONFiller.json | 2 +- .../vmRandomTest/201503110346PYTHON_PUSH24Filler.json | 2 +- src/VMTestsFiller/vmRandomTest/201503111844PYTHONFiller.json | 2 +- src/VMTestsFiller/vmRandomTest/201503112218PYTHONFiller.json | 2 +- src/VMTestsFiller/vmSha3Test/sha3_0Filler.json | 2 +- src/VMTestsFiller/vmSha3Test/sha3_1Filler.json | 2 +- src/VMTestsFiller/vmSha3Test/sha3_2Filler.json | 2 +- src/VMTestsFiller/vmSha3Test/sha3_3Filler.json | 2 +- src/VMTestsFiller/vmSha3Test/sha3_4Filler.json | 2 +- src/VMTestsFiller/vmSha3Test/sha3_5Filler.json | 2 +- src/VMTestsFiller/vmSha3Test/sha3_6Filler.json | 2 +- src/VMTestsFiller/vmSha3Test/sha3_bigOffset2Filler.json | 2 +- src/VMTestsFiller/vmSha3Test/sha3_bigOffsetFiller.json | 2 +- src/VMTestsFiller/vmSha3Test/sha3_bigSizeFiller.json | 2 +- .../vmSha3Test/sha3_memSizeNoQuadraticCost31Filler.json | 2 +- .../vmSha3Test/sha3_memSizeQuadraticCost32Filler.json | 2 +- .../vmSha3Test/sha3_memSizeQuadraticCost32_zeroSizeFiller.json | 2 +- .../vmSha3Test/sha3_memSizeQuadraticCost33Filler.json | 2 +- .../vmSha3Test/sha3_memSizeQuadraticCost63Filler.json | 2 +- .../vmSha3Test/sha3_memSizeQuadraticCost64Filler.json | 2 +- .../vmSha3Test/sha3_memSizeQuadraticCost64_2Filler.json | 2 +- .../vmSha3Test/sha3_memSizeQuadraticCost65Filler.json | 2 +- .../vmSystemOperations/TestNameRegistratorFiller.json | 2 +- src/VMTestsFiller/vmSystemOperations/return0Filler.json | 2 +- src/VMTestsFiller/vmSystemOperations/return1Filler.json | 2 +- src/VMTestsFiller/vmSystemOperations/return2Filler.json | 2 +- src/VMTestsFiller/vmSystemOperations/suicide0Filler.json | 2 +- .../vmSystemOperations/suicideNotExistingAccountFiller.json | 2 +- .../vmSystemOperations/suicideSendEtherToMeFiller.json | 2 +- src/VMTestsFiller/vmTests/suicideFiller.json | 2 +- test.py | 2 +- 1226 files changed, 1226 insertions(+), 1226 deletions(-) diff --git a/JSONSchema/bc-filler-schema.json b/JSONSchema/bc-filler-schema.json index 7705463e387..2f9ecfbb5ca 100644 --- a/JSONSchema/bc-filler-schema.json +++ b/JSONSchema/bc-filler-schema.json @@ -328,4 +328,4 @@ "type": "object" } } -} \ No newline at end of file +} diff --git a/JSONSchema/bc-schema.json b/JSONSchema/bc-schema.json index 365dde62338..729638d1a33 100644 --- a/JSONSchema/bc-schema.json +++ b/JSONSchema/bc-schema.json @@ -314,4 +314,4 @@ "type": "object" } } -} \ No newline at end of file +} diff --git a/JSONSchema/definitions.json b/JSONSchema/definitions.json index b2040cf29ee..4d00794c58a 100644 --- a/JSONSchema/definitions.json +++ b/JSONSchema/definitions.json @@ -317,4 +317,4 @@ "type": "array" } } -} \ No newline at end of file +} diff --git a/JSONSchema/st-filler-schema.json b/JSONSchema/st-filler-schema.json index 9c810bee1c4..ed0e14e5803 100644 --- a/JSONSchema/st-filler-schema.json +++ b/JSONSchema/st-filler-schema.json @@ -257,4 +257,4 @@ } }, "type": "object" -} \ No newline at end of file +} diff --git a/JSONSchema/st-schema.json b/JSONSchema/st-schema.json index cf0f02f6bfa..fa4ad181a7a 100644 --- a/JSONSchema/st-schema.json +++ b/JSONSchema/st-schema.json @@ -258,4 +258,4 @@ } }, "type": "object" -} \ No newline at end of file +} diff --git a/JSONSchema/vm-filler-schema.json b/JSONSchema/vm-filler-schema.json index a8863352d1b..fe61ae86a2b 100644 --- a/JSONSchema/vm-filler-schema.json +++ b/JSONSchema/vm-filler-schema.json @@ -159,4 +159,4 @@ } }, "type": "object" -} \ No newline at end of file +} diff --git a/JSONSchema/vm-schema.json b/JSONSchema/vm-schema.json index ab3a9172916..f88b92a2ea0 100644 --- a/JSONSchema/vm-schema.json +++ b/JSONSchema/vm-schema.json @@ -138,4 +138,4 @@ } }, "type": "object" -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/add0.json b/VMTests/vmArithmeticTest/add0.json index 6935c8b2a15..7b4d9f6591f 100644 --- a/VMTests/vmArithmeticTest/add0.json +++ b/VMTests/vmArithmeticTest/add0.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/add1.json b/VMTests/vmArithmeticTest/add1.json index f8856601c78..682d617a47f 100644 --- a/VMTests/vmArithmeticTest/add1.json +++ b/VMTests/vmArithmeticTest/add1.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/add2.json b/VMTests/vmArithmeticTest/add2.json index ed9b3702003..dcae85eb4ab 100644 --- a/VMTests/vmArithmeticTest/add2.json +++ b/VMTests/vmArithmeticTest/add2.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/add3.json b/VMTests/vmArithmeticTest/add3.json index d1007420fa0..673e10cec0e 100644 --- a/VMTests/vmArithmeticTest/add3.json +++ b/VMTests/vmArithmeticTest/add3.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/add4.json b/VMTests/vmArithmeticTest/add4.json index a301b0e5615..c9aac4fe139 100644 --- a/VMTests/vmArithmeticTest/add4.json +++ b/VMTests/vmArithmeticTest/add4.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/addmod0.json b/VMTests/vmArithmeticTest/addmod0.json index f1515a0f0a5..4b2f00da9ab 100644 --- a/VMTests/vmArithmeticTest/addmod0.json +++ b/VMTests/vmArithmeticTest/addmod0.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/addmod1.json b/VMTests/vmArithmeticTest/addmod1.json index ee5beb5c411..751abecda2a 100644 --- a/VMTests/vmArithmeticTest/addmod1.json +++ b/VMTests/vmArithmeticTest/addmod1.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/addmod1_overflow2.json b/VMTests/vmArithmeticTest/addmod1_overflow2.json index 7971a6775e1..b9783da925a 100644 --- a/VMTests/vmArithmeticTest/addmod1_overflow2.json +++ b/VMTests/vmArithmeticTest/addmod1_overflow2.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/addmod1_overflow3.json b/VMTests/vmArithmeticTest/addmod1_overflow3.json index 6ad4ce742e1..809b145c2a3 100644 --- a/VMTests/vmArithmeticTest/addmod1_overflow3.json +++ b/VMTests/vmArithmeticTest/addmod1_overflow3.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/addmod1_overflow4.json b/VMTests/vmArithmeticTest/addmod1_overflow4.json index c5117939918..48f57333b1f 100644 --- a/VMTests/vmArithmeticTest/addmod1_overflow4.json +++ b/VMTests/vmArithmeticTest/addmod1_overflow4.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/addmod1_overflowDiff.json b/VMTests/vmArithmeticTest/addmod1_overflowDiff.json index 81514f05bf3..ed078fbbc9a 100644 --- a/VMTests/vmArithmeticTest/addmod1_overflowDiff.json +++ b/VMTests/vmArithmeticTest/addmod1_overflowDiff.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/addmod2.json b/VMTests/vmArithmeticTest/addmod2.json index 18405ff0884..8ea0aea0a93 100644 --- a/VMTests/vmArithmeticTest/addmod2.json +++ b/VMTests/vmArithmeticTest/addmod2.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/addmod2_0.json b/VMTests/vmArithmeticTest/addmod2_0.json index acaa6cc9c6f..fe97fafcf73 100644 --- a/VMTests/vmArithmeticTest/addmod2_0.json +++ b/VMTests/vmArithmeticTest/addmod2_0.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/addmod2_1.json b/VMTests/vmArithmeticTest/addmod2_1.json index 91418b5cb86..be098e593c2 100644 --- a/VMTests/vmArithmeticTest/addmod2_1.json +++ b/VMTests/vmArithmeticTest/addmod2_1.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/addmod3.json b/VMTests/vmArithmeticTest/addmod3.json index 241b9d11f4f..62507450e0f 100644 --- a/VMTests/vmArithmeticTest/addmod3.json +++ b/VMTests/vmArithmeticTest/addmod3.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/addmod3_0.json b/VMTests/vmArithmeticTest/addmod3_0.json index 7cfc43e0967..408f58abc70 100644 --- a/VMTests/vmArithmeticTest/addmod3_0.json +++ b/VMTests/vmArithmeticTest/addmod3_0.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/addmodBigIntCast.json b/VMTests/vmArithmeticTest/addmodBigIntCast.json index a184f0f7d89..b7c2728139d 100644 --- a/VMTests/vmArithmeticTest/addmodBigIntCast.json +++ b/VMTests/vmArithmeticTest/addmodBigIntCast.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/addmodDivByZero.json b/VMTests/vmArithmeticTest/addmodDivByZero.json index 86553fbe4db..9f1b4c92db2 100644 --- a/VMTests/vmArithmeticTest/addmodDivByZero.json +++ b/VMTests/vmArithmeticTest/addmodDivByZero.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/addmodDivByZero1.json b/VMTests/vmArithmeticTest/addmodDivByZero1.json index b36b60c5ea1..55ba6713b7a 100644 --- a/VMTests/vmArithmeticTest/addmodDivByZero1.json +++ b/VMTests/vmArithmeticTest/addmodDivByZero1.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/addmodDivByZero2.json b/VMTests/vmArithmeticTest/addmodDivByZero2.json index 503349f5ecc..1b574d3176f 100644 --- a/VMTests/vmArithmeticTest/addmodDivByZero2.json +++ b/VMTests/vmArithmeticTest/addmodDivByZero2.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/addmodDivByZero3.json b/VMTests/vmArithmeticTest/addmodDivByZero3.json index d357cd7b7e5..64e53208329 100644 --- a/VMTests/vmArithmeticTest/addmodDivByZero3.json +++ b/VMTests/vmArithmeticTest/addmodDivByZero3.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/arith1.json b/VMTests/vmArithmeticTest/arith1.json index 52b704b62da..cebcd61c5d1 100644 --- a/VMTests/vmArithmeticTest/arith1.json +++ b/VMTests/vmArithmeticTest/arith1.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/div1.json b/VMTests/vmArithmeticTest/div1.json index c1eec8c32e6..e166e6d066f 100644 --- a/VMTests/vmArithmeticTest/div1.json +++ b/VMTests/vmArithmeticTest/div1.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/divBoostBug.json b/VMTests/vmArithmeticTest/divBoostBug.json index f8bb662b7c6..83b23753fc8 100644 --- a/VMTests/vmArithmeticTest/divBoostBug.json +++ b/VMTests/vmArithmeticTest/divBoostBug.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/divByNonZero0.json b/VMTests/vmArithmeticTest/divByNonZero0.json index dcc3203d251..ddea2b394f9 100644 --- a/VMTests/vmArithmeticTest/divByNonZero0.json +++ b/VMTests/vmArithmeticTest/divByNonZero0.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/divByNonZero1.json b/VMTests/vmArithmeticTest/divByNonZero1.json index 9897a7e4e2c..7b18c893acf 100644 --- a/VMTests/vmArithmeticTest/divByNonZero1.json +++ b/VMTests/vmArithmeticTest/divByNonZero1.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/divByNonZero2.json b/VMTests/vmArithmeticTest/divByNonZero2.json index f2a2a7ec0bc..a965520de28 100644 --- a/VMTests/vmArithmeticTest/divByNonZero2.json +++ b/VMTests/vmArithmeticTest/divByNonZero2.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/divByNonZero3.json b/VMTests/vmArithmeticTest/divByNonZero3.json index 9e31d539a02..48d3c3396fc 100644 --- a/VMTests/vmArithmeticTest/divByNonZero3.json +++ b/VMTests/vmArithmeticTest/divByNonZero3.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/divByZero.json b/VMTests/vmArithmeticTest/divByZero.json index 4353acd84c9..007d08e0305 100644 --- a/VMTests/vmArithmeticTest/divByZero.json +++ b/VMTests/vmArithmeticTest/divByZero.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/divByZero_2.json b/VMTests/vmArithmeticTest/divByZero_2.json index 02cf095cd1e..b0493358aac 100644 --- a/VMTests/vmArithmeticTest/divByZero_2.json +++ b/VMTests/vmArithmeticTest/divByZero_2.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/exp0.json b/VMTests/vmArithmeticTest/exp0.json index 948c397b4d7..607e32ebef0 100644 --- a/VMTests/vmArithmeticTest/exp0.json +++ b/VMTests/vmArithmeticTest/exp0.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/exp1.json b/VMTests/vmArithmeticTest/exp1.json index 403b1f9778b..feb7a94ff1a 100644 --- a/VMTests/vmArithmeticTest/exp1.json +++ b/VMTests/vmArithmeticTest/exp1.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/exp2.json b/VMTests/vmArithmeticTest/exp2.json index cf3691fe064..64622e88e82 100644 --- a/VMTests/vmArithmeticTest/exp2.json +++ b/VMTests/vmArithmeticTest/exp2.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/exp3.json b/VMTests/vmArithmeticTest/exp3.json index 3f1d5033c13..25cbae5e181 100644 --- a/VMTests/vmArithmeticTest/exp3.json +++ b/VMTests/vmArithmeticTest/exp3.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/exp4.json b/VMTests/vmArithmeticTest/exp4.json index f2fc130377f..fc6c2430b2d 100644 --- a/VMTests/vmArithmeticTest/exp4.json +++ b/VMTests/vmArithmeticTest/exp4.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/exp5.json b/VMTests/vmArithmeticTest/exp5.json index c30349a7fbd..6ae3c0c408d 100644 --- a/VMTests/vmArithmeticTest/exp5.json +++ b/VMTests/vmArithmeticTest/exp5.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/exp6.json b/VMTests/vmArithmeticTest/exp6.json index de54e9a46f4..6781342eb14 100644 --- a/VMTests/vmArithmeticTest/exp6.json +++ b/VMTests/vmArithmeticTest/exp6.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/exp7.json b/VMTests/vmArithmeticTest/exp7.json index 00e0bf9a8d0..b01564aa212 100644 --- a/VMTests/vmArithmeticTest/exp7.json +++ b/VMTests/vmArithmeticTest/exp7.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/exp8.json b/VMTests/vmArithmeticTest/exp8.json index ae581368538..3bcb61aa6d2 100644 --- a/VMTests/vmArithmeticTest/exp8.json +++ b/VMTests/vmArithmeticTest/exp8.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_0.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_0.json index 94022a75a8e..6a86f5bebb6 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_0.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_0.json @@ -55,4 +55,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_1.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_1.json index 52bf235a07a..772a91ef83c 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_1.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_1.json @@ -52,4 +52,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_10.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_10.json index c2b35914a36..915a5ba0663 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_10.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_10.json @@ -52,4 +52,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_11.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_11.json index 5e39579a597..bbca6af95d4 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_11.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_11.json @@ -52,4 +52,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_12.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_12.json index 517c083c563..10bb5fbf76c 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_12.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_12.json @@ -52,4 +52,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_13.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_13.json index 9c0a7e18e7c..6add53e7662 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_13.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_13.json @@ -52,4 +52,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_14.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_14.json index 830df4f499d..cb0c3cc0518 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_14.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_14.json @@ -52,4 +52,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_15.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_15.json index 8837c039b27..21a09de3ef3 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_15.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_15.json @@ -52,4 +52,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_16.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_16.json index 57992a004ba..f74ac2db665 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_16.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_16.json @@ -52,4 +52,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_17.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_17.json index ed31f2c36f6..74927458e0c 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_17.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_17.json @@ -52,4 +52,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_18.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_18.json index 148a0842a2f..833e6139c6d 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_18.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_18.json @@ -52,4 +52,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_19.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_19.json index 796c40c877d..f76108daee0 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_19.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_19.json @@ -52,4 +52,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_2.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_2.json index 0a5c4450d4b..5276c148a3a 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_2.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_2.json @@ -52,4 +52,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_20.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_20.json index 3dc4dc66d07..29e1dbe2154 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_20.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_20.json @@ -52,4 +52,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_21.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_21.json index 46c5fc0a566..cd73bf32690 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_21.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_21.json @@ -52,4 +52,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_22.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_22.json index a90181eb408..6d5faf629a5 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_22.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_22.json @@ -52,4 +52,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_23.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_23.json index fed9cc67d8b..bdb3a3abed7 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_23.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_23.json @@ -52,4 +52,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_24.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_24.json index a5fd2a9d6c5..87483ada1a0 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_24.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_24.json @@ -52,4 +52,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_25.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_25.json index e5ad8518680..c9e81b447c4 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_25.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_25.json @@ -52,4 +52,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_26.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_26.json index 9cb13270359..b4c207258ce 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_26.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_26.json @@ -52,4 +52,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_27.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_27.json index f4d329847f5..245ef21b8b1 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_27.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_27.json @@ -52,4 +52,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_28.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_28.json index 69b8ac855c2..3fec4637e4e 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_28.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_28.json @@ -52,4 +52,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_29.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_29.json index dc7abf6fb64..cdebf2e473d 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_29.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_29.json @@ -52,4 +52,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_3.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_3.json index 66582c41809..70f9c8da703 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_3.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_3.json @@ -52,4 +52,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_30.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_30.json index fcb79992fb2..a5ce3955ff0 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_30.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_30.json @@ -52,4 +52,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_31.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_31.json index bf6889a9d57..871f753796c 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_31.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_31.json @@ -52,4 +52,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_32.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_32.json index 988bd429f54..239fa19ff43 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_32.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_32.json @@ -53,4 +53,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_33.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_33.json index ea522d8126c..8376bdd1446 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_33.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_33.json @@ -53,4 +53,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_4.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_4.json index 9e5fc640c56..ff69d11e465 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_4.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_4.json @@ -52,4 +52,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_5.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_5.json index 587a5ee08a0..c8d022ea351 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_5.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_5.json @@ -52,4 +52,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_6.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_6.json index ab02c51f08d..f70965b73aa 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_6.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_6.json @@ -52,4 +52,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_7.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_7.json index 5b55742cca1..be01f7a061f 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_7.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_7.json @@ -52,4 +52,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_8.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_8.json index 8d27be31334..c5e5465d328 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_8.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_8.json @@ -52,4 +52,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_9.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_9.json index 330037fc7bd..9c4e8fac373 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_9.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_9.json @@ -52,4 +52,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256_1.json b/VMTests/vmArithmeticTest/expPowerOf256_1.json index 1be29c04c03..c00c9455c1c 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_1.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_1.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256_10.json b/VMTests/vmArithmeticTest/expPowerOf256_10.json index e178c56c868..893db55a73b 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_10.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_10.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256_11.json b/VMTests/vmArithmeticTest/expPowerOf256_11.json index 25f001846d9..db159d0a37d 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_11.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_11.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256_12.json b/VMTests/vmArithmeticTest/expPowerOf256_12.json index ecf07249875..546affa338c 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_12.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_12.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256_13.json b/VMTests/vmArithmeticTest/expPowerOf256_13.json index 971ec450611..bdfb3c417b5 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_13.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_13.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256_14.json b/VMTests/vmArithmeticTest/expPowerOf256_14.json index 187f152e330..46295333575 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_14.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_14.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256_15.json b/VMTests/vmArithmeticTest/expPowerOf256_15.json index cba071e380c..3453095ea54 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_15.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_15.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256_16.json b/VMTests/vmArithmeticTest/expPowerOf256_16.json index 937ff4608b1..bc14fe4153d 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_16.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_16.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256_17.json b/VMTests/vmArithmeticTest/expPowerOf256_17.json index 03b46db827c..cb82e53636f 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_17.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_17.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256_18.json b/VMTests/vmArithmeticTest/expPowerOf256_18.json index e93ebda0b24..71c8daab1f3 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_18.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_18.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256_19.json b/VMTests/vmArithmeticTest/expPowerOf256_19.json index 44ac213a9ad..947e48d20be 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_19.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_19.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256_2.json b/VMTests/vmArithmeticTest/expPowerOf256_2.json index c97a2def073..e1b5faa4edf 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_2.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_2.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256_20.json b/VMTests/vmArithmeticTest/expPowerOf256_20.json index f7132576562..29895be89e8 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_20.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_20.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256_21.json b/VMTests/vmArithmeticTest/expPowerOf256_21.json index d9345c55b6c..0337ee76dea 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_21.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_21.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256_22.json b/VMTests/vmArithmeticTest/expPowerOf256_22.json index faf7eae7fcd..bc6d101eb5a 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_22.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_22.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256_23.json b/VMTests/vmArithmeticTest/expPowerOf256_23.json index 208dbb89182..19f12c2e93c 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_23.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_23.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256_24.json b/VMTests/vmArithmeticTest/expPowerOf256_24.json index 3e3425fff37..c6d6385b70f 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_24.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_24.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256_25.json b/VMTests/vmArithmeticTest/expPowerOf256_25.json index 03b32b7e0bd..5158fa1112f 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_25.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_25.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256_26.json b/VMTests/vmArithmeticTest/expPowerOf256_26.json index 1b7fa3054e3..edfbf9c1769 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_26.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_26.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256_27.json b/VMTests/vmArithmeticTest/expPowerOf256_27.json index d141201067f..41bb4d01d72 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_27.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_27.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256_28.json b/VMTests/vmArithmeticTest/expPowerOf256_28.json index 6c7826a4f82..3825979770a 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_28.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_28.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256_29.json b/VMTests/vmArithmeticTest/expPowerOf256_29.json index d5b370effad..0d1ec35995c 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_29.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_29.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256_3.json b/VMTests/vmArithmeticTest/expPowerOf256_3.json index 2bce7d37f81..0004c835dfd 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_3.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_3.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256_30.json b/VMTests/vmArithmeticTest/expPowerOf256_30.json index 7af800a8396..0aba7ba6f92 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_30.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_30.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256_31.json b/VMTests/vmArithmeticTest/expPowerOf256_31.json index 3ee4b5d72d8..cb2c1a1d01e 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_31.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_31.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256_32.json b/VMTests/vmArithmeticTest/expPowerOf256_32.json index 4c39f0ca9f4..cc16b444800 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_32.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_32.json @@ -48,4 +48,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256_33.json b/VMTests/vmArithmeticTest/expPowerOf256_33.json index 95f3f4db9d4..80971808609 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_33.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_33.json @@ -48,4 +48,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256_4.json b/VMTests/vmArithmeticTest/expPowerOf256_4.json index 4e5ab08a6a4..e2e75a9c1ac 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_4.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_4.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256_5.json b/VMTests/vmArithmeticTest/expPowerOf256_5.json index c3dd882512f..7f4bb47b9b6 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_5.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_5.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256_6.json b/VMTests/vmArithmeticTest/expPowerOf256_6.json index c5c0163a16d..a03c75a3e62 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_6.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_6.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256_7.json b/VMTests/vmArithmeticTest/expPowerOf256_7.json index 7b86aa1ecb0..0e998257378 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_7.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_7.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256_8.json b/VMTests/vmArithmeticTest/expPowerOf256_8.json index 5b878f2c88e..877221c477f 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_8.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_8.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf256_9.json b/VMTests/vmArithmeticTest/expPowerOf256_9.json index 621b9e4fa34..ff4b90924c6 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_9.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_9.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf2_128.json b/VMTests/vmArithmeticTest/expPowerOf2_128.json index cde02e177fd..61c9e18cfa5 100644 --- a/VMTests/vmArithmeticTest/expPowerOf2_128.json +++ b/VMTests/vmArithmeticTest/expPowerOf2_128.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf2_16.json b/VMTests/vmArithmeticTest/expPowerOf2_16.json index c55e6e7ae16..e412e0120ec 100644 --- a/VMTests/vmArithmeticTest/expPowerOf2_16.json +++ b/VMTests/vmArithmeticTest/expPowerOf2_16.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf2_2.json b/VMTests/vmArithmeticTest/expPowerOf2_2.json index 04197ddc1ac..01a3a573792 100644 --- a/VMTests/vmArithmeticTest/expPowerOf2_2.json +++ b/VMTests/vmArithmeticTest/expPowerOf2_2.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf2_256.json b/VMTests/vmArithmeticTest/expPowerOf2_256.json index 22a6032056c..07b98fd000f 100644 --- a/VMTests/vmArithmeticTest/expPowerOf2_256.json +++ b/VMTests/vmArithmeticTest/expPowerOf2_256.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf2_32.json b/VMTests/vmArithmeticTest/expPowerOf2_32.json index 28d4243c67e..69fa3cc154b 100644 --- a/VMTests/vmArithmeticTest/expPowerOf2_32.json +++ b/VMTests/vmArithmeticTest/expPowerOf2_32.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf2_4.json b/VMTests/vmArithmeticTest/expPowerOf2_4.json index 6976759c072..059a480c2bc 100644 --- a/VMTests/vmArithmeticTest/expPowerOf2_4.json +++ b/VMTests/vmArithmeticTest/expPowerOf2_4.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf2_64.json b/VMTests/vmArithmeticTest/expPowerOf2_64.json index 13e9a5dfb9e..81dab90ad0e 100644 --- a/VMTests/vmArithmeticTest/expPowerOf2_64.json +++ b/VMTests/vmArithmeticTest/expPowerOf2_64.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expPowerOf2_8.json b/VMTests/vmArithmeticTest/expPowerOf2_8.json index f25edc74de7..03cbf32ae2d 100644 --- a/VMTests/vmArithmeticTest/expPowerOf2_8.json +++ b/VMTests/vmArithmeticTest/expPowerOf2_8.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expXY.json b/VMTests/vmArithmeticTest/expXY.json index 7413cf7bce2..bcbb00bc3ba 100644 --- a/VMTests/vmArithmeticTest/expXY.json +++ b/VMTests/vmArithmeticTest/expXY.json @@ -48,4 +48,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/expXY_success.json b/VMTests/vmArithmeticTest/expXY_success.json index d9c4a7c8748..a22faa8c254 100644 --- a/VMTests/vmArithmeticTest/expXY_success.json +++ b/VMTests/vmArithmeticTest/expXY_success.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/fibbonacci_unrolled.json b/VMTests/vmArithmeticTest/fibbonacci_unrolled.json index 0955793a4c6..e58539a2a62 100644 --- a/VMTests/vmArithmeticTest/fibbonacci_unrolled.json +++ b/VMTests/vmArithmeticTest/fibbonacci_unrolled.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/mod0.json b/VMTests/vmArithmeticTest/mod0.json index 131319141f2..fbffd865c52 100644 --- a/VMTests/vmArithmeticTest/mod0.json +++ b/VMTests/vmArithmeticTest/mod0.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/mod1.json b/VMTests/vmArithmeticTest/mod1.json index 4f2ce86bf7f..05b0f3e2800 100644 --- a/VMTests/vmArithmeticTest/mod1.json +++ b/VMTests/vmArithmeticTest/mod1.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/mod2.json b/VMTests/vmArithmeticTest/mod2.json index 74d3439097d..6ec89981eb2 100644 --- a/VMTests/vmArithmeticTest/mod2.json +++ b/VMTests/vmArithmeticTest/mod2.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/mod3.json b/VMTests/vmArithmeticTest/mod3.json index b494b6530bd..43e371b8c52 100644 --- a/VMTests/vmArithmeticTest/mod3.json +++ b/VMTests/vmArithmeticTest/mod3.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/mod4.json b/VMTests/vmArithmeticTest/mod4.json index 1c1f2bca2f8..0587ba52043 100644 --- a/VMTests/vmArithmeticTest/mod4.json +++ b/VMTests/vmArithmeticTest/mod4.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/modByZero.json b/VMTests/vmArithmeticTest/modByZero.json index 7ee41490f96..6af250942a6 100644 --- a/VMTests/vmArithmeticTest/modByZero.json +++ b/VMTests/vmArithmeticTest/modByZero.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/mul0.json b/VMTests/vmArithmeticTest/mul0.json index 30a21370223..6cf7af93aef 100644 --- a/VMTests/vmArithmeticTest/mul0.json +++ b/VMTests/vmArithmeticTest/mul0.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/mul1.json b/VMTests/vmArithmeticTest/mul1.json index 24ffb1f37fd..1b8fc390e05 100644 --- a/VMTests/vmArithmeticTest/mul1.json +++ b/VMTests/vmArithmeticTest/mul1.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/mul2.json b/VMTests/vmArithmeticTest/mul2.json index afaa4e51e93..4ccee73c6e1 100644 --- a/VMTests/vmArithmeticTest/mul2.json +++ b/VMTests/vmArithmeticTest/mul2.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/mul3.json b/VMTests/vmArithmeticTest/mul3.json index 633bfb7f56e..0f8dc4a0972 100644 --- a/VMTests/vmArithmeticTest/mul3.json +++ b/VMTests/vmArithmeticTest/mul3.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/mul4.json b/VMTests/vmArithmeticTest/mul4.json index b9b71dff5da..c3085dce9b0 100644 --- a/VMTests/vmArithmeticTest/mul4.json +++ b/VMTests/vmArithmeticTest/mul4.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/mul5.json b/VMTests/vmArithmeticTest/mul5.json index 3b5f8f11d0b..ec1eb8a3895 100644 --- a/VMTests/vmArithmeticTest/mul5.json +++ b/VMTests/vmArithmeticTest/mul5.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/mul6.json b/VMTests/vmArithmeticTest/mul6.json index 12b3b2d5f1e..207089ee0c5 100644 --- a/VMTests/vmArithmeticTest/mul6.json +++ b/VMTests/vmArithmeticTest/mul6.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/mul7.json b/VMTests/vmArithmeticTest/mul7.json index 62877053553..70fc0e2e153 100644 --- a/VMTests/vmArithmeticTest/mul7.json +++ b/VMTests/vmArithmeticTest/mul7.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/mulUnderFlow.json b/VMTests/vmArithmeticTest/mulUnderFlow.json index d91d5c90779..f03a8aec584 100644 --- a/VMTests/vmArithmeticTest/mulUnderFlow.json +++ b/VMTests/vmArithmeticTest/mulUnderFlow.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/mulmod0.json b/VMTests/vmArithmeticTest/mulmod0.json index a30b37ab2c8..c3bba5ec8b8 100644 --- a/VMTests/vmArithmeticTest/mulmod0.json +++ b/VMTests/vmArithmeticTest/mulmod0.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/mulmod1.json b/VMTests/vmArithmeticTest/mulmod1.json index 82c54332712..55f17c074f1 100644 --- a/VMTests/vmArithmeticTest/mulmod1.json +++ b/VMTests/vmArithmeticTest/mulmod1.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/mulmod1_overflow.json b/VMTests/vmArithmeticTest/mulmod1_overflow.json index f4c6f33a628..ec8115e1630 100644 --- a/VMTests/vmArithmeticTest/mulmod1_overflow.json +++ b/VMTests/vmArithmeticTest/mulmod1_overflow.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/mulmod1_overflow2.json b/VMTests/vmArithmeticTest/mulmod1_overflow2.json index 59c3934657b..a8ccb1e4c46 100644 --- a/VMTests/vmArithmeticTest/mulmod1_overflow2.json +++ b/VMTests/vmArithmeticTest/mulmod1_overflow2.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/mulmod1_overflow3.json b/VMTests/vmArithmeticTest/mulmod1_overflow3.json index 64bfd0c74d8..d1392e5d7ab 100644 --- a/VMTests/vmArithmeticTest/mulmod1_overflow3.json +++ b/VMTests/vmArithmeticTest/mulmod1_overflow3.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/mulmod1_overflow4.json b/VMTests/vmArithmeticTest/mulmod1_overflow4.json index ee6563ffe8e..6c5f388a053 100644 --- a/VMTests/vmArithmeticTest/mulmod1_overflow4.json +++ b/VMTests/vmArithmeticTest/mulmod1_overflow4.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/mulmod2.json b/VMTests/vmArithmeticTest/mulmod2.json index dcc402465cd..3ff129340b8 100644 --- a/VMTests/vmArithmeticTest/mulmod2.json +++ b/VMTests/vmArithmeticTest/mulmod2.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/mulmod2_0.json b/VMTests/vmArithmeticTest/mulmod2_0.json index 27566ce12d6..6a66a8dffa0 100644 --- a/VMTests/vmArithmeticTest/mulmod2_0.json +++ b/VMTests/vmArithmeticTest/mulmod2_0.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/mulmod2_1.json b/VMTests/vmArithmeticTest/mulmod2_1.json index 479b7d2dc99..1e967b22bd8 100644 --- a/VMTests/vmArithmeticTest/mulmod2_1.json +++ b/VMTests/vmArithmeticTest/mulmod2_1.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/mulmod3.json b/VMTests/vmArithmeticTest/mulmod3.json index 294ef431b4f..f18ee6e1a01 100644 --- a/VMTests/vmArithmeticTest/mulmod3.json +++ b/VMTests/vmArithmeticTest/mulmod3.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/mulmod3_0.json b/VMTests/vmArithmeticTest/mulmod3_0.json index ce6508732d0..1937052f95b 100644 --- a/VMTests/vmArithmeticTest/mulmod3_0.json +++ b/VMTests/vmArithmeticTest/mulmod3_0.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/mulmod4.json b/VMTests/vmArithmeticTest/mulmod4.json index c963053777c..5e78dc37724 100644 --- a/VMTests/vmArithmeticTest/mulmod4.json +++ b/VMTests/vmArithmeticTest/mulmod4.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/mulmoddivByZero.json b/VMTests/vmArithmeticTest/mulmoddivByZero.json index e89a41ce71d..7451ed0d821 100644 --- a/VMTests/vmArithmeticTest/mulmoddivByZero.json +++ b/VMTests/vmArithmeticTest/mulmoddivByZero.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/mulmoddivByZero1.json b/VMTests/vmArithmeticTest/mulmoddivByZero1.json index 83b3b12f36b..744682d7171 100644 --- a/VMTests/vmArithmeticTest/mulmoddivByZero1.json +++ b/VMTests/vmArithmeticTest/mulmoddivByZero1.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/mulmoddivByZero2.json b/VMTests/vmArithmeticTest/mulmoddivByZero2.json index 3b7053bf334..c57296b63a8 100644 --- a/VMTests/vmArithmeticTest/mulmoddivByZero2.json +++ b/VMTests/vmArithmeticTest/mulmoddivByZero2.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/mulmoddivByZero3.json b/VMTests/vmArithmeticTest/mulmoddivByZero3.json index 3f7750ed984..2201d5f9b6c 100644 --- a/VMTests/vmArithmeticTest/mulmoddivByZero3.json +++ b/VMTests/vmArithmeticTest/mulmoddivByZero3.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/not1.json b/VMTests/vmArithmeticTest/not1.json index c4017a803f9..640bd1654b3 100644 --- a/VMTests/vmArithmeticTest/not1.json +++ b/VMTests/vmArithmeticTest/not1.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/sdiv0.json b/VMTests/vmArithmeticTest/sdiv0.json index d800bb09d5c..3f33c4a06ee 100644 --- a/VMTests/vmArithmeticTest/sdiv0.json +++ b/VMTests/vmArithmeticTest/sdiv0.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/sdiv1.json b/VMTests/vmArithmeticTest/sdiv1.json index da78eb5537a..36c9bd9de27 100644 --- a/VMTests/vmArithmeticTest/sdiv1.json +++ b/VMTests/vmArithmeticTest/sdiv1.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/sdiv2.json b/VMTests/vmArithmeticTest/sdiv2.json index 48048e376df..66685b17add 100644 --- a/VMTests/vmArithmeticTest/sdiv2.json +++ b/VMTests/vmArithmeticTest/sdiv2.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/sdiv3.json b/VMTests/vmArithmeticTest/sdiv3.json index 2c55867ce32..929df4e9cad 100644 --- a/VMTests/vmArithmeticTest/sdiv3.json +++ b/VMTests/vmArithmeticTest/sdiv3.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/sdiv4.json b/VMTests/vmArithmeticTest/sdiv4.json index c4f1d3d8097..24035f80ad7 100644 --- a/VMTests/vmArithmeticTest/sdiv4.json +++ b/VMTests/vmArithmeticTest/sdiv4.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/sdiv5.json b/VMTests/vmArithmeticTest/sdiv5.json index 1d0e666ed3d..c7294eaabf9 100644 --- a/VMTests/vmArithmeticTest/sdiv5.json +++ b/VMTests/vmArithmeticTest/sdiv5.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/sdiv6.json b/VMTests/vmArithmeticTest/sdiv6.json index 084ecab9f85..2a663501d90 100644 --- a/VMTests/vmArithmeticTest/sdiv6.json +++ b/VMTests/vmArithmeticTest/sdiv6.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/sdiv7.json b/VMTests/vmArithmeticTest/sdiv7.json index 8bb93408e81..7c49a38f9c7 100644 --- a/VMTests/vmArithmeticTest/sdiv7.json +++ b/VMTests/vmArithmeticTest/sdiv7.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/sdiv8.json b/VMTests/vmArithmeticTest/sdiv8.json index 5ba45da66bc..caa85d95560 100644 --- a/VMTests/vmArithmeticTest/sdiv8.json +++ b/VMTests/vmArithmeticTest/sdiv8.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/sdiv9.json b/VMTests/vmArithmeticTest/sdiv9.json index d79687f6b12..17fb2e88087 100644 --- a/VMTests/vmArithmeticTest/sdiv9.json +++ b/VMTests/vmArithmeticTest/sdiv9.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/sdivByZero0.json b/VMTests/vmArithmeticTest/sdivByZero0.json index a431fa8cadb..b9b2368ac0b 100644 --- a/VMTests/vmArithmeticTest/sdivByZero0.json +++ b/VMTests/vmArithmeticTest/sdivByZero0.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/sdivByZero1.json b/VMTests/vmArithmeticTest/sdivByZero1.json index 0709c636d5b..dc0e388ed31 100644 --- a/VMTests/vmArithmeticTest/sdivByZero1.json +++ b/VMTests/vmArithmeticTest/sdivByZero1.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/sdivByZero2.json b/VMTests/vmArithmeticTest/sdivByZero2.json index 76f6c4938ab..4af22773fb9 100644 --- a/VMTests/vmArithmeticTest/sdivByZero2.json +++ b/VMTests/vmArithmeticTest/sdivByZero2.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/sdiv_dejavu.json b/VMTests/vmArithmeticTest/sdiv_dejavu.json index 07805537103..d42e7b29b83 100644 --- a/VMTests/vmArithmeticTest/sdiv_dejavu.json +++ b/VMTests/vmArithmeticTest/sdiv_dejavu.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/sdiv_i256min.json b/VMTests/vmArithmeticTest/sdiv_i256min.json index db1f7ccbf3e..b63ca046451 100644 --- a/VMTests/vmArithmeticTest/sdiv_i256min.json +++ b/VMTests/vmArithmeticTest/sdiv_i256min.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/sdiv_i256min2.json b/VMTests/vmArithmeticTest/sdiv_i256min2.json index 610deb517cb..aa0493acdcb 100644 --- a/VMTests/vmArithmeticTest/sdiv_i256min2.json +++ b/VMTests/vmArithmeticTest/sdiv_i256min2.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/sdiv_i256min3.json b/VMTests/vmArithmeticTest/sdiv_i256min3.json index 0b3f80d874c..bba9846777b 100644 --- a/VMTests/vmArithmeticTest/sdiv_i256min3.json +++ b/VMTests/vmArithmeticTest/sdiv_i256min3.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/signextendInvalidByteNumber.json b/VMTests/vmArithmeticTest/signextendInvalidByteNumber.json index a95bf5e0053..d13d114cafc 100644 --- a/VMTests/vmArithmeticTest/signextendInvalidByteNumber.json +++ b/VMTests/vmArithmeticTest/signextendInvalidByteNumber.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/signextend_00.json b/VMTests/vmArithmeticTest/signextend_00.json index c04214742bc..c91ba7147e1 100644 --- a/VMTests/vmArithmeticTest/signextend_00.json +++ b/VMTests/vmArithmeticTest/signextend_00.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/signextend_0_BigByte.json b/VMTests/vmArithmeticTest/signextend_0_BigByte.json index 2a3b447f979..4309b69f46f 100644 --- a/VMTests/vmArithmeticTest/signextend_0_BigByte.json +++ b/VMTests/vmArithmeticTest/signextend_0_BigByte.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/signextend_AlmostBiggestByte.json b/VMTests/vmArithmeticTest/signextend_AlmostBiggestByte.json index b0a09b4d767..f54f390fcfe 100644 --- a/VMTests/vmArithmeticTest/signextend_AlmostBiggestByte.json +++ b/VMTests/vmArithmeticTest/signextend_AlmostBiggestByte.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/signextend_BigByteBigByte.json b/VMTests/vmArithmeticTest/signextend_BigByteBigByte.json index 76d26d9cc1b..e71cba84af2 100644 --- a/VMTests/vmArithmeticTest/signextend_BigByteBigByte.json +++ b/VMTests/vmArithmeticTest/signextend_BigByteBigByte.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/signextend_BigBytePlus1_2.json b/VMTests/vmArithmeticTest/signextend_BigBytePlus1_2.json index 4d7930dd3f6..1d2b9910f8f 100644 --- a/VMTests/vmArithmeticTest/signextend_BigBytePlus1_2.json +++ b/VMTests/vmArithmeticTest/signextend_BigBytePlus1_2.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/signextend_BigByte_0.json b/VMTests/vmArithmeticTest/signextend_BigByte_0.json index 61095d9d1b4..d0095be30ad 100644 --- a/VMTests/vmArithmeticTest/signextend_BigByte_0.json +++ b/VMTests/vmArithmeticTest/signextend_BigByte_0.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/signextend_BitIsNotSet.json b/VMTests/vmArithmeticTest/signextend_BitIsNotSet.json index 319eb961994..3b9a4fc6239 100644 --- a/VMTests/vmArithmeticTest/signextend_BitIsNotSet.json +++ b/VMTests/vmArithmeticTest/signextend_BitIsNotSet.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/signextend_BitIsNotSetInHigherByte.json b/VMTests/vmArithmeticTest/signextend_BitIsNotSetInHigherByte.json index ca96f9a67f2..33d519b5112 100644 --- a/VMTests/vmArithmeticTest/signextend_BitIsNotSetInHigherByte.json +++ b/VMTests/vmArithmeticTest/signextend_BitIsNotSetInHigherByte.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/signextend_BitIsSetInHigherByte.json b/VMTests/vmArithmeticTest/signextend_BitIsSetInHigherByte.json index f9afb5e7a0b..5c1fd393354 100644 --- a/VMTests/vmArithmeticTest/signextend_BitIsSetInHigherByte.json +++ b/VMTests/vmArithmeticTest/signextend_BitIsSetInHigherByte.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/signextend_Overflow_dj42.json b/VMTests/vmArithmeticTest/signextend_Overflow_dj42.json index 13589cffe26..2d9237bf1bf 100644 --- a/VMTests/vmArithmeticTest/signextend_Overflow_dj42.json +++ b/VMTests/vmArithmeticTest/signextend_Overflow_dj42.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/signextend_bigBytePlus1.json b/VMTests/vmArithmeticTest/signextend_bigBytePlus1.json index 6ee03999140..44be38df812 100644 --- a/VMTests/vmArithmeticTest/signextend_bigBytePlus1.json +++ b/VMTests/vmArithmeticTest/signextend_bigBytePlus1.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/signextend_bitIsSet.json b/VMTests/vmArithmeticTest/signextend_bitIsSet.json index 27be12bba8f..4c2a4c60e74 100644 --- a/VMTests/vmArithmeticTest/signextend_bitIsSet.json +++ b/VMTests/vmArithmeticTest/signextend_bitIsSet.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/smod0.json b/VMTests/vmArithmeticTest/smod0.json index c9aca27eb0e..e86fb7f0914 100644 --- a/VMTests/vmArithmeticTest/smod0.json +++ b/VMTests/vmArithmeticTest/smod0.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/smod1.json b/VMTests/vmArithmeticTest/smod1.json index 26567ce0d92..2dffc596284 100644 --- a/VMTests/vmArithmeticTest/smod1.json +++ b/VMTests/vmArithmeticTest/smod1.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/smod2.json b/VMTests/vmArithmeticTest/smod2.json index 556c8725ae9..086e4d0be51 100644 --- a/VMTests/vmArithmeticTest/smod2.json +++ b/VMTests/vmArithmeticTest/smod2.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/smod3.json b/VMTests/vmArithmeticTest/smod3.json index 1b5bfa9a15c..854dfe71eeb 100644 --- a/VMTests/vmArithmeticTest/smod3.json +++ b/VMTests/vmArithmeticTest/smod3.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/smod4.json b/VMTests/vmArithmeticTest/smod4.json index 8da5a4e1b38..2a6f2346c12 100644 --- a/VMTests/vmArithmeticTest/smod4.json +++ b/VMTests/vmArithmeticTest/smod4.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/smod5.json b/VMTests/vmArithmeticTest/smod5.json index 016a5e9b88a..388176280a7 100644 --- a/VMTests/vmArithmeticTest/smod5.json +++ b/VMTests/vmArithmeticTest/smod5.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/smod6.json b/VMTests/vmArithmeticTest/smod6.json index 303ff6b488c..6c129e77020 100644 --- a/VMTests/vmArithmeticTest/smod6.json +++ b/VMTests/vmArithmeticTest/smod6.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/smod7.json b/VMTests/vmArithmeticTest/smod7.json index 8ac03c0396f..5462bede498 100644 --- a/VMTests/vmArithmeticTest/smod7.json +++ b/VMTests/vmArithmeticTest/smod7.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/smod8_byZero.json b/VMTests/vmArithmeticTest/smod8_byZero.json index 092b26733ee..3a958143c5a 100644 --- a/VMTests/vmArithmeticTest/smod8_byZero.json +++ b/VMTests/vmArithmeticTest/smod8_byZero.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/smod_i256min1.json b/VMTests/vmArithmeticTest/smod_i256min1.json index 6865688c900..cda14e552ab 100644 --- a/VMTests/vmArithmeticTest/smod_i256min1.json +++ b/VMTests/vmArithmeticTest/smod_i256min1.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/smod_i256min2.json b/VMTests/vmArithmeticTest/smod_i256min2.json index 6f9fdbc325c..f63f2f5a841 100644 --- a/VMTests/vmArithmeticTest/smod_i256min2.json +++ b/VMTests/vmArithmeticTest/smod_i256min2.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/stop.json b/VMTests/vmArithmeticTest/stop.json index 64dc1b73df0..21379dd67b3 100644 --- a/VMTests/vmArithmeticTest/stop.json +++ b/VMTests/vmArithmeticTest/stop.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/sub0.json b/VMTests/vmArithmeticTest/sub0.json index 8e7086007c0..2418d5a245d 100644 --- a/VMTests/vmArithmeticTest/sub0.json +++ b/VMTests/vmArithmeticTest/sub0.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/sub1.json b/VMTests/vmArithmeticTest/sub1.json index d57cceace39..10e68986e58 100644 --- a/VMTests/vmArithmeticTest/sub1.json +++ b/VMTests/vmArithmeticTest/sub1.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/sub2.json b/VMTests/vmArithmeticTest/sub2.json index add25aeffa3..8216c6b504e 100644 --- a/VMTests/vmArithmeticTest/sub2.json +++ b/VMTests/vmArithmeticTest/sub2.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/sub3.json b/VMTests/vmArithmeticTest/sub3.json index ec9095e377c..8dc3b64bff8 100644 --- a/VMTests/vmArithmeticTest/sub3.json +++ b/VMTests/vmArithmeticTest/sub3.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmArithmeticTest/sub4.json b/VMTests/vmArithmeticTest/sub4.json index 518e801e0b4..72fca8f2361 100644 --- a/VMTests/vmArithmeticTest/sub4.json +++ b/VMTests/vmArithmeticTest/sub4.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/and0.json b/VMTests/vmBitwiseLogicOperation/and0.json index 8e48ff2a10e..465386aeec5 100644 --- a/VMTests/vmBitwiseLogicOperation/and0.json +++ b/VMTests/vmBitwiseLogicOperation/and0.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/and1.json b/VMTests/vmBitwiseLogicOperation/and1.json index b738055c0c9..9bb849b6586 100644 --- a/VMTests/vmBitwiseLogicOperation/and1.json +++ b/VMTests/vmBitwiseLogicOperation/and1.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/and2.json b/VMTests/vmBitwiseLogicOperation/and2.json index 65327a39d5c..fdd407e93c8 100644 --- a/VMTests/vmBitwiseLogicOperation/and2.json +++ b/VMTests/vmBitwiseLogicOperation/and2.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/and3.json b/VMTests/vmBitwiseLogicOperation/and3.json index 61c29856b68..0d73cec6df3 100644 --- a/VMTests/vmBitwiseLogicOperation/and3.json +++ b/VMTests/vmBitwiseLogicOperation/and3.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/and4.json b/VMTests/vmBitwiseLogicOperation/and4.json index 3cdf1ee7dae..6a70d66ab6e 100644 --- a/VMTests/vmBitwiseLogicOperation/and4.json +++ b/VMTests/vmBitwiseLogicOperation/and4.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/and5.json b/VMTests/vmBitwiseLogicOperation/and5.json index 3406ddf9571..38353a0ac5f 100644 --- a/VMTests/vmBitwiseLogicOperation/and5.json +++ b/VMTests/vmBitwiseLogicOperation/and5.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/byte0.json b/VMTests/vmBitwiseLogicOperation/byte0.json index 3c253c0e66c..6a3a6567bbf 100644 --- a/VMTests/vmBitwiseLogicOperation/byte0.json +++ b/VMTests/vmBitwiseLogicOperation/byte0.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/byte1.json b/VMTests/vmBitwiseLogicOperation/byte1.json index 70ec49da856..d017ceea380 100644 --- a/VMTests/vmBitwiseLogicOperation/byte1.json +++ b/VMTests/vmBitwiseLogicOperation/byte1.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/byte10.json b/VMTests/vmBitwiseLogicOperation/byte10.json index bcc8b9822e1..a0520e1c442 100644 --- a/VMTests/vmBitwiseLogicOperation/byte10.json +++ b/VMTests/vmBitwiseLogicOperation/byte10.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/byte11.json b/VMTests/vmBitwiseLogicOperation/byte11.json index 4c99d18fb70..90504935433 100644 --- a/VMTests/vmBitwiseLogicOperation/byte11.json +++ b/VMTests/vmBitwiseLogicOperation/byte11.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/byte2.json b/VMTests/vmBitwiseLogicOperation/byte2.json index b00db0f03fd..371a0b13f9d 100644 --- a/VMTests/vmBitwiseLogicOperation/byte2.json +++ b/VMTests/vmBitwiseLogicOperation/byte2.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/byte3.json b/VMTests/vmBitwiseLogicOperation/byte3.json index a9ebc3d748f..6ab6d4f8c1f 100644 --- a/VMTests/vmBitwiseLogicOperation/byte3.json +++ b/VMTests/vmBitwiseLogicOperation/byte3.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/byte4.json b/VMTests/vmBitwiseLogicOperation/byte4.json index f1c902aaa4f..a864e3f0f84 100644 --- a/VMTests/vmBitwiseLogicOperation/byte4.json +++ b/VMTests/vmBitwiseLogicOperation/byte4.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/byte5.json b/VMTests/vmBitwiseLogicOperation/byte5.json index d716d2ba909..c424d16a51d 100644 --- a/VMTests/vmBitwiseLogicOperation/byte5.json +++ b/VMTests/vmBitwiseLogicOperation/byte5.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/byte6.json b/VMTests/vmBitwiseLogicOperation/byte6.json index 47bad2d25c9..e13b296f73d 100644 --- a/VMTests/vmBitwiseLogicOperation/byte6.json +++ b/VMTests/vmBitwiseLogicOperation/byte6.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/byte7.json b/VMTests/vmBitwiseLogicOperation/byte7.json index ca9daba8f2a..9fb298aad06 100644 --- a/VMTests/vmBitwiseLogicOperation/byte7.json +++ b/VMTests/vmBitwiseLogicOperation/byte7.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/byte8.json b/VMTests/vmBitwiseLogicOperation/byte8.json index a87a322d761..6378ce233a6 100644 --- a/VMTests/vmBitwiseLogicOperation/byte8.json +++ b/VMTests/vmBitwiseLogicOperation/byte8.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/byte9.json b/VMTests/vmBitwiseLogicOperation/byte9.json index a2ab1c900bb..1d02cec0de9 100644 --- a/VMTests/vmBitwiseLogicOperation/byte9.json +++ b/VMTests/vmBitwiseLogicOperation/byte9.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/byteBN.json b/VMTests/vmBitwiseLogicOperation/byteBN.json index d7a2934e2e4..c787bd7c25e 100644 --- a/VMTests/vmBitwiseLogicOperation/byteBN.json +++ b/VMTests/vmBitwiseLogicOperation/byteBN.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/eq0.json b/VMTests/vmBitwiseLogicOperation/eq0.json index c0ce8ea632e..066cdaf7a38 100644 --- a/VMTests/vmBitwiseLogicOperation/eq0.json +++ b/VMTests/vmBitwiseLogicOperation/eq0.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/eq1.json b/VMTests/vmBitwiseLogicOperation/eq1.json index f822c51223c..863d1559223 100644 --- a/VMTests/vmBitwiseLogicOperation/eq1.json +++ b/VMTests/vmBitwiseLogicOperation/eq1.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/eq2.json b/VMTests/vmBitwiseLogicOperation/eq2.json index 072909ce7a7..5de515145b7 100644 --- a/VMTests/vmBitwiseLogicOperation/eq2.json +++ b/VMTests/vmBitwiseLogicOperation/eq2.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/gt0.json b/VMTests/vmBitwiseLogicOperation/gt0.json index a268abe3db7..24c420e1a50 100644 --- a/VMTests/vmBitwiseLogicOperation/gt0.json +++ b/VMTests/vmBitwiseLogicOperation/gt0.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/gt1.json b/VMTests/vmBitwiseLogicOperation/gt1.json index a476b117450..8f358c14a72 100644 --- a/VMTests/vmBitwiseLogicOperation/gt1.json +++ b/VMTests/vmBitwiseLogicOperation/gt1.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/gt2.json b/VMTests/vmBitwiseLogicOperation/gt2.json index 053f06e2f1f..6ed23383690 100644 --- a/VMTests/vmBitwiseLogicOperation/gt2.json +++ b/VMTests/vmBitwiseLogicOperation/gt2.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/gt3.json b/VMTests/vmBitwiseLogicOperation/gt3.json index 9aedb60d67e..4828ed3a205 100644 --- a/VMTests/vmBitwiseLogicOperation/gt3.json +++ b/VMTests/vmBitwiseLogicOperation/gt3.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/iszeo2.json b/VMTests/vmBitwiseLogicOperation/iszeo2.json index 0709f8657f2..176ac8c7ffd 100644 --- a/VMTests/vmBitwiseLogicOperation/iszeo2.json +++ b/VMTests/vmBitwiseLogicOperation/iszeo2.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/iszero0.json b/VMTests/vmBitwiseLogicOperation/iszero0.json index aded6635d72..a994291061d 100644 --- a/VMTests/vmBitwiseLogicOperation/iszero0.json +++ b/VMTests/vmBitwiseLogicOperation/iszero0.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/iszero1.json b/VMTests/vmBitwiseLogicOperation/iszero1.json index 9670a1f7b37..e19e456c7c4 100644 --- a/VMTests/vmBitwiseLogicOperation/iszero1.json +++ b/VMTests/vmBitwiseLogicOperation/iszero1.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/lt0.json b/VMTests/vmBitwiseLogicOperation/lt0.json index f8463745440..241f51e590f 100644 --- a/VMTests/vmBitwiseLogicOperation/lt0.json +++ b/VMTests/vmBitwiseLogicOperation/lt0.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/lt1.json b/VMTests/vmBitwiseLogicOperation/lt1.json index 8d44864398a..72733035e72 100644 --- a/VMTests/vmBitwiseLogicOperation/lt1.json +++ b/VMTests/vmBitwiseLogicOperation/lt1.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/lt2.json b/VMTests/vmBitwiseLogicOperation/lt2.json index 2ee1d518c2a..c61d5cf1e8d 100644 --- a/VMTests/vmBitwiseLogicOperation/lt2.json +++ b/VMTests/vmBitwiseLogicOperation/lt2.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/lt3.json b/VMTests/vmBitwiseLogicOperation/lt3.json index 25474105db7..09311ef8abb 100644 --- a/VMTests/vmBitwiseLogicOperation/lt3.json +++ b/VMTests/vmBitwiseLogicOperation/lt3.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/not0.json b/VMTests/vmBitwiseLogicOperation/not0.json index 7fae35537a5..8705584d215 100644 --- a/VMTests/vmBitwiseLogicOperation/not0.json +++ b/VMTests/vmBitwiseLogicOperation/not0.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/not1.json b/VMTests/vmBitwiseLogicOperation/not1.json index 51b8ba3a3c0..47ef4deecf8 100644 --- a/VMTests/vmBitwiseLogicOperation/not1.json +++ b/VMTests/vmBitwiseLogicOperation/not1.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/not2.json b/VMTests/vmBitwiseLogicOperation/not2.json index e22e5ecac40..8e3a79fbba8 100644 --- a/VMTests/vmBitwiseLogicOperation/not2.json +++ b/VMTests/vmBitwiseLogicOperation/not2.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/not3.json b/VMTests/vmBitwiseLogicOperation/not3.json index f518fbffaae..d98152fc821 100644 --- a/VMTests/vmBitwiseLogicOperation/not3.json +++ b/VMTests/vmBitwiseLogicOperation/not3.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/not4.json b/VMTests/vmBitwiseLogicOperation/not4.json index 269ca5d0e8c..d1aca384dc1 100644 --- a/VMTests/vmBitwiseLogicOperation/not4.json +++ b/VMTests/vmBitwiseLogicOperation/not4.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/not5.json b/VMTests/vmBitwiseLogicOperation/not5.json index 0866346be1d..524b10c65b5 100644 --- a/VMTests/vmBitwiseLogicOperation/not5.json +++ b/VMTests/vmBitwiseLogicOperation/not5.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/or0.json b/VMTests/vmBitwiseLogicOperation/or0.json index b638272eb28..837b60442a8 100644 --- a/VMTests/vmBitwiseLogicOperation/or0.json +++ b/VMTests/vmBitwiseLogicOperation/or0.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/or1.json b/VMTests/vmBitwiseLogicOperation/or1.json index b06ee29424b..827e43f0f23 100644 --- a/VMTests/vmBitwiseLogicOperation/or1.json +++ b/VMTests/vmBitwiseLogicOperation/or1.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/or2.json b/VMTests/vmBitwiseLogicOperation/or2.json index b99aac1ca90..e74881d00ef 100644 --- a/VMTests/vmBitwiseLogicOperation/or2.json +++ b/VMTests/vmBitwiseLogicOperation/or2.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/or3.json b/VMTests/vmBitwiseLogicOperation/or3.json index f325108d2a6..25de147d0dc 100644 --- a/VMTests/vmBitwiseLogicOperation/or3.json +++ b/VMTests/vmBitwiseLogicOperation/or3.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/or4.json b/VMTests/vmBitwiseLogicOperation/or4.json index 51149fd30c0..61693481ce9 100644 --- a/VMTests/vmBitwiseLogicOperation/or4.json +++ b/VMTests/vmBitwiseLogicOperation/or4.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/or5.json b/VMTests/vmBitwiseLogicOperation/or5.json index 4e70acabb3d..d9b2bba28e8 100644 --- a/VMTests/vmBitwiseLogicOperation/or5.json +++ b/VMTests/vmBitwiseLogicOperation/or5.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/sgt0.json b/VMTests/vmBitwiseLogicOperation/sgt0.json index 5b6f869e17a..1a39105fd59 100644 --- a/VMTests/vmBitwiseLogicOperation/sgt0.json +++ b/VMTests/vmBitwiseLogicOperation/sgt0.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/sgt1.json b/VMTests/vmBitwiseLogicOperation/sgt1.json index d8e132dbafe..867e4cb2246 100644 --- a/VMTests/vmBitwiseLogicOperation/sgt1.json +++ b/VMTests/vmBitwiseLogicOperation/sgt1.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/sgt2.json b/VMTests/vmBitwiseLogicOperation/sgt2.json index b046d603b0b..5f9d22490a8 100644 --- a/VMTests/vmBitwiseLogicOperation/sgt2.json +++ b/VMTests/vmBitwiseLogicOperation/sgt2.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/sgt3.json b/VMTests/vmBitwiseLogicOperation/sgt3.json index 0e27d3a279b..9d59a5d1319 100644 --- a/VMTests/vmBitwiseLogicOperation/sgt3.json +++ b/VMTests/vmBitwiseLogicOperation/sgt3.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/sgt4.json b/VMTests/vmBitwiseLogicOperation/sgt4.json index e59a7009612..c7dcf092ecc 100644 --- a/VMTests/vmBitwiseLogicOperation/sgt4.json +++ b/VMTests/vmBitwiseLogicOperation/sgt4.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/slt0.json b/VMTests/vmBitwiseLogicOperation/slt0.json index 34b9cb7e844..e7c4abf9552 100644 --- a/VMTests/vmBitwiseLogicOperation/slt0.json +++ b/VMTests/vmBitwiseLogicOperation/slt0.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/slt1.json b/VMTests/vmBitwiseLogicOperation/slt1.json index 3dbf6eb3622..8f0a9122849 100644 --- a/VMTests/vmBitwiseLogicOperation/slt1.json +++ b/VMTests/vmBitwiseLogicOperation/slt1.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/slt2.json b/VMTests/vmBitwiseLogicOperation/slt2.json index 9f1309cef67..1b766e76ad4 100644 --- a/VMTests/vmBitwiseLogicOperation/slt2.json +++ b/VMTests/vmBitwiseLogicOperation/slt2.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/slt3.json b/VMTests/vmBitwiseLogicOperation/slt3.json index 003cd60541b..afad670e63b 100644 --- a/VMTests/vmBitwiseLogicOperation/slt3.json +++ b/VMTests/vmBitwiseLogicOperation/slt3.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/slt4.json b/VMTests/vmBitwiseLogicOperation/slt4.json index a25b7208ca1..4a34fb17e44 100644 --- a/VMTests/vmBitwiseLogicOperation/slt4.json +++ b/VMTests/vmBitwiseLogicOperation/slt4.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/xor0.json b/VMTests/vmBitwiseLogicOperation/xor0.json index 24cbf206102..fc827984fc5 100644 --- a/VMTests/vmBitwiseLogicOperation/xor0.json +++ b/VMTests/vmBitwiseLogicOperation/xor0.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/xor1.json b/VMTests/vmBitwiseLogicOperation/xor1.json index b4cd433cf71..eb0b6277433 100644 --- a/VMTests/vmBitwiseLogicOperation/xor1.json +++ b/VMTests/vmBitwiseLogicOperation/xor1.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/xor2.json b/VMTests/vmBitwiseLogicOperation/xor2.json index 05bbbbe1a2d..bceb267b5b0 100644 --- a/VMTests/vmBitwiseLogicOperation/xor2.json +++ b/VMTests/vmBitwiseLogicOperation/xor2.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/xor3.json b/VMTests/vmBitwiseLogicOperation/xor3.json index 03930f5a636..46b5957924e 100644 --- a/VMTests/vmBitwiseLogicOperation/xor3.json +++ b/VMTests/vmBitwiseLogicOperation/xor3.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/xor4.json b/VMTests/vmBitwiseLogicOperation/xor4.json index eb337d6035a..3d5883db92d 100644 --- a/VMTests/vmBitwiseLogicOperation/xor4.json +++ b/VMTests/vmBitwiseLogicOperation/xor4.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBitwiseLogicOperation/xor5.json b/VMTests/vmBitwiseLogicOperation/xor5.json index ac2ef8c6c25..9e49b1cee02 100644 --- a/VMTests/vmBitwiseLogicOperation/xor5.json +++ b/VMTests/vmBitwiseLogicOperation/xor5.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBlockInfoTest/coinbase.json b/VMTests/vmBlockInfoTest/coinbase.json index 6d30dcbadf2..8ed50409086 100644 --- a/VMTests/vmBlockInfoTest/coinbase.json +++ b/VMTests/vmBlockInfoTest/coinbase.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBlockInfoTest/difficulty.json b/VMTests/vmBlockInfoTest/difficulty.json index e1067f8f1bc..6dca815e217 100644 --- a/VMTests/vmBlockInfoTest/difficulty.json +++ b/VMTests/vmBlockInfoTest/difficulty.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBlockInfoTest/gaslimit.json b/VMTests/vmBlockInfoTest/gaslimit.json index 5c496c90369..1a4a1d903fc 100644 --- a/VMTests/vmBlockInfoTest/gaslimit.json +++ b/VMTests/vmBlockInfoTest/gaslimit.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBlockInfoTest/number.json b/VMTests/vmBlockInfoTest/number.json index cc60da0cf14..33381ca7345 100644 --- a/VMTests/vmBlockInfoTest/number.json +++ b/VMTests/vmBlockInfoTest/number.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmBlockInfoTest/timestamp.json b/VMTests/vmBlockInfoTest/timestamp.json index 76cb6d79013..7755bf682e7 100644 --- a/VMTests/vmBlockInfoTest/timestamp.json +++ b/VMTests/vmBlockInfoTest/timestamp.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmEnvironmentalInfo/address0.json b/VMTests/vmEnvironmentalInfo/address0.json index acebe7ab9ef..e87d3dfdafd 100644 --- a/VMTests/vmEnvironmentalInfo/address0.json +++ b/VMTests/vmEnvironmentalInfo/address0.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmEnvironmentalInfo/address1.json b/VMTests/vmEnvironmentalInfo/address1.json index 800990d41f2..c5b4749dc32 100644 --- a/VMTests/vmEnvironmentalInfo/address1.json +++ b/VMTests/vmEnvironmentalInfo/address1.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmEnvironmentalInfo/calldatacopy0.json b/VMTests/vmEnvironmentalInfo/calldatacopy0.json index f0fbb22af01..96e01ced537 100644 --- a/VMTests/vmEnvironmentalInfo/calldatacopy0.json +++ b/VMTests/vmEnvironmentalInfo/calldatacopy0.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmEnvironmentalInfo/calldatacopy0_return.json b/VMTests/vmEnvironmentalInfo/calldatacopy0_return.json index d57f6270102..8ed61dbd04c 100644 --- a/VMTests/vmEnvironmentalInfo/calldatacopy0_return.json +++ b/VMTests/vmEnvironmentalInfo/calldatacopy0_return.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmEnvironmentalInfo/calldatacopy1.json b/VMTests/vmEnvironmentalInfo/calldatacopy1.json index e3ce05c91f7..5184754b3ca 100644 --- a/VMTests/vmEnvironmentalInfo/calldatacopy1.json +++ b/VMTests/vmEnvironmentalInfo/calldatacopy1.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmEnvironmentalInfo/calldatacopy1_return.json b/VMTests/vmEnvironmentalInfo/calldatacopy1_return.json index 66e6001ac85..fa2ab47fb59 100644 --- a/VMTests/vmEnvironmentalInfo/calldatacopy1_return.json +++ b/VMTests/vmEnvironmentalInfo/calldatacopy1_return.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmEnvironmentalInfo/calldatacopy2.json b/VMTests/vmEnvironmentalInfo/calldatacopy2.json index 101fd030230..e36ba82a34c 100644 --- a/VMTests/vmEnvironmentalInfo/calldatacopy2.json +++ b/VMTests/vmEnvironmentalInfo/calldatacopy2.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmEnvironmentalInfo/calldatacopy2_return.json b/VMTests/vmEnvironmentalInfo/calldatacopy2_return.json index fe6b2b6eb5f..34557dc4ab1 100644 --- a/VMTests/vmEnvironmentalInfo/calldatacopy2_return.json +++ b/VMTests/vmEnvironmentalInfo/calldatacopy2_return.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmEnvironmentalInfo/calldatacopyUnderFlow.json b/VMTests/vmEnvironmentalInfo/calldatacopyUnderFlow.json index 64a7b9035cf..7a11a4315e8 100644 --- a/VMTests/vmEnvironmentalInfo/calldatacopyUnderFlow.json +++ b/VMTests/vmEnvironmentalInfo/calldatacopyUnderFlow.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmEnvironmentalInfo/calldatacopyZeroMemExpansion.json b/VMTests/vmEnvironmentalInfo/calldatacopyZeroMemExpansion.json index 8a287e93a06..187c8a7aae9 100644 --- a/VMTests/vmEnvironmentalInfo/calldatacopyZeroMemExpansion.json +++ b/VMTests/vmEnvironmentalInfo/calldatacopyZeroMemExpansion.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmEnvironmentalInfo/calldatacopyZeroMemExpansion_return.json b/VMTests/vmEnvironmentalInfo/calldatacopyZeroMemExpansion_return.json index 7040930ee91..6f9e3ca3ee2 100644 --- a/VMTests/vmEnvironmentalInfo/calldatacopyZeroMemExpansion_return.json +++ b/VMTests/vmEnvironmentalInfo/calldatacopyZeroMemExpansion_return.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh.json b/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh.json index d8a9d79fbc9..1ec64986def 100644 --- a/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh.json +++ b/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2.json b/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2.json index 0e0dce955a7..f0efa7c869c 100644 --- a/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2.json +++ b/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2_return.json b/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2_return.json index 1de6a3362cc..e9296d834cc 100644 --- a/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2_return.json +++ b/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2_return.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh_return.json b/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh_return.json index 8fbc3ff96c0..187d5892e63 100644 --- a/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh_return.json +++ b/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh_return.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmEnvironmentalInfo/calldatacopy_sec.json b/VMTests/vmEnvironmentalInfo/calldatacopy_sec.json index 841dd04862c..ca74e3a228e 100644 --- a/VMTests/vmEnvironmentalInfo/calldatacopy_sec.json +++ b/VMTests/vmEnvironmentalInfo/calldatacopy_sec.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmEnvironmentalInfo/calldataload0.json b/VMTests/vmEnvironmentalInfo/calldataload0.json index 2ec5dff3e42..1323648eb3b 100644 --- a/VMTests/vmEnvironmentalInfo/calldataload0.json +++ b/VMTests/vmEnvironmentalInfo/calldataload0.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmEnvironmentalInfo/calldataload1.json b/VMTests/vmEnvironmentalInfo/calldataload1.json index 46c8b29bfb6..63dc9375a87 100644 --- a/VMTests/vmEnvironmentalInfo/calldataload1.json +++ b/VMTests/vmEnvironmentalInfo/calldataload1.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmEnvironmentalInfo/calldataload2.json b/VMTests/vmEnvironmentalInfo/calldataload2.json index 59db0815297..62854cba2e1 100644 --- a/VMTests/vmEnvironmentalInfo/calldataload2.json +++ b/VMTests/vmEnvironmentalInfo/calldataload2.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmEnvironmentalInfo/calldataloadSizeTooHigh.json b/VMTests/vmEnvironmentalInfo/calldataloadSizeTooHigh.json index af3366a87fd..30a0d259343 100644 --- a/VMTests/vmEnvironmentalInfo/calldataloadSizeTooHigh.json +++ b/VMTests/vmEnvironmentalInfo/calldataloadSizeTooHigh.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmEnvironmentalInfo/calldataloadSizeTooHighPartial.json b/VMTests/vmEnvironmentalInfo/calldataloadSizeTooHighPartial.json index 8ae6a5b9a5f..b1529215709 100644 --- a/VMTests/vmEnvironmentalInfo/calldataloadSizeTooHighPartial.json +++ b/VMTests/vmEnvironmentalInfo/calldataloadSizeTooHighPartial.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmEnvironmentalInfo/calldataload_BigOffset.json b/VMTests/vmEnvironmentalInfo/calldataload_BigOffset.json index 8d7348ff388..162c29ab982 100644 --- a/VMTests/vmEnvironmentalInfo/calldataload_BigOffset.json +++ b/VMTests/vmEnvironmentalInfo/calldataload_BigOffset.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmEnvironmentalInfo/calldatasize0.json b/VMTests/vmEnvironmentalInfo/calldatasize0.json index 9e371e2fc27..9ed6d5f52d4 100644 --- a/VMTests/vmEnvironmentalInfo/calldatasize0.json +++ b/VMTests/vmEnvironmentalInfo/calldatasize0.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmEnvironmentalInfo/calldatasize1.json b/VMTests/vmEnvironmentalInfo/calldatasize1.json index dc45cc1616e..cd11e5e7091 100644 --- a/VMTests/vmEnvironmentalInfo/calldatasize1.json +++ b/VMTests/vmEnvironmentalInfo/calldatasize1.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmEnvironmentalInfo/calldatasize2.json b/VMTests/vmEnvironmentalInfo/calldatasize2.json index 5440d75c1a4..68445e442ac 100644 --- a/VMTests/vmEnvironmentalInfo/calldatasize2.json +++ b/VMTests/vmEnvironmentalInfo/calldatasize2.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmEnvironmentalInfo/caller.json b/VMTests/vmEnvironmentalInfo/caller.json index ef158206863..0f1a200360f 100644 --- a/VMTests/vmEnvironmentalInfo/caller.json +++ b/VMTests/vmEnvironmentalInfo/caller.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmEnvironmentalInfo/callvalue.json b/VMTests/vmEnvironmentalInfo/callvalue.json index 3d7d67cfe87..b8dacbe86e5 100644 --- a/VMTests/vmEnvironmentalInfo/callvalue.json +++ b/VMTests/vmEnvironmentalInfo/callvalue.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmEnvironmentalInfo/codecopy0.json b/VMTests/vmEnvironmentalInfo/codecopy0.json index 0aa1fc2d177..a8bbc673fe0 100644 --- a/VMTests/vmEnvironmentalInfo/codecopy0.json +++ b/VMTests/vmEnvironmentalInfo/codecopy0.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmEnvironmentalInfo/codecopyZeroMemExpansion.json b/VMTests/vmEnvironmentalInfo/codecopyZeroMemExpansion.json index d925f385e90..e68146bbe5f 100644 --- a/VMTests/vmEnvironmentalInfo/codecopyZeroMemExpansion.json +++ b/VMTests/vmEnvironmentalInfo/codecopyZeroMemExpansion.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmEnvironmentalInfo/codecopy_DataIndexTooHigh.json b/VMTests/vmEnvironmentalInfo/codecopy_DataIndexTooHigh.json index d82ae4c9112..0ec5f4dc2c7 100644 --- a/VMTests/vmEnvironmentalInfo/codecopy_DataIndexTooHigh.json +++ b/VMTests/vmEnvironmentalInfo/codecopy_DataIndexTooHigh.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmEnvironmentalInfo/codesize.json b/VMTests/vmEnvironmentalInfo/codesize.json index 1df9972984b..33b1fb37d7d 100644 --- a/VMTests/vmEnvironmentalInfo/codesize.json +++ b/VMTests/vmEnvironmentalInfo/codesize.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmEnvironmentalInfo/gasprice.json b/VMTests/vmEnvironmentalInfo/gasprice.json index 67b77880fce..a62df56e37e 100644 --- a/VMTests/vmEnvironmentalInfo/gasprice.json +++ b/VMTests/vmEnvironmentalInfo/gasprice.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmEnvironmentalInfo/origin.json b/VMTests/vmEnvironmentalInfo/origin.json index ce30920af8e..0a606d34196 100644 --- a/VMTests/vmEnvironmentalInfo/origin.json +++ b/VMTests/vmEnvironmentalInfo/origin.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdest.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdest.json index 4e53b1f747a..a97effa5e0a 100644 --- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdest.json +++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdest.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdest3.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdest3.json index 7cfb369867c..902d9876078 100644 --- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdest3.json +++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdest3.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_foreverOutOfGas.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_foreverOutOfGas.json index 46ad31dd42f..4e011ef85b8 100644 --- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_foreverOutOfGas.json +++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_foreverOutOfGas.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest0.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest0.json index 4c451e0368d..89355c8afb3 100644 --- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest0.json +++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest0.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest2.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest2.json index 3112fe5b0c9..ee34d061ddc 100644 --- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest2.json +++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest2.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_withoutJumpdest.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_withoutJumpdest.json index 5fa50dc963f..7ee9c83e29b 100644 --- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_withoutJumpdest.json +++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_withoutJumpdest.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump1.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump1.json index fc78a8a3096..b1e708449fb 100644 --- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump1.json +++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump1.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithJumpDest.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithJumpDest.json index 5eeab619b78..fe02daa7b7b 100644 --- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithJumpDest.json +++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithJumpDest.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithoutJumpDest.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithoutJumpDest.json index 7bd5e323d6a..2551dbcc255 100644 --- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithoutJumpDest.json +++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithoutJumpDest.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi0.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi0.json index b6ab226e8fe..9d2f3155f13 100644 --- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi0.json +++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi0.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi1.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi1.json index 9d4f1fe7c77..fc9455926ad 100644 --- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi1.json +++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi1.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi1_jumpdest.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi1_jumpdest.json index 3c88b19426c..cf7b4223d28 100644 --- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi1_jumpdest.json +++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi1_jumpdest.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpiAfterStop.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpiAfterStop.json index b60f989708a..eea1f2c45b9 100644 --- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpiAfterStop.json +++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpiAfterStop.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpiOutsideBoundary.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpiOutsideBoundary.json index e11bb53bf85..27a427baca2 100644 --- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpiOutsideBoundary.json +++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpiOutsideBoundary.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithJumpDest.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithJumpDest.json index f0060ccb36b..144b252fca6 100644 --- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithJumpDest.json +++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithJumpDest.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithoutJumpDest.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithoutJumpDest.json index f74b20f435d..50f572cb4ea 100644 --- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithoutJumpDest.json +++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithoutJumpDest.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/DyanmicJump0_outOfBoundary.json b/VMTests/vmIOandFlowOperations/DyanmicJump0_outOfBoundary.json index f6aa14f0451..0cb55b904cc 100644 --- a/VMTests/vmIOandFlowOperations/DyanmicJump0_outOfBoundary.json +++ b/VMTests/vmIOandFlowOperations/DyanmicJump0_outOfBoundary.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/DynamicJump0_AfterJumpdest.json b/VMTests/vmIOandFlowOperations/DynamicJump0_AfterJumpdest.json index c6db86c5eb9..dbba6341467 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJump0_AfterJumpdest.json +++ b/VMTests/vmIOandFlowOperations/DynamicJump0_AfterJumpdest.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/DynamicJump0_AfterJumpdest3.json b/VMTests/vmIOandFlowOperations/DynamicJump0_AfterJumpdest3.json index 89b31e7cf2a..c69e05952ff 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJump0_AfterJumpdest3.json +++ b/VMTests/vmIOandFlowOperations/DynamicJump0_AfterJumpdest3.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/DynamicJump0_foreverOutOfGas.json b/VMTests/vmIOandFlowOperations/DynamicJump0_foreverOutOfGas.json index 53fde5eced5..edbe470fc33 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJump0_foreverOutOfGas.json +++ b/VMTests/vmIOandFlowOperations/DynamicJump0_foreverOutOfGas.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/DynamicJump0_jumpdest0.json b/VMTests/vmIOandFlowOperations/DynamicJump0_jumpdest0.json index 7c773a82ba5..7612598d636 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJump0_jumpdest0.json +++ b/VMTests/vmIOandFlowOperations/DynamicJump0_jumpdest0.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/DynamicJump0_jumpdest2.json b/VMTests/vmIOandFlowOperations/DynamicJump0_jumpdest2.json index e4d45e2d3c4..8c1bba5212b 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJump0_jumpdest2.json +++ b/VMTests/vmIOandFlowOperations/DynamicJump0_jumpdest2.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/DynamicJump0_withoutJumpdest.json b/VMTests/vmIOandFlowOperations/DynamicJump0_withoutJumpdest.json index 1f8d02fb676..123af78604d 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJump0_withoutJumpdest.json +++ b/VMTests/vmIOandFlowOperations/DynamicJump0_withoutJumpdest.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/DynamicJump1.json b/VMTests/vmIOandFlowOperations/DynamicJump1.json index 618e6c749b2..28dfc126cad 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJump1.json +++ b/VMTests/vmIOandFlowOperations/DynamicJump1.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpAfterStop.json b/VMTests/vmIOandFlowOperations/DynamicJumpAfterStop.json index cc87aa78be3..18595c8d0f8 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJumpAfterStop.json +++ b/VMTests/vmIOandFlowOperations/DynamicJumpAfterStop.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpInsidePushWithJumpDest.json b/VMTests/vmIOandFlowOperations/DynamicJumpInsidePushWithJumpDest.json index b93c857d9c2..7af4ac66387 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJumpInsidePushWithJumpDest.json +++ b/VMTests/vmIOandFlowOperations/DynamicJumpInsidePushWithJumpDest.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpInsidePushWithoutJumpDest.json b/VMTests/vmIOandFlowOperations/DynamicJumpInsidePushWithoutJumpDest.json index 74673238851..c818e560f0d 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJumpInsidePushWithoutJumpDest.json +++ b/VMTests/vmIOandFlowOperations/DynamicJumpInsidePushWithoutJumpDest.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps0.json b/VMTests/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps0.json index 6cd66e1b653..91461a9682a 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps0.json +++ b/VMTests/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps0.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps1.json b/VMTests/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps1.json index 92f3916c529..ac26d38049a 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps1.json +++ b/VMTests/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps1.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest0.json b/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest0.json index 0caed4dca28..0fceb92f784 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest0.json +++ b/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest0.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest1.json b/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest1.json index 2b63620ec94..65509d56dad 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest1.json +++ b/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest1.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest2.json b/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest2.json index 98fa49d7692..1a8f1141069 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest2.json +++ b/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest2.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest3.json b/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest3.json index effd9f776df..79c016967c1 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest3.json +++ b/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest3.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpStartWithJumpDest.json b/VMTests/vmIOandFlowOperations/DynamicJumpStartWithJumpDest.json index 46361ae9a5b..84e7022d6b2 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJumpStartWithJumpDest.json +++ b/VMTests/vmIOandFlowOperations/DynamicJumpStartWithJumpDest.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/DynamicJump_value1.json b/VMTests/vmIOandFlowOperations/DynamicJump_value1.json index 1d61b1d450e..a9fcf6757b8 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJump_value1.json +++ b/VMTests/vmIOandFlowOperations/DynamicJump_value1.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/DynamicJump_value2.json b/VMTests/vmIOandFlowOperations/DynamicJump_value2.json index f4580d5fd24..69f1e4e162f 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJump_value2.json +++ b/VMTests/vmIOandFlowOperations/DynamicJump_value2.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/DynamicJump_value3.json b/VMTests/vmIOandFlowOperations/DynamicJump_value3.json index f960e9cb7ca..0c0936ae2e2 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJump_value3.json +++ b/VMTests/vmIOandFlowOperations/DynamicJump_value3.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/DynamicJump_valueUnderflow.json b/VMTests/vmIOandFlowOperations/DynamicJump_valueUnderflow.json index 50e7761cb7b..6fa9ed22b88 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJump_valueUnderflow.json +++ b/VMTests/vmIOandFlowOperations/DynamicJump_valueUnderflow.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpi0.json b/VMTests/vmIOandFlowOperations/DynamicJumpi0.json index 8abf0bc89a2..2794cf29f20 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJumpi0.json +++ b/VMTests/vmIOandFlowOperations/DynamicJumpi0.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpi1.json b/VMTests/vmIOandFlowOperations/DynamicJumpi1.json index 579958b48ce..c066d87c8c3 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJumpi1.json +++ b/VMTests/vmIOandFlowOperations/DynamicJumpi1.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpi1_jumpdest.json b/VMTests/vmIOandFlowOperations/DynamicJumpi1_jumpdest.json index f685540de4c..48ef4f19470 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJumpi1_jumpdest.json +++ b/VMTests/vmIOandFlowOperations/DynamicJumpi1_jumpdest.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpiAfterStop.json b/VMTests/vmIOandFlowOperations/DynamicJumpiAfterStop.json index b805015f1c0..4c2f1bfb158 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJumpiAfterStop.json +++ b/VMTests/vmIOandFlowOperations/DynamicJumpiAfterStop.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpiOutsideBoundary.json b/VMTests/vmIOandFlowOperations/DynamicJumpiOutsideBoundary.json index a51ab47b09b..b005ad44663 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJumpiOutsideBoundary.json +++ b/VMTests/vmIOandFlowOperations/DynamicJumpiOutsideBoundary.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpifInsidePushWithJumpDest.json b/VMTests/vmIOandFlowOperations/DynamicJumpifInsidePushWithJumpDest.json index cd8170ef9b5..2a0c6e05ca2 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJumpifInsidePushWithJumpDest.json +++ b/VMTests/vmIOandFlowOperations/DynamicJumpifInsidePushWithJumpDest.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpifInsidePushWithoutJumpDest.json b/VMTests/vmIOandFlowOperations/DynamicJumpifInsidePushWithoutJumpDest.json index 2024fb297bd..b9af2e64e90 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJumpifInsidePushWithoutJumpDest.json +++ b/VMTests/vmIOandFlowOperations/DynamicJumpifInsidePushWithoutJumpDest.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdest.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdest.json index 0e8c7ad17f1..cd9cdbd9e1e 100644 --- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdest.json +++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdest.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdest3.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdest3.json index f1e4598d075..1bc166786b9 100644 --- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdest3.json +++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdest3.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_foreverOutOfGas.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_foreverOutOfGas.json index b42cb4cf755..a3f70cd5149 100644 --- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_foreverOutOfGas.json +++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_foreverOutOfGas.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest0.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest0.json index 99a5554078a..1d530bb4285 100644 --- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest0.json +++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest0.json @@ -50,4 +50,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest2.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest2.json index 6628936055d..99ac4879b1f 100644 --- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest2.json +++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest2.json @@ -50,4 +50,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_withoutJumpdest.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_withoutJumpdest.json index 9441e086bcc..0ac1f9c14cb 100644 --- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_withoutJumpdest.json +++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_withoutJumpdest.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump1.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump1.json index 60c5bde1d56..261545ca2b8 100644 --- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump1.json +++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump1.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithJumpDest.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithJumpDest.json index 54cab9ade81..a64ea49cd35 100644 --- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithJumpDest.json +++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithJumpDest.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithoutJumpDest.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithoutJumpDest.json index 0483789c1e2..0771a9501af 100644 --- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithoutJumpDest.json +++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithoutJumpDest.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi0.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi0.json index eaab485eaf6..a86054c5197 100644 --- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi0.json +++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi0.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi1.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi1.json index 6ee9ffd9c37..30334c087b7 100644 --- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi1.json +++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi1.json @@ -50,4 +50,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi1_jumpdest.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi1_jumpdest.json index 1b9066b7ff3..c276cc6d976 100644 --- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi1_jumpdest.json +++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi1_jumpdest.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpiAfterStop.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpiAfterStop.json index 10b9b32c256..6b807e6505b 100644 --- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpiAfterStop.json +++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpiAfterStop.json @@ -50,4 +50,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpiOutsideBoundary.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpiOutsideBoundary.json index 97ee493356b..7ebd993c1bd 100644 --- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpiOutsideBoundary.json +++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpiOutsideBoundary.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithJumpDest.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithJumpDest.json index 1c82f11e200..90b9cb4c25a 100644 --- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithJumpDest.json +++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithJumpDest.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithoutJumpDest.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithoutJumpDest.json index 1509f41b28a..ea1f7b5795b 100644 --- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithoutJumpDest.json +++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithoutJumpDest.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/bad_indirect_jump1.json b/VMTests/vmIOandFlowOperations/bad_indirect_jump1.json index ff83f100fd8..48394378200 100644 --- a/VMTests/vmIOandFlowOperations/bad_indirect_jump1.json +++ b/VMTests/vmIOandFlowOperations/bad_indirect_jump1.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/bad_indirect_jump2.json b/VMTests/vmIOandFlowOperations/bad_indirect_jump2.json index 1e4cd65a247..b5d3cc371fe 100644 --- a/VMTests/vmIOandFlowOperations/bad_indirect_jump2.json +++ b/VMTests/vmIOandFlowOperations/bad_indirect_jump2.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/byte1.json b/VMTests/vmIOandFlowOperations/byte1.json index 7dea37fe32c..2655dbe6ab6 100644 --- a/VMTests/vmIOandFlowOperations/byte1.json +++ b/VMTests/vmIOandFlowOperations/byte1.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/calldatacopyMemExp.json b/VMTests/vmIOandFlowOperations/calldatacopyMemExp.json index 545f7e3105d..3b747f3b98c 100644 --- a/VMTests/vmIOandFlowOperations/calldatacopyMemExp.json +++ b/VMTests/vmIOandFlowOperations/calldatacopyMemExp.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/codecopyMemExp.json b/VMTests/vmIOandFlowOperations/codecopyMemExp.json index 002ed775ef8..3db5c5cd155 100644 --- a/VMTests/vmIOandFlowOperations/codecopyMemExp.json +++ b/VMTests/vmIOandFlowOperations/codecopyMemExp.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/deadCode_1.json b/VMTests/vmIOandFlowOperations/deadCode_1.json index 2dc90a7e821..ea50bec1242 100644 --- a/VMTests/vmIOandFlowOperations/deadCode_1.json +++ b/VMTests/vmIOandFlowOperations/deadCode_1.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/dupAt51becameMload.json b/VMTests/vmIOandFlowOperations/dupAt51becameMload.json index dd5194998a9..5b7c7baeb9f 100644 --- a/VMTests/vmIOandFlowOperations/dupAt51becameMload.json +++ b/VMTests/vmIOandFlowOperations/dupAt51becameMload.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/for_loop1.json b/VMTests/vmIOandFlowOperations/for_loop1.json index a2b6cb129a5..f22ad6f31e4 100644 --- a/VMTests/vmIOandFlowOperations/for_loop1.json +++ b/VMTests/vmIOandFlowOperations/for_loop1.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/for_loop2.json b/VMTests/vmIOandFlowOperations/for_loop2.json index fbfd48be2e6..0eb92e4f01d 100644 --- a/VMTests/vmIOandFlowOperations/for_loop2.json +++ b/VMTests/vmIOandFlowOperations/for_loop2.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/gas0.json b/VMTests/vmIOandFlowOperations/gas0.json index f9b84ae98e6..687eb1f7f72 100644 --- a/VMTests/vmIOandFlowOperations/gas0.json +++ b/VMTests/vmIOandFlowOperations/gas0.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/gas1.json b/VMTests/vmIOandFlowOperations/gas1.json index a63aca26195..c1cae23f0f2 100644 --- a/VMTests/vmIOandFlowOperations/gas1.json +++ b/VMTests/vmIOandFlowOperations/gas1.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/gasOverFlow.json b/VMTests/vmIOandFlowOperations/gasOverFlow.json index 3fd2af263a8..1971fb475e4 100644 --- a/VMTests/vmIOandFlowOperations/gasOverFlow.json +++ b/VMTests/vmIOandFlowOperations/gasOverFlow.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/indirect_jump1.json b/VMTests/vmIOandFlowOperations/indirect_jump1.json index 9ad31ebf32e..2caf8f06e6c 100644 --- a/VMTests/vmIOandFlowOperations/indirect_jump1.json +++ b/VMTests/vmIOandFlowOperations/indirect_jump1.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/indirect_jump2.json b/VMTests/vmIOandFlowOperations/indirect_jump2.json index 64222d13aa1..d7caecdaa1b 100644 --- a/VMTests/vmIOandFlowOperations/indirect_jump2.json +++ b/VMTests/vmIOandFlowOperations/indirect_jump2.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/indirect_jump3.json b/VMTests/vmIOandFlowOperations/indirect_jump3.json index bdfe5cd592c..9bffe443003 100644 --- a/VMTests/vmIOandFlowOperations/indirect_jump3.json +++ b/VMTests/vmIOandFlowOperations/indirect_jump3.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/indirect_jump4.json b/VMTests/vmIOandFlowOperations/indirect_jump4.json index 721b4da4941..e9377d76f1e 100644 --- a/VMTests/vmIOandFlowOperations/indirect_jump4.json +++ b/VMTests/vmIOandFlowOperations/indirect_jump4.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/jump0_AfterJumpdest.json b/VMTests/vmIOandFlowOperations/jump0_AfterJumpdest.json index d2f851b1a22..ae8deb47c30 100644 --- a/VMTests/vmIOandFlowOperations/jump0_AfterJumpdest.json +++ b/VMTests/vmIOandFlowOperations/jump0_AfterJumpdest.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/jump0_AfterJumpdest3.json b/VMTests/vmIOandFlowOperations/jump0_AfterJumpdest3.json index b8ffc917c8f..0465922694c 100644 --- a/VMTests/vmIOandFlowOperations/jump0_AfterJumpdest3.json +++ b/VMTests/vmIOandFlowOperations/jump0_AfterJumpdest3.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/jump0_foreverOutOfGas.json b/VMTests/vmIOandFlowOperations/jump0_foreverOutOfGas.json index 189699aef83..860ddc16e5d 100644 --- a/VMTests/vmIOandFlowOperations/jump0_foreverOutOfGas.json +++ b/VMTests/vmIOandFlowOperations/jump0_foreverOutOfGas.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/jump0_jumpdest0.json b/VMTests/vmIOandFlowOperations/jump0_jumpdest0.json index 84fa9e30f8f..cd0b2175886 100644 --- a/VMTests/vmIOandFlowOperations/jump0_jumpdest0.json +++ b/VMTests/vmIOandFlowOperations/jump0_jumpdest0.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/jump0_jumpdest2.json b/VMTests/vmIOandFlowOperations/jump0_jumpdest2.json index 0b70e3dc874..058243f09dc 100644 --- a/VMTests/vmIOandFlowOperations/jump0_jumpdest2.json +++ b/VMTests/vmIOandFlowOperations/jump0_jumpdest2.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/jump0_outOfBoundary.json b/VMTests/vmIOandFlowOperations/jump0_outOfBoundary.json index 8b6b4202a66..0491a9615f5 100644 --- a/VMTests/vmIOandFlowOperations/jump0_outOfBoundary.json +++ b/VMTests/vmIOandFlowOperations/jump0_outOfBoundary.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/jump0_withoutJumpdest.json b/VMTests/vmIOandFlowOperations/jump0_withoutJumpdest.json index da414b661ff..b279eca198d 100644 --- a/VMTests/vmIOandFlowOperations/jump0_withoutJumpdest.json +++ b/VMTests/vmIOandFlowOperations/jump0_withoutJumpdest.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/jump1.json b/VMTests/vmIOandFlowOperations/jump1.json index bc0604fafc9..842e4b8b914 100644 --- a/VMTests/vmIOandFlowOperations/jump1.json +++ b/VMTests/vmIOandFlowOperations/jump1.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/jumpAfterStop.json b/VMTests/vmIOandFlowOperations/jumpAfterStop.json index 1f28e797a89..d935e6c81ee 100644 --- a/VMTests/vmIOandFlowOperations/jumpAfterStop.json +++ b/VMTests/vmIOandFlowOperations/jumpAfterStop.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/jumpDynamicJumpSameDest.json b/VMTests/vmIOandFlowOperations/jumpDynamicJumpSameDest.json index 0921cf9c2e8..b02f94b5b6d 100644 --- a/VMTests/vmIOandFlowOperations/jumpDynamicJumpSameDest.json +++ b/VMTests/vmIOandFlowOperations/jumpDynamicJumpSameDest.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/jumpHigh.json b/VMTests/vmIOandFlowOperations/jumpHigh.json index 7effde6fec8..861604d88dd 100644 --- a/VMTests/vmIOandFlowOperations/jumpHigh.json +++ b/VMTests/vmIOandFlowOperations/jumpHigh.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/jumpInsidePushWithJumpDest.json b/VMTests/vmIOandFlowOperations/jumpInsidePushWithJumpDest.json index c75570568e1..39082270499 100644 --- a/VMTests/vmIOandFlowOperations/jumpInsidePushWithJumpDest.json +++ b/VMTests/vmIOandFlowOperations/jumpInsidePushWithJumpDest.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/jumpInsidePushWithoutJumpDest.json b/VMTests/vmIOandFlowOperations/jumpInsidePushWithoutJumpDest.json index 9dc040d5395..c51183cf9d0 100644 --- a/VMTests/vmIOandFlowOperations/jumpInsidePushWithoutJumpDest.json +++ b/VMTests/vmIOandFlowOperations/jumpInsidePushWithoutJumpDest.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/jumpOntoJump.json b/VMTests/vmIOandFlowOperations/jumpOntoJump.json index 216ac95dd95..1b94fb0e3f0 100644 --- a/VMTests/vmIOandFlowOperations/jumpOntoJump.json +++ b/VMTests/vmIOandFlowOperations/jumpOntoJump.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump.json b/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump.json index 552dd69a5d3..8e72c08ea7c 100644 --- a/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump.json +++ b/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump_jumpdestFirstInstruction.json b/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump_jumpdestFirstInstruction.json index 994a1782486..1794ad02385 100644 --- a/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump_jumpdestFirstInstruction.json +++ b/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump_jumpdestFirstInstruction.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump_noJumpDest.json b/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump_noJumpDest.json index fdbbf8d8b89..aa006dfcb56 100644 --- a/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump_noJumpDest.json +++ b/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump_noJumpDest.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/jumpToUint64maxPlus1.json b/VMTests/vmIOandFlowOperations/jumpToUint64maxPlus1.json index 4f3061d7e29..82bc4fee49d 100644 --- a/VMTests/vmIOandFlowOperations/jumpToUint64maxPlus1.json +++ b/VMTests/vmIOandFlowOperations/jumpToUint64maxPlus1.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/jumpToUintmaxPlus1.json b/VMTests/vmIOandFlowOperations/jumpToUintmaxPlus1.json index 44cf91e269b..7f5cb6cdbab 100644 --- a/VMTests/vmIOandFlowOperations/jumpToUintmaxPlus1.json +++ b/VMTests/vmIOandFlowOperations/jumpToUintmaxPlus1.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/jumpdestBigList.json b/VMTests/vmIOandFlowOperations/jumpdestBigList.json index 46bff24fbb0..e499d41ab69 100644 --- a/VMTests/vmIOandFlowOperations/jumpdestBigList.json +++ b/VMTests/vmIOandFlowOperations/jumpdestBigList.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/jumpi0.json b/VMTests/vmIOandFlowOperations/jumpi0.json index 549dc08da66..e4945731491 100644 --- a/VMTests/vmIOandFlowOperations/jumpi0.json +++ b/VMTests/vmIOandFlowOperations/jumpi0.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/jumpi1.json b/VMTests/vmIOandFlowOperations/jumpi1.json index caf1c0d2ba7..517d05bacd6 100644 --- a/VMTests/vmIOandFlowOperations/jumpi1.json +++ b/VMTests/vmIOandFlowOperations/jumpi1.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/jumpi1_jumpdest.json b/VMTests/vmIOandFlowOperations/jumpi1_jumpdest.json index c19d6053374..98909bbcc50 100644 --- a/VMTests/vmIOandFlowOperations/jumpi1_jumpdest.json +++ b/VMTests/vmIOandFlowOperations/jumpi1_jumpdest.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/jumpiAfterStop.json b/VMTests/vmIOandFlowOperations/jumpiAfterStop.json index 3d1e4b6abb5..c4fc67b7e2d 100644 --- a/VMTests/vmIOandFlowOperations/jumpiAfterStop.json +++ b/VMTests/vmIOandFlowOperations/jumpiAfterStop.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/jumpiOutsideBoundary.json b/VMTests/vmIOandFlowOperations/jumpiOutsideBoundary.json index 0a7caa895b7..11980dbdb3e 100644 --- a/VMTests/vmIOandFlowOperations/jumpiOutsideBoundary.json +++ b/VMTests/vmIOandFlowOperations/jumpiOutsideBoundary.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/jumpiToUint64maxPlus1.json b/VMTests/vmIOandFlowOperations/jumpiToUint64maxPlus1.json index a7af7e8e029..061433b0338 100644 --- a/VMTests/vmIOandFlowOperations/jumpiToUint64maxPlus1.json +++ b/VMTests/vmIOandFlowOperations/jumpiToUint64maxPlus1.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/jumpiToUintmaxPlus1.json b/VMTests/vmIOandFlowOperations/jumpiToUintmaxPlus1.json index a33ce26205c..6bf1b159d7f 100644 --- a/VMTests/vmIOandFlowOperations/jumpiToUintmaxPlus1.json +++ b/VMTests/vmIOandFlowOperations/jumpiToUintmaxPlus1.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/jumpi_at_the_end.json b/VMTests/vmIOandFlowOperations/jumpi_at_the_end.json index 4ab5a56b671..4f47db903bc 100644 --- a/VMTests/vmIOandFlowOperations/jumpi_at_the_end.json +++ b/VMTests/vmIOandFlowOperations/jumpi_at_the_end.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/jumpifInsidePushWithJumpDest.json b/VMTests/vmIOandFlowOperations/jumpifInsidePushWithJumpDest.json index c075f2e2514..e9002bba98c 100644 --- a/VMTests/vmIOandFlowOperations/jumpifInsidePushWithJumpDest.json +++ b/VMTests/vmIOandFlowOperations/jumpifInsidePushWithJumpDest.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/jumpifInsidePushWithoutJumpDest.json b/VMTests/vmIOandFlowOperations/jumpifInsidePushWithoutJumpDest.json index 1f60049e2ef..0c9ba2f8a7e 100644 --- a/VMTests/vmIOandFlowOperations/jumpifInsidePushWithoutJumpDest.json +++ b/VMTests/vmIOandFlowOperations/jumpifInsidePushWithoutJumpDest.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/kv1.json b/VMTests/vmIOandFlowOperations/kv1.json index cc6affbed62..afa1d68f235 100644 --- a/VMTests/vmIOandFlowOperations/kv1.json +++ b/VMTests/vmIOandFlowOperations/kv1.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/log1MemExp.json b/VMTests/vmIOandFlowOperations/log1MemExp.json index ee494ca3c25..d19f8088732 100644 --- a/VMTests/vmIOandFlowOperations/log1MemExp.json +++ b/VMTests/vmIOandFlowOperations/log1MemExp.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/loop_stacklimit_1020.json b/VMTests/vmIOandFlowOperations/loop_stacklimit_1020.json index 4492f54ebec..00794d42052 100644 --- a/VMTests/vmIOandFlowOperations/loop_stacklimit_1020.json +++ b/VMTests/vmIOandFlowOperations/loop_stacklimit_1020.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/loop_stacklimit_1021.json b/VMTests/vmIOandFlowOperations/loop_stacklimit_1021.json index 17818d0f7cc..3acc292cc92 100644 --- a/VMTests/vmIOandFlowOperations/loop_stacklimit_1021.json +++ b/VMTests/vmIOandFlowOperations/loop_stacklimit_1021.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/memory1.json b/VMTests/vmIOandFlowOperations/memory1.json index 213fc492a68..ceb05e14c8f 100644 --- a/VMTests/vmIOandFlowOperations/memory1.json +++ b/VMTests/vmIOandFlowOperations/memory1.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/mloadError0.json b/VMTests/vmIOandFlowOperations/mloadError0.json index 3284f8e84d7..1687ba67165 100644 --- a/VMTests/vmIOandFlowOperations/mloadError0.json +++ b/VMTests/vmIOandFlowOperations/mloadError0.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/mloadError1.json b/VMTests/vmIOandFlowOperations/mloadError1.json index fd72f31849f..146bdc34d88 100644 --- a/VMTests/vmIOandFlowOperations/mloadError1.json +++ b/VMTests/vmIOandFlowOperations/mloadError1.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/mloadMemExp.json b/VMTests/vmIOandFlowOperations/mloadMemExp.json index a0bdcdd68c8..bc2bd356bfb 100644 --- a/VMTests/vmIOandFlowOperations/mloadMemExp.json +++ b/VMTests/vmIOandFlowOperations/mloadMemExp.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/mloadOutOfGasError2.json b/VMTests/vmIOandFlowOperations/mloadOutOfGasError2.json index eee75585e07..9103042d2f0 100644 --- a/VMTests/vmIOandFlowOperations/mloadOutOfGasError2.json +++ b/VMTests/vmIOandFlowOperations/mloadOutOfGasError2.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/msize0.json b/VMTests/vmIOandFlowOperations/msize0.json index 0312d9b0b0f..d38fafdc4d0 100644 --- a/VMTests/vmIOandFlowOperations/msize0.json +++ b/VMTests/vmIOandFlowOperations/msize0.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/msize1.json b/VMTests/vmIOandFlowOperations/msize1.json index 3cd0e28ba38..21532bb6188 100644 --- a/VMTests/vmIOandFlowOperations/msize1.json +++ b/VMTests/vmIOandFlowOperations/msize1.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/msize2.json b/VMTests/vmIOandFlowOperations/msize2.json index 0ce53db6914..1fd509ec58b 100644 --- a/VMTests/vmIOandFlowOperations/msize2.json +++ b/VMTests/vmIOandFlowOperations/msize2.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/msize3.json b/VMTests/vmIOandFlowOperations/msize3.json index 89ee18bd24f..56efe2339a0 100644 --- a/VMTests/vmIOandFlowOperations/msize3.json +++ b/VMTests/vmIOandFlowOperations/msize3.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/mstore0.json b/VMTests/vmIOandFlowOperations/mstore0.json index f28a7e956c8..51a043d0aad 100644 --- a/VMTests/vmIOandFlowOperations/mstore0.json +++ b/VMTests/vmIOandFlowOperations/mstore0.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/mstore1.json b/VMTests/vmIOandFlowOperations/mstore1.json index 0c74b6e1928..81ced8359c0 100644 --- a/VMTests/vmIOandFlowOperations/mstore1.json +++ b/VMTests/vmIOandFlowOperations/mstore1.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/mstore8MemExp.json b/VMTests/vmIOandFlowOperations/mstore8MemExp.json index 7b8ccd1333a..21a401a7bc0 100644 --- a/VMTests/vmIOandFlowOperations/mstore8MemExp.json +++ b/VMTests/vmIOandFlowOperations/mstore8MemExp.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/mstore8WordToBigError.json b/VMTests/vmIOandFlowOperations/mstore8WordToBigError.json index 9140e15ab10..559883f8fac 100644 --- a/VMTests/vmIOandFlowOperations/mstore8WordToBigError.json +++ b/VMTests/vmIOandFlowOperations/mstore8WordToBigError.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/mstore8_0.json b/VMTests/vmIOandFlowOperations/mstore8_0.json index 7465592d3c8..54a84372310 100644 --- a/VMTests/vmIOandFlowOperations/mstore8_0.json +++ b/VMTests/vmIOandFlowOperations/mstore8_0.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/mstore8_1.json b/VMTests/vmIOandFlowOperations/mstore8_1.json index 2c4d732e29f..fadd0ad1a07 100644 --- a/VMTests/vmIOandFlowOperations/mstore8_1.json +++ b/VMTests/vmIOandFlowOperations/mstore8_1.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/mstoreMemExp.json b/VMTests/vmIOandFlowOperations/mstoreMemExp.json index 4901c6f3a1d..f48ec6969ef 100644 --- a/VMTests/vmIOandFlowOperations/mstoreMemExp.json +++ b/VMTests/vmIOandFlowOperations/mstoreMemExp.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/mstoreWordToBigError.json b/VMTests/vmIOandFlowOperations/mstoreWordToBigError.json index 4af8ce54066..3610ffa7c46 100644 --- a/VMTests/vmIOandFlowOperations/mstoreWordToBigError.json +++ b/VMTests/vmIOandFlowOperations/mstoreWordToBigError.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/mstore_mload0.json b/VMTests/vmIOandFlowOperations/mstore_mload0.json index 56451087223..5e0a02710dd 100644 --- a/VMTests/vmIOandFlowOperations/mstore_mload0.json +++ b/VMTests/vmIOandFlowOperations/mstore_mload0.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/pc0.json b/VMTests/vmIOandFlowOperations/pc0.json index 34040363ee5..e8bd8097093 100644 --- a/VMTests/vmIOandFlowOperations/pc0.json +++ b/VMTests/vmIOandFlowOperations/pc0.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/pc1.json b/VMTests/vmIOandFlowOperations/pc1.json index 8828a83b2ce..ddeb730449c 100644 --- a/VMTests/vmIOandFlowOperations/pc1.json +++ b/VMTests/vmIOandFlowOperations/pc1.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/pop0.json b/VMTests/vmIOandFlowOperations/pop0.json index 187eafce832..b6e931ac8d4 100644 --- a/VMTests/vmIOandFlowOperations/pop0.json +++ b/VMTests/vmIOandFlowOperations/pop0.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/pop1.json b/VMTests/vmIOandFlowOperations/pop1.json index 248e7673113..f3970ed7794 100644 --- a/VMTests/vmIOandFlowOperations/pop1.json +++ b/VMTests/vmIOandFlowOperations/pop1.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/return1.json b/VMTests/vmIOandFlowOperations/return1.json index 8f628e45c21..5b63af3322b 100644 --- a/VMTests/vmIOandFlowOperations/return1.json +++ b/VMTests/vmIOandFlowOperations/return1.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/return2.json b/VMTests/vmIOandFlowOperations/return2.json index d7cdd7e0132..e6fdcf806be 100644 --- a/VMTests/vmIOandFlowOperations/return2.json +++ b/VMTests/vmIOandFlowOperations/return2.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/sha3MemExp.json b/VMTests/vmIOandFlowOperations/sha3MemExp.json index f97b50c115f..3c7244d3f6c 100644 --- a/VMTests/vmIOandFlowOperations/sha3MemExp.json +++ b/VMTests/vmIOandFlowOperations/sha3MemExp.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/sstore_load_0.json b/VMTests/vmIOandFlowOperations/sstore_load_0.json index b3118759dda..ee104b594e5 100644 --- a/VMTests/vmIOandFlowOperations/sstore_load_0.json +++ b/VMTests/vmIOandFlowOperations/sstore_load_0.json @@ -49,4 +49,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/sstore_load_1.json b/VMTests/vmIOandFlowOperations/sstore_load_1.json index 592df4cd25b..f354affa4b1 100644 --- a/VMTests/vmIOandFlowOperations/sstore_load_1.json +++ b/VMTests/vmIOandFlowOperations/sstore_load_1.json @@ -48,4 +48,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/sstore_load_2.json b/VMTests/vmIOandFlowOperations/sstore_load_2.json index b5afc93fadf..5fa7d8e0984 100644 --- a/VMTests/vmIOandFlowOperations/sstore_load_2.json +++ b/VMTests/vmIOandFlowOperations/sstore_load_2.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/sstore_underflow.json b/VMTests/vmIOandFlowOperations/sstore_underflow.json index 5f6c961ced5..c6b98dd8b70 100644 --- a/VMTests/vmIOandFlowOperations/sstore_underflow.json +++ b/VMTests/vmIOandFlowOperations/sstore_underflow.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/stack_loop.json b/VMTests/vmIOandFlowOperations/stack_loop.json index d8aad250cad..259fefdcf20 100644 --- a/VMTests/vmIOandFlowOperations/stack_loop.json +++ b/VMTests/vmIOandFlowOperations/stack_loop.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/stackjump1.json b/VMTests/vmIOandFlowOperations/stackjump1.json index c9df1142441..2902847c919 100644 --- a/VMTests/vmIOandFlowOperations/stackjump1.json +++ b/VMTests/vmIOandFlowOperations/stackjump1.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/swapAt52becameMstore.json b/VMTests/vmIOandFlowOperations/swapAt52becameMstore.json index 10de777dd31..ef7ed110a75 100644 --- a/VMTests/vmIOandFlowOperations/swapAt52becameMstore.json +++ b/VMTests/vmIOandFlowOperations/swapAt52becameMstore.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmIOandFlowOperations/when.json b/VMTests/vmIOandFlowOperations/when.json index 23f654b5a3f..ca7e170d98d 100644 --- a/VMTests/vmIOandFlowOperations/when.json +++ b/VMTests/vmIOandFlowOperations/when.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log0_emptyMem.json b/VMTests/vmLogTest/log0_emptyMem.json index 81ce96deb28..536dd582b81 100644 --- a/VMTests/vmLogTest/log0_emptyMem.json +++ b/VMTests/vmLogTest/log0_emptyMem.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log0_logMemStartTooHigh.json b/VMTests/vmLogTest/log0_logMemStartTooHigh.json index c251928a892..a37555f5b00 100644 --- a/VMTests/vmLogTest/log0_logMemStartTooHigh.json +++ b/VMTests/vmLogTest/log0_logMemStartTooHigh.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log0_logMemsizeTooHigh.json b/VMTests/vmLogTest/log0_logMemsizeTooHigh.json index ffa3d4dc973..2986d6212da 100644 --- a/VMTests/vmLogTest/log0_logMemsizeTooHigh.json +++ b/VMTests/vmLogTest/log0_logMemsizeTooHigh.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log0_logMemsizeZero.json b/VMTests/vmLogTest/log0_logMemsizeZero.json index fb17f1320ce..2e7ee78a420 100644 --- a/VMTests/vmLogTest/log0_logMemsizeZero.json +++ b/VMTests/vmLogTest/log0_logMemsizeZero.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log0_nonEmptyMem.json b/VMTests/vmLogTest/log0_nonEmptyMem.json index dcbdbbbfb13..dcfa6ffd6f7 100644 --- a/VMTests/vmLogTest/log0_nonEmptyMem.json +++ b/VMTests/vmLogTest/log0_nonEmptyMem.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1.json b/VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1.json index 601897d3416..e53e12c7d66 100644 --- a/VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1.json +++ b/VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1_logMemStart31.json b/VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1_logMemStart31.json index 878ee7ae2cc..ec7a0d02bb5 100644 --- a/VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1_logMemStart31.json +++ b/VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1_logMemStart31.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log1_Caller.json b/VMTests/vmLogTest/log1_Caller.json index 765199395d3..1978400a2ed 100644 --- a/VMTests/vmLogTest/log1_Caller.json +++ b/VMTests/vmLogTest/log1_Caller.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log1_MaxTopic.json b/VMTests/vmLogTest/log1_MaxTopic.json index 3dbd2641080..c48b8dcc857 100644 --- a/VMTests/vmLogTest/log1_MaxTopic.json +++ b/VMTests/vmLogTest/log1_MaxTopic.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log1_emptyMem.json b/VMTests/vmLogTest/log1_emptyMem.json index eb2c8ef4871..9d72fd49a15 100644 --- a/VMTests/vmLogTest/log1_emptyMem.json +++ b/VMTests/vmLogTest/log1_emptyMem.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log1_logMemStartTooHigh.json b/VMTests/vmLogTest/log1_logMemStartTooHigh.json index 7e65608e390..b10bd23e4ae 100644 --- a/VMTests/vmLogTest/log1_logMemStartTooHigh.json +++ b/VMTests/vmLogTest/log1_logMemStartTooHigh.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log1_logMemsizeTooHigh.json b/VMTests/vmLogTest/log1_logMemsizeTooHigh.json index 24128ef0893..93bb72d2f9d 100644 --- a/VMTests/vmLogTest/log1_logMemsizeTooHigh.json +++ b/VMTests/vmLogTest/log1_logMemsizeTooHigh.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log1_logMemsizeZero.json b/VMTests/vmLogTest/log1_logMemsizeZero.json index 8a5a6739019..97d3ef567fc 100644 --- a/VMTests/vmLogTest/log1_logMemsizeZero.json +++ b/VMTests/vmLogTest/log1_logMemsizeZero.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log1_nonEmptyMem.json b/VMTests/vmLogTest/log1_nonEmptyMem.json index 9e01ef43246..d38333ffd2f 100644 --- a/VMTests/vmLogTest/log1_nonEmptyMem.json +++ b/VMTests/vmLogTest/log1_nonEmptyMem.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1.json b/VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1.json index ea82aa4e954..b11864c68b8 100644 --- a/VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1.json +++ b/VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1_logMemStart31.json b/VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1_logMemStart31.json index bd2c9180b8d..cd738711cea 100644 --- a/VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1_logMemStart31.json +++ b/VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1_logMemStart31.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log2_Caller.json b/VMTests/vmLogTest/log2_Caller.json index b02ca251ad0..c08c55c43b5 100644 --- a/VMTests/vmLogTest/log2_Caller.json +++ b/VMTests/vmLogTest/log2_Caller.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log2_MaxTopic.json b/VMTests/vmLogTest/log2_MaxTopic.json index 88c14fe6720..c4cf8ba393b 100644 --- a/VMTests/vmLogTest/log2_MaxTopic.json +++ b/VMTests/vmLogTest/log2_MaxTopic.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log2_emptyMem.json b/VMTests/vmLogTest/log2_emptyMem.json index df7a2a89915..9581d3cb2fe 100644 --- a/VMTests/vmLogTest/log2_emptyMem.json +++ b/VMTests/vmLogTest/log2_emptyMem.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log2_logMemStartTooHigh.json b/VMTests/vmLogTest/log2_logMemStartTooHigh.json index 9a3b79cf455..9e001a7be59 100644 --- a/VMTests/vmLogTest/log2_logMemStartTooHigh.json +++ b/VMTests/vmLogTest/log2_logMemStartTooHigh.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log2_logMemsizeTooHigh.json b/VMTests/vmLogTest/log2_logMemsizeTooHigh.json index 241150f304a..5e6eda2678f 100644 --- a/VMTests/vmLogTest/log2_logMemsizeTooHigh.json +++ b/VMTests/vmLogTest/log2_logMemsizeTooHigh.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log2_logMemsizeZero.json b/VMTests/vmLogTest/log2_logMemsizeZero.json index 7770dd1edf8..933615541c0 100644 --- a/VMTests/vmLogTest/log2_logMemsizeZero.json +++ b/VMTests/vmLogTest/log2_logMemsizeZero.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log2_nonEmptyMem.json b/VMTests/vmLogTest/log2_nonEmptyMem.json index 400ed25082b..6861c7f9489 100644 --- a/VMTests/vmLogTest/log2_nonEmptyMem.json +++ b/VMTests/vmLogTest/log2_nonEmptyMem.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1.json b/VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1.json index 7a420232dec..a600457f3cc 100644 --- a/VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1.json +++ b/VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1_logMemStart31.json b/VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1_logMemStart31.json index 73953e639ec..1a64cf57069 100644 --- a/VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1_logMemStart31.json +++ b/VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1_logMemStart31.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log3_Caller.json b/VMTests/vmLogTest/log3_Caller.json index 28e20c03f55..084dd17137a 100644 --- a/VMTests/vmLogTest/log3_Caller.json +++ b/VMTests/vmLogTest/log3_Caller.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log3_MaxTopic.json b/VMTests/vmLogTest/log3_MaxTopic.json index c68cc943fa6..3062e609f8c 100644 --- a/VMTests/vmLogTest/log3_MaxTopic.json +++ b/VMTests/vmLogTest/log3_MaxTopic.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log3_PC.json b/VMTests/vmLogTest/log3_PC.json index 716ce22b4d6..f6d0f0d6c9f 100644 --- a/VMTests/vmLogTest/log3_PC.json +++ b/VMTests/vmLogTest/log3_PC.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log3_emptyMem.json b/VMTests/vmLogTest/log3_emptyMem.json index e0e96d52b08..a87ab402354 100644 --- a/VMTests/vmLogTest/log3_emptyMem.json +++ b/VMTests/vmLogTest/log3_emptyMem.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log3_logMemStartTooHigh.json b/VMTests/vmLogTest/log3_logMemStartTooHigh.json index 262caf827e8..c3d0a49766f 100644 --- a/VMTests/vmLogTest/log3_logMemStartTooHigh.json +++ b/VMTests/vmLogTest/log3_logMemStartTooHigh.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log3_logMemsizeTooHigh.json b/VMTests/vmLogTest/log3_logMemsizeTooHigh.json index 77c02c0d7d0..85d7f5557e7 100644 --- a/VMTests/vmLogTest/log3_logMemsizeTooHigh.json +++ b/VMTests/vmLogTest/log3_logMemsizeTooHigh.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log3_logMemsizeZero.json b/VMTests/vmLogTest/log3_logMemsizeZero.json index 843aa17362a..0ac685b78c4 100644 --- a/VMTests/vmLogTest/log3_logMemsizeZero.json +++ b/VMTests/vmLogTest/log3_logMemsizeZero.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log3_nonEmptyMem.json b/VMTests/vmLogTest/log3_nonEmptyMem.json index 1245b70f193..4287d622e27 100644 --- a/VMTests/vmLogTest/log3_nonEmptyMem.json +++ b/VMTests/vmLogTest/log3_nonEmptyMem.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1.json b/VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1.json index 4441e96f68a..ac1c7c36c85 100644 --- a/VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1.json +++ b/VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1_logMemStart31.json b/VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1_logMemStart31.json index 4860793cf43..e7d713b582a 100644 --- a/VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1_logMemStart31.json +++ b/VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1_logMemStart31.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log4_Caller.json b/VMTests/vmLogTest/log4_Caller.json index 02e53d6a822..2be6ffc8231 100644 --- a/VMTests/vmLogTest/log4_Caller.json +++ b/VMTests/vmLogTest/log4_Caller.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log4_MaxTopic.json b/VMTests/vmLogTest/log4_MaxTopic.json index e56e8098d2d..1bc2b3d5a37 100644 --- a/VMTests/vmLogTest/log4_MaxTopic.json +++ b/VMTests/vmLogTest/log4_MaxTopic.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log4_PC.json b/VMTests/vmLogTest/log4_PC.json index 004a7d1f670..267b9a92f46 100644 --- a/VMTests/vmLogTest/log4_PC.json +++ b/VMTests/vmLogTest/log4_PC.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log4_emptyMem.json b/VMTests/vmLogTest/log4_emptyMem.json index a1e41a72179..213ca6d992d 100644 --- a/VMTests/vmLogTest/log4_emptyMem.json +++ b/VMTests/vmLogTest/log4_emptyMem.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log4_logMemStartTooHigh.json b/VMTests/vmLogTest/log4_logMemStartTooHigh.json index a61afe8ac83..5f3671a88aa 100644 --- a/VMTests/vmLogTest/log4_logMemStartTooHigh.json +++ b/VMTests/vmLogTest/log4_logMemStartTooHigh.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log4_logMemsizeTooHigh.json b/VMTests/vmLogTest/log4_logMemsizeTooHigh.json index 53c0979e9ee..3c433b17b75 100644 --- a/VMTests/vmLogTest/log4_logMemsizeTooHigh.json +++ b/VMTests/vmLogTest/log4_logMemsizeTooHigh.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log4_logMemsizeZero.json b/VMTests/vmLogTest/log4_logMemsizeZero.json index 2c01c1fe89f..357f80a4165 100644 --- a/VMTests/vmLogTest/log4_logMemsizeZero.json +++ b/VMTests/vmLogTest/log4_logMemsizeZero.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log4_nonEmptyMem.json b/VMTests/vmLogTest/log4_nonEmptyMem.json index 4997886fe83..6b09f3d9b44 100644 --- a/VMTests/vmLogTest/log4_nonEmptyMem.json +++ b/VMTests/vmLogTest/log4_nonEmptyMem.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1.json b/VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1.json index 6a7f5702a12..7adba5d035a 100644 --- a/VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1.json +++ b/VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1_logMemStart31.json b/VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1_logMemStart31.json index ab1aa6ba53c..9a3c38283f3 100644 --- a/VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1_logMemStart31.json +++ b/VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1_logMemStart31.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmLogTest/log_2logs.json b/VMTests/vmLogTest/log_2logs.json index ab73448a106..1fffa0045a9 100644 --- a/VMTests/vmLogTest/log_2logs.json +++ b/VMTests/vmLogTest/log_2logs.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPerformance/ackermann31.json b/VMTests/vmPerformance/ackermann31.json index 4e2d71f57c7..f34207b3b1a 100644 --- a/VMTests/vmPerformance/ackermann31.json +++ b/VMTests/vmPerformance/ackermann31.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPerformance/ackermann32.json b/VMTests/vmPerformance/ackermann32.json index f496d4d009e..75c5b1c278d 100644 --- a/VMTests/vmPerformance/ackermann32.json +++ b/VMTests/vmPerformance/ackermann32.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPerformance/ackermann33.json b/VMTests/vmPerformance/ackermann33.json index 59a1285b52c..f9b36a65a88 100644 --- a/VMTests/vmPerformance/ackermann33.json +++ b/VMTests/vmPerformance/ackermann33.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPerformance/fibonacci10.json b/VMTests/vmPerformance/fibonacci10.json index 82ba1bd7cb3..a565a42fda2 100644 --- a/VMTests/vmPerformance/fibonacci10.json +++ b/VMTests/vmPerformance/fibonacci10.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPerformance/fibonacci16.json b/VMTests/vmPerformance/fibonacci16.json index c917fd23b38..8631cda3c92 100644 --- a/VMTests/vmPerformance/fibonacci16.json +++ b/VMTests/vmPerformance/fibonacci16.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPerformance/loop-add-10M.json b/VMTests/vmPerformance/loop-add-10M.json index 772d5183cad..fe606cb6aee 100644 --- a/VMTests/vmPerformance/loop-add-10M.json +++ b/VMTests/vmPerformance/loop-add-10M.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPerformance/loop-divadd-10M.json b/VMTests/vmPerformance/loop-divadd-10M.json index 40d935b1651..9d3fc0bc366 100644 --- a/VMTests/vmPerformance/loop-divadd-10M.json +++ b/VMTests/vmPerformance/loop-divadd-10M.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPerformance/loop-divadd-unr100-10M.json b/VMTests/vmPerformance/loop-divadd-unr100-10M.json index d5fd2aa6b94..df87bb5d760 100644 --- a/VMTests/vmPerformance/loop-divadd-unr100-10M.json +++ b/VMTests/vmPerformance/loop-divadd-unr100-10M.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPerformance/loop-exp-16b-100k.json b/VMTests/vmPerformance/loop-exp-16b-100k.json index 3da7a6c17c9..dd1d5a3c68f 100644 --- a/VMTests/vmPerformance/loop-exp-16b-100k.json +++ b/VMTests/vmPerformance/loop-exp-16b-100k.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPerformance/loop-exp-1b-1M.json b/VMTests/vmPerformance/loop-exp-1b-1M.json index ab467352cea..02517c01a20 100644 --- a/VMTests/vmPerformance/loop-exp-1b-1M.json +++ b/VMTests/vmPerformance/loop-exp-1b-1M.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPerformance/loop-exp-2b-100k.json b/VMTests/vmPerformance/loop-exp-2b-100k.json index 65a90c52b15..e65612ddede 100644 --- a/VMTests/vmPerformance/loop-exp-2b-100k.json +++ b/VMTests/vmPerformance/loop-exp-2b-100k.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPerformance/loop-exp-32b-100k.json b/VMTests/vmPerformance/loop-exp-32b-100k.json index fc0e0be3a0d..a375472cb0b 100644 --- a/VMTests/vmPerformance/loop-exp-32b-100k.json +++ b/VMTests/vmPerformance/loop-exp-32b-100k.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPerformance/loop-exp-4b-100k.json b/VMTests/vmPerformance/loop-exp-4b-100k.json index 45062a09597..a95529fa474 100644 --- a/VMTests/vmPerformance/loop-exp-4b-100k.json +++ b/VMTests/vmPerformance/loop-exp-4b-100k.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPerformance/loop-exp-8b-100k.json b/VMTests/vmPerformance/loop-exp-8b-100k.json index 5fbd0956762..2d9a6c37f6d 100644 --- a/VMTests/vmPerformance/loop-exp-8b-100k.json +++ b/VMTests/vmPerformance/loop-exp-8b-100k.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPerformance/loop-exp-nop-1M.json b/VMTests/vmPerformance/loop-exp-nop-1M.json index a33aff59f0f..12514cb51cd 100644 --- a/VMTests/vmPerformance/loop-exp-nop-1M.json +++ b/VMTests/vmPerformance/loop-exp-nop-1M.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPerformance/loop-mul.json b/VMTests/vmPerformance/loop-mul.json index 44b1fa96434..de11e5a5c1b 100644 --- a/VMTests/vmPerformance/loop-mul.json +++ b/VMTests/vmPerformance/loop-mul.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPerformance/loop-mulmod-2M.json b/VMTests/vmPerformance/loop-mulmod-2M.json index dbd26332324..71608af5f5e 100644 --- a/VMTests/vmPerformance/loop-mulmod-2M.json +++ b/VMTests/vmPerformance/loop-mulmod-2M.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPerformance/manyFunctions100.json b/VMTests/vmPerformance/manyFunctions100.json index af856c235e4..b0b4366c532 100644 --- a/VMTests/vmPerformance/manyFunctions100.json +++ b/VMTests/vmPerformance/manyFunctions100.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/dup1.json b/VMTests/vmPushDupSwapTest/dup1.json index 32528b5bcc4..aa3a6a3cb99 100644 --- a/VMTests/vmPushDupSwapTest/dup1.json +++ b/VMTests/vmPushDupSwapTest/dup1.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/dup10.json b/VMTests/vmPushDupSwapTest/dup10.json index b3392bd2165..a6c99d1f8e1 100644 --- a/VMTests/vmPushDupSwapTest/dup10.json +++ b/VMTests/vmPushDupSwapTest/dup10.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/dup11.json b/VMTests/vmPushDupSwapTest/dup11.json index 169b3f89201..357c1b9948d 100644 --- a/VMTests/vmPushDupSwapTest/dup11.json +++ b/VMTests/vmPushDupSwapTest/dup11.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/dup12.json b/VMTests/vmPushDupSwapTest/dup12.json index ec40e588195..45c1ca9b0a4 100644 --- a/VMTests/vmPushDupSwapTest/dup12.json +++ b/VMTests/vmPushDupSwapTest/dup12.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/dup13.json b/VMTests/vmPushDupSwapTest/dup13.json index ef110a811f9..ba314425ec3 100644 --- a/VMTests/vmPushDupSwapTest/dup13.json +++ b/VMTests/vmPushDupSwapTest/dup13.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/dup14.json b/VMTests/vmPushDupSwapTest/dup14.json index ee6983ca9d9..d025ebe0488 100644 --- a/VMTests/vmPushDupSwapTest/dup14.json +++ b/VMTests/vmPushDupSwapTest/dup14.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/dup15.json b/VMTests/vmPushDupSwapTest/dup15.json index bc645331628..29e9d69ce25 100644 --- a/VMTests/vmPushDupSwapTest/dup15.json +++ b/VMTests/vmPushDupSwapTest/dup15.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/dup16.json b/VMTests/vmPushDupSwapTest/dup16.json index ed4a54ea4c2..828f6042dab 100644 --- a/VMTests/vmPushDupSwapTest/dup16.json +++ b/VMTests/vmPushDupSwapTest/dup16.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/dup2.json b/VMTests/vmPushDupSwapTest/dup2.json index b6cf4bc89b2..0bc5f38c394 100644 --- a/VMTests/vmPushDupSwapTest/dup2.json +++ b/VMTests/vmPushDupSwapTest/dup2.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/dup2error.json b/VMTests/vmPushDupSwapTest/dup2error.json index aa655a86885..09ed33df1cd 100644 --- a/VMTests/vmPushDupSwapTest/dup2error.json +++ b/VMTests/vmPushDupSwapTest/dup2error.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/dup3.json b/VMTests/vmPushDupSwapTest/dup3.json index 0b2d7ad5687..2e3a0422f42 100644 --- a/VMTests/vmPushDupSwapTest/dup3.json +++ b/VMTests/vmPushDupSwapTest/dup3.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/dup4.json b/VMTests/vmPushDupSwapTest/dup4.json index 5943e110166..8491a946370 100644 --- a/VMTests/vmPushDupSwapTest/dup4.json +++ b/VMTests/vmPushDupSwapTest/dup4.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/dup5.json b/VMTests/vmPushDupSwapTest/dup5.json index e0e726bf561..b6e59c120bd 100644 --- a/VMTests/vmPushDupSwapTest/dup5.json +++ b/VMTests/vmPushDupSwapTest/dup5.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/dup6.json b/VMTests/vmPushDupSwapTest/dup6.json index 106d5796be7..5596f00c889 100644 --- a/VMTests/vmPushDupSwapTest/dup6.json +++ b/VMTests/vmPushDupSwapTest/dup6.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/dup7.json b/VMTests/vmPushDupSwapTest/dup7.json index 1357c28193d..b699a7d8916 100644 --- a/VMTests/vmPushDupSwapTest/dup7.json +++ b/VMTests/vmPushDupSwapTest/dup7.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/dup8.json b/VMTests/vmPushDupSwapTest/dup8.json index 3f06a2545fb..a709ded4354 100644 --- a/VMTests/vmPushDupSwapTest/dup8.json +++ b/VMTests/vmPushDupSwapTest/dup8.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/dup9.json b/VMTests/vmPushDupSwapTest/dup9.json index 0e0db9ad587..926f95f7d30 100644 --- a/VMTests/vmPushDupSwapTest/dup9.json +++ b/VMTests/vmPushDupSwapTest/dup9.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/push1.json b/VMTests/vmPushDupSwapTest/push1.json index 708775a2349..9b4a8898817 100644 --- a/VMTests/vmPushDupSwapTest/push1.json +++ b/VMTests/vmPushDupSwapTest/push1.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/push10.json b/VMTests/vmPushDupSwapTest/push10.json index bf84a45a25d..34c24d04e2b 100644 --- a/VMTests/vmPushDupSwapTest/push10.json +++ b/VMTests/vmPushDupSwapTest/push10.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/push11.json b/VMTests/vmPushDupSwapTest/push11.json index 362e4e84587..80714766921 100644 --- a/VMTests/vmPushDupSwapTest/push11.json +++ b/VMTests/vmPushDupSwapTest/push11.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/push12.json b/VMTests/vmPushDupSwapTest/push12.json index 12275bfffdd..23332a6f0df 100644 --- a/VMTests/vmPushDupSwapTest/push12.json +++ b/VMTests/vmPushDupSwapTest/push12.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/push13.json b/VMTests/vmPushDupSwapTest/push13.json index 5f955607ca4..e8c08fd4fb0 100644 --- a/VMTests/vmPushDupSwapTest/push13.json +++ b/VMTests/vmPushDupSwapTest/push13.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/push14.json b/VMTests/vmPushDupSwapTest/push14.json index a47fddaab84..bc65828a00f 100644 --- a/VMTests/vmPushDupSwapTest/push14.json +++ b/VMTests/vmPushDupSwapTest/push14.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/push15.json b/VMTests/vmPushDupSwapTest/push15.json index 86512dd56d3..5f91b47f9ab 100644 --- a/VMTests/vmPushDupSwapTest/push15.json +++ b/VMTests/vmPushDupSwapTest/push15.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/push16.json b/VMTests/vmPushDupSwapTest/push16.json index 1a09021b817..f1d4964de1d 100644 --- a/VMTests/vmPushDupSwapTest/push16.json +++ b/VMTests/vmPushDupSwapTest/push16.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/push17.json b/VMTests/vmPushDupSwapTest/push17.json index 15535a8e455..6266403cf28 100644 --- a/VMTests/vmPushDupSwapTest/push17.json +++ b/VMTests/vmPushDupSwapTest/push17.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/push18.json b/VMTests/vmPushDupSwapTest/push18.json index a502693437a..a588b329b18 100644 --- a/VMTests/vmPushDupSwapTest/push18.json +++ b/VMTests/vmPushDupSwapTest/push18.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/push19.json b/VMTests/vmPushDupSwapTest/push19.json index b25adf7208a..cc94af7ea83 100644 --- a/VMTests/vmPushDupSwapTest/push19.json +++ b/VMTests/vmPushDupSwapTest/push19.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/push1_missingStack.json b/VMTests/vmPushDupSwapTest/push1_missingStack.json index 160e247c2a1..c30d43b6af2 100644 --- a/VMTests/vmPushDupSwapTest/push1_missingStack.json +++ b/VMTests/vmPushDupSwapTest/push1_missingStack.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/push2.json b/VMTests/vmPushDupSwapTest/push2.json index dd1e2f20c76..c83a455cbb8 100644 --- a/VMTests/vmPushDupSwapTest/push2.json +++ b/VMTests/vmPushDupSwapTest/push2.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/push20.json b/VMTests/vmPushDupSwapTest/push20.json index b5c7d0f3148..e29eaf0e0fb 100644 --- a/VMTests/vmPushDupSwapTest/push20.json +++ b/VMTests/vmPushDupSwapTest/push20.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/push21.json b/VMTests/vmPushDupSwapTest/push21.json index 7921560a5ce..fd45732b9d5 100644 --- a/VMTests/vmPushDupSwapTest/push21.json +++ b/VMTests/vmPushDupSwapTest/push21.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/push22.json b/VMTests/vmPushDupSwapTest/push22.json index 65ef9ee0533..f68cf4f891e 100644 --- a/VMTests/vmPushDupSwapTest/push22.json +++ b/VMTests/vmPushDupSwapTest/push22.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/push23.json b/VMTests/vmPushDupSwapTest/push23.json index 6c9d2ebb80a..b0c177fc1bf 100644 --- a/VMTests/vmPushDupSwapTest/push23.json +++ b/VMTests/vmPushDupSwapTest/push23.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/push24.json b/VMTests/vmPushDupSwapTest/push24.json index 56ee585df27..565e14402db 100644 --- a/VMTests/vmPushDupSwapTest/push24.json +++ b/VMTests/vmPushDupSwapTest/push24.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/push25.json b/VMTests/vmPushDupSwapTest/push25.json index ab123e78879..2cb6070ea5a 100644 --- a/VMTests/vmPushDupSwapTest/push25.json +++ b/VMTests/vmPushDupSwapTest/push25.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/push26.json b/VMTests/vmPushDupSwapTest/push26.json index 012a27511d8..0771a976c37 100644 --- a/VMTests/vmPushDupSwapTest/push26.json +++ b/VMTests/vmPushDupSwapTest/push26.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/push27.json b/VMTests/vmPushDupSwapTest/push27.json index beb98c0cd09..6438cd07906 100644 --- a/VMTests/vmPushDupSwapTest/push27.json +++ b/VMTests/vmPushDupSwapTest/push27.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/push28.json b/VMTests/vmPushDupSwapTest/push28.json index e1c4ebca745..0cf66b88d63 100644 --- a/VMTests/vmPushDupSwapTest/push28.json +++ b/VMTests/vmPushDupSwapTest/push28.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/push29.json b/VMTests/vmPushDupSwapTest/push29.json index 9a240ee0f44..a514614c3c7 100644 --- a/VMTests/vmPushDupSwapTest/push29.json +++ b/VMTests/vmPushDupSwapTest/push29.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/push3.json b/VMTests/vmPushDupSwapTest/push3.json index d5b9db92086..1ee97d930f0 100644 --- a/VMTests/vmPushDupSwapTest/push3.json +++ b/VMTests/vmPushDupSwapTest/push3.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/push30.json b/VMTests/vmPushDupSwapTest/push30.json index e4da8c77287..78f0ae75044 100644 --- a/VMTests/vmPushDupSwapTest/push30.json +++ b/VMTests/vmPushDupSwapTest/push30.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/push31.json b/VMTests/vmPushDupSwapTest/push31.json index 1501185e4d1..5b091d5e5ef 100644 --- a/VMTests/vmPushDupSwapTest/push31.json +++ b/VMTests/vmPushDupSwapTest/push31.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/push32.json b/VMTests/vmPushDupSwapTest/push32.json index 7735a4808ab..068b5fee156 100644 --- a/VMTests/vmPushDupSwapTest/push32.json +++ b/VMTests/vmPushDupSwapTest/push32.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/push32AndSuicide.json b/VMTests/vmPushDupSwapTest/push32AndSuicide.json index cc36e74beaa..9a0ef5e8f74 100644 --- a/VMTests/vmPushDupSwapTest/push32AndSuicide.json +++ b/VMTests/vmPushDupSwapTest/push32AndSuicide.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/push32FillUpInputWithZerosAtTheEnd.json b/VMTests/vmPushDupSwapTest/push32FillUpInputWithZerosAtTheEnd.json index 5894c952a02..14c2ca77b84 100644 --- a/VMTests/vmPushDupSwapTest/push32FillUpInputWithZerosAtTheEnd.json +++ b/VMTests/vmPushDupSwapTest/push32FillUpInputWithZerosAtTheEnd.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/push32Undefined.json b/VMTests/vmPushDupSwapTest/push32Undefined.json index d436ba2291b..72276450ca4 100644 --- a/VMTests/vmPushDupSwapTest/push32Undefined.json +++ b/VMTests/vmPushDupSwapTest/push32Undefined.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/push32Undefined2.json b/VMTests/vmPushDupSwapTest/push32Undefined2.json index f0387f048b8..f87e1eaf4d9 100644 --- a/VMTests/vmPushDupSwapTest/push32Undefined2.json +++ b/VMTests/vmPushDupSwapTest/push32Undefined2.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/push32Undefined3.json b/VMTests/vmPushDupSwapTest/push32Undefined3.json index 3c203ecaca3..dc2d66cdca1 100644 --- a/VMTests/vmPushDupSwapTest/push32Undefined3.json +++ b/VMTests/vmPushDupSwapTest/push32Undefined3.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/push33.json b/VMTests/vmPushDupSwapTest/push33.json index ce11e9a0ce1..6591ca147cc 100644 --- a/VMTests/vmPushDupSwapTest/push33.json +++ b/VMTests/vmPushDupSwapTest/push33.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/push4.json b/VMTests/vmPushDupSwapTest/push4.json index 35d6c817d6e..1a8c9713a96 100644 --- a/VMTests/vmPushDupSwapTest/push4.json +++ b/VMTests/vmPushDupSwapTest/push4.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/push5.json b/VMTests/vmPushDupSwapTest/push5.json index dd459ef02c3..bf3d08359a9 100644 --- a/VMTests/vmPushDupSwapTest/push5.json +++ b/VMTests/vmPushDupSwapTest/push5.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/push6.json b/VMTests/vmPushDupSwapTest/push6.json index 4a81beb73e0..15391236b7f 100644 --- a/VMTests/vmPushDupSwapTest/push6.json +++ b/VMTests/vmPushDupSwapTest/push6.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/push7.json b/VMTests/vmPushDupSwapTest/push7.json index 7cf744a8f7a..419a5273257 100644 --- a/VMTests/vmPushDupSwapTest/push7.json +++ b/VMTests/vmPushDupSwapTest/push7.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/push8.json b/VMTests/vmPushDupSwapTest/push8.json index 42622a7b969..67ac532f971 100644 --- a/VMTests/vmPushDupSwapTest/push8.json +++ b/VMTests/vmPushDupSwapTest/push8.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/push9.json b/VMTests/vmPushDupSwapTest/push9.json index 53d16aec751..38b3c104dec 100644 --- a/VMTests/vmPushDupSwapTest/push9.json +++ b/VMTests/vmPushDupSwapTest/push9.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/swap1.json b/VMTests/vmPushDupSwapTest/swap1.json index 74477eb9f57..f6dac7f6160 100644 --- a/VMTests/vmPushDupSwapTest/swap1.json +++ b/VMTests/vmPushDupSwapTest/swap1.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/swap10.json b/VMTests/vmPushDupSwapTest/swap10.json index e39e328a9ca..f1da871621a 100644 --- a/VMTests/vmPushDupSwapTest/swap10.json +++ b/VMTests/vmPushDupSwapTest/swap10.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/swap11.json b/VMTests/vmPushDupSwapTest/swap11.json index 0606f9edbd8..a45f92126e6 100644 --- a/VMTests/vmPushDupSwapTest/swap11.json +++ b/VMTests/vmPushDupSwapTest/swap11.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/swap12.json b/VMTests/vmPushDupSwapTest/swap12.json index c5aeb2d3428..6cd4afc1929 100644 --- a/VMTests/vmPushDupSwapTest/swap12.json +++ b/VMTests/vmPushDupSwapTest/swap12.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/swap13.json b/VMTests/vmPushDupSwapTest/swap13.json index 571d47db782..e43a7359a6c 100644 --- a/VMTests/vmPushDupSwapTest/swap13.json +++ b/VMTests/vmPushDupSwapTest/swap13.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/swap14.json b/VMTests/vmPushDupSwapTest/swap14.json index 6a5c146d39a..0227977bb1e 100644 --- a/VMTests/vmPushDupSwapTest/swap14.json +++ b/VMTests/vmPushDupSwapTest/swap14.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/swap15.json b/VMTests/vmPushDupSwapTest/swap15.json index 8ce14aaab2b..3165c16de76 100644 --- a/VMTests/vmPushDupSwapTest/swap15.json +++ b/VMTests/vmPushDupSwapTest/swap15.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/swap16.json b/VMTests/vmPushDupSwapTest/swap16.json index 18c1a7d9331..1aac796792a 100644 --- a/VMTests/vmPushDupSwapTest/swap16.json +++ b/VMTests/vmPushDupSwapTest/swap16.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/swap2.json b/VMTests/vmPushDupSwapTest/swap2.json index ae053ef71b9..e7f1c630649 100644 --- a/VMTests/vmPushDupSwapTest/swap2.json +++ b/VMTests/vmPushDupSwapTest/swap2.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/swap2error.json b/VMTests/vmPushDupSwapTest/swap2error.json index 00141a6ab06..6f847d5733e 100644 --- a/VMTests/vmPushDupSwapTest/swap2error.json +++ b/VMTests/vmPushDupSwapTest/swap2error.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/swap3.json b/VMTests/vmPushDupSwapTest/swap3.json index 0f5c08f7721..fc8e438ce9c 100644 --- a/VMTests/vmPushDupSwapTest/swap3.json +++ b/VMTests/vmPushDupSwapTest/swap3.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/swap4.json b/VMTests/vmPushDupSwapTest/swap4.json index e486211b4f8..582508a4457 100644 --- a/VMTests/vmPushDupSwapTest/swap4.json +++ b/VMTests/vmPushDupSwapTest/swap4.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/swap5.json b/VMTests/vmPushDupSwapTest/swap5.json index c0ebaba2941..6e75fa22cb1 100644 --- a/VMTests/vmPushDupSwapTest/swap5.json +++ b/VMTests/vmPushDupSwapTest/swap5.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/swap6.json b/VMTests/vmPushDupSwapTest/swap6.json index dd9e02331b5..24b94dad7a0 100644 --- a/VMTests/vmPushDupSwapTest/swap6.json +++ b/VMTests/vmPushDupSwapTest/swap6.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/swap7.json b/VMTests/vmPushDupSwapTest/swap7.json index 701db82d07e..a5ef2847527 100644 --- a/VMTests/vmPushDupSwapTest/swap7.json +++ b/VMTests/vmPushDupSwapTest/swap7.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/swap8.json b/VMTests/vmPushDupSwapTest/swap8.json index 98a68653665..096a5d6a3de 100644 --- a/VMTests/vmPushDupSwapTest/swap8.json +++ b/VMTests/vmPushDupSwapTest/swap8.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/swap9.json b/VMTests/vmPushDupSwapTest/swap9.json index 5242eb3d178..72575f59330 100644 --- a/VMTests/vmPushDupSwapTest/swap9.json +++ b/VMTests/vmPushDupSwapTest/swap9.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmPushDupSwapTest/swapjump1.json b/VMTests/vmPushDupSwapTest/swapjump1.json index a73eb823cea..d49c56be4ef 100644 --- a/VMTests/vmPushDupSwapTest/swapjump1.json +++ b/VMTests/vmPushDupSwapTest/swapjump1.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmRandomTest/201503102320PYTHON.json b/VMTests/vmRandomTest/201503102320PYTHON.json index 26fa1d449ec..9a170dd91ca 100644 --- a/VMTests/vmRandomTest/201503102320PYTHON.json +++ b/VMTests/vmRandomTest/201503102320PYTHON.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmRandomTest/201503110206PYTHON.json b/VMTests/vmRandomTest/201503110206PYTHON.json index f85e9bafcb7..3dca4df5401 100644 --- a/VMTests/vmRandomTest/201503110206PYTHON.json +++ b/VMTests/vmRandomTest/201503110206PYTHON.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmRandomTest/201503110219PYTHON.json b/VMTests/vmRandomTest/201503110219PYTHON.json index 2fd8b9030f9..de1848eded7 100644 --- a/VMTests/vmRandomTest/201503110219PYTHON.json +++ b/VMTests/vmRandomTest/201503110219PYTHON.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmRandomTest/201503110346PYTHON_PUSH24.json b/VMTests/vmRandomTest/201503110346PYTHON_PUSH24.json index 47ac1455efb..4fc98a066ae 100644 --- a/VMTests/vmRandomTest/201503110346PYTHON_PUSH24.json +++ b/VMTests/vmRandomTest/201503110346PYTHON_PUSH24.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmRandomTest/201503111844PYTHON.json b/VMTests/vmRandomTest/201503111844PYTHON.json index 7d64a69f5df..4304f85f1d7 100644 --- a/VMTests/vmRandomTest/201503111844PYTHON.json +++ b/VMTests/vmRandomTest/201503111844PYTHON.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmRandomTest/201503112218PYTHON.json b/VMTests/vmRandomTest/201503112218PYTHON.json index d6e9161b7ce..c44ffe09a05 100644 --- a/VMTests/vmRandomTest/201503112218PYTHON.json +++ b/VMTests/vmRandomTest/201503112218PYTHON.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmSha3Test/sha3_0.json b/VMTests/vmSha3Test/sha3_0.json index f159829544b..eef479393cd 100644 --- a/VMTests/vmSha3Test/sha3_0.json +++ b/VMTests/vmSha3Test/sha3_0.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmSha3Test/sha3_1.json b/VMTests/vmSha3Test/sha3_1.json index 60f0ff884a3..9fcc3f6d58b 100644 --- a/VMTests/vmSha3Test/sha3_1.json +++ b/VMTests/vmSha3Test/sha3_1.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmSha3Test/sha3_2.json b/VMTests/vmSha3Test/sha3_2.json index 14128c0e823..a1c331677dc 100644 --- a/VMTests/vmSha3Test/sha3_2.json +++ b/VMTests/vmSha3Test/sha3_2.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmSha3Test/sha3_3.json b/VMTests/vmSha3Test/sha3_3.json index d92082d4380..52fc9330d26 100644 --- a/VMTests/vmSha3Test/sha3_3.json +++ b/VMTests/vmSha3Test/sha3_3.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmSha3Test/sha3_4.json b/VMTests/vmSha3Test/sha3_4.json index 5535c88b309..95c31ad94b4 100644 --- a/VMTests/vmSha3Test/sha3_4.json +++ b/VMTests/vmSha3Test/sha3_4.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmSha3Test/sha3_5.json b/VMTests/vmSha3Test/sha3_5.json index 3dfb0dbbc60..314d1b6c4a2 100644 --- a/VMTests/vmSha3Test/sha3_5.json +++ b/VMTests/vmSha3Test/sha3_5.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmSha3Test/sha3_6.json b/VMTests/vmSha3Test/sha3_6.json index 1f9dff39f03..0ca31a43a71 100644 --- a/VMTests/vmSha3Test/sha3_6.json +++ b/VMTests/vmSha3Test/sha3_6.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmSha3Test/sha3_bigOffset.json b/VMTests/vmSha3Test/sha3_bigOffset.json index a789608e5ea..5809350d535 100644 --- a/VMTests/vmSha3Test/sha3_bigOffset.json +++ b/VMTests/vmSha3Test/sha3_bigOffset.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmSha3Test/sha3_bigOffset2.json b/VMTests/vmSha3Test/sha3_bigOffset2.json index 1be5bf2fadf..b75fe2b8294 100644 --- a/VMTests/vmSha3Test/sha3_bigOffset2.json +++ b/VMTests/vmSha3Test/sha3_bigOffset2.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmSha3Test/sha3_bigSize.json b/VMTests/vmSha3Test/sha3_bigSize.json index 92eebe1eca9..9db8f0ccc9d 100644 --- a/VMTests/vmSha3Test/sha3_bigSize.json +++ b/VMTests/vmSha3Test/sha3_bigSize.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmSha3Test/sha3_memSizeNoQuadraticCost31.json b/VMTests/vmSha3Test/sha3_memSizeNoQuadraticCost31.json index 3611bc28780..48332fee9a8 100644 --- a/VMTests/vmSha3Test/sha3_memSizeNoQuadraticCost31.json +++ b/VMTests/vmSha3Test/sha3_memSizeNoQuadraticCost31.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost32.json b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost32.json index 916c94dd4fd..9825ff6a93a 100644 --- a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost32.json +++ b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost32.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost32_zeroSize.json b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost32_zeroSize.json index b7fb8fba0bc..90b7df7dfc6 100644 --- a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost32_zeroSize.json +++ b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost32_zeroSize.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost33.json b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost33.json index a85a46822db..b9dd1797c17 100644 --- a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost33.json +++ b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost33.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost63.json b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost63.json index eedc77fd252..3c2d1be0bb6 100644 --- a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost63.json +++ b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost63.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost64.json b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost64.json index ff6b3e3d5ce..b9daa6801d7 100644 --- a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost64.json +++ b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost64.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost64_2.json b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost64_2.json index ce84d9584dc..d1e9115cef1 100644 --- a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost64_2.json +++ b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost64_2.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost65.json b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost65.json index dab191bf34e..a21194a6b50 100644 --- a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost65.json +++ b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost65.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmSystemOperations/TestNameRegistrator.json b/VMTests/vmSystemOperations/TestNameRegistrator.json index cd0c7406fc3..c1ded368209 100644 --- a/VMTests/vmSystemOperations/TestNameRegistrator.json +++ b/VMTests/vmSystemOperations/TestNameRegistrator.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmSystemOperations/return0.json b/VMTests/vmSystemOperations/return0.json index 73b7afa5d51..d7863021fa6 100644 --- a/VMTests/vmSystemOperations/return0.json +++ b/VMTests/vmSystemOperations/return0.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmSystemOperations/return1.json b/VMTests/vmSystemOperations/return1.json index 83cac18e639..8e682ce5526 100644 --- a/VMTests/vmSystemOperations/return1.json +++ b/VMTests/vmSystemOperations/return1.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmSystemOperations/return2.json b/VMTests/vmSystemOperations/return2.json index 388951fe8eb..cfba8553aa1 100644 --- a/VMTests/vmSystemOperations/return2.json +++ b/VMTests/vmSystemOperations/return2.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmSystemOperations/suicide0.json b/VMTests/vmSystemOperations/suicide0.json index b89005a9e70..e0f5ef7eebd 100644 --- a/VMTests/vmSystemOperations/suicide0.json +++ b/VMTests/vmSystemOperations/suicide0.json @@ -51,4 +51,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmSystemOperations/suicideNotExistingAccount.json b/VMTests/vmSystemOperations/suicideNotExistingAccount.json index 76e994fb013..c4a75d2150e 100644 --- a/VMTests/vmSystemOperations/suicideNotExistingAccount.json +++ b/VMTests/vmSystemOperations/suicideNotExistingAccount.json @@ -57,4 +57,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmSystemOperations/suicideSendEtherToMe.json b/VMTests/vmSystemOperations/suicideSendEtherToMe.json index a1730d835e0..73057eee59b 100644 --- a/VMTests/vmSystemOperations/suicideSendEtherToMe.json +++ b/VMTests/vmSystemOperations/suicideSendEtherToMe.json @@ -51,4 +51,4 @@ } } } -} \ No newline at end of file +} diff --git a/VMTests/vmTests/suicide.json b/VMTests/vmTests/suicide.json index 1ce0caa91cb..a7a50bde82c 100644 --- a/VMTests/vmTests/suicide.json +++ b/VMTests/vmTests/suicide.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/add0Filler.json b/src/VMTestsFiller/vmArithmeticTest/add0Filler.json index 9fd7b053678..3b81c326266 100644 --- a/src/VMTestsFiller/vmArithmeticTest/add0Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/add0Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/add1Filler.json b/src/VMTestsFiller/vmArithmeticTest/add1Filler.json index f8d06161d0c..df96876d7eb 100644 --- a/src/VMTestsFiller/vmArithmeticTest/add1Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/add1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/add2Filler.json b/src/VMTestsFiller/vmArithmeticTest/add2Filler.json index c1d9eb7dbfc..c04459b0838 100644 --- a/src/VMTestsFiller/vmArithmeticTest/add2Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/add2Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/add3Filler.json b/src/VMTestsFiller/vmArithmeticTest/add3Filler.json index d38da4825e7..8904c4c0176 100644 --- a/src/VMTestsFiller/vmArithmeticTest/add3Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/add3Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/add4Filler.json b/src/VMTestsFiller/vmArithmeticTest/add4Filler.json index 35d0e7d6cd0..1af2a93872d 100644 --- a/src/VMTestsFiller/vmArithmeticTest/add4Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/add4Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/addmod0Filler.json b/src/VMTestsFiller/vmArithmeticTest/addmod0Filler.json index 0a65fd428f8..1760ee7a831 100644 --- a/src/VMTestsFiller/vmArithmeticTest/addmod0Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/addmod0Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/addmod1Filler.json b/src/VMTestsFiller/vmArithmeticTest/addmod1Filler.json index 5a250646784..eb7e3f829c2 100644 --- a/src/VMTestsFiller/vmArithmeticTest/addmod1Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/addmod1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/addmod1_overflow2Filler.json b/src/VMTestsFiller/vmArithmeticTest/addmod1_overflow2Filler.json index 6577c47bad0..f58b7838006 100644 --- a/src/VMTestsFiller/vmArithmeticTest/addmod1_overflow2Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/addmod1_overflow2Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/addmod1_overflow3Filler.json b/src/VMTestsFiller/vmArithmeticTest/addmod1_overflow3Filler.json index 4802d6bd53d..8f09224cf77 100644 --- a/src/VMTestsFiller/vmArithmeticTest/addmod1_overflow3Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/addmod1_overflow3Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/addmod1_overflow4Filler.json b/src/VMTestsFiller/vmArithmeticTest/addmod1_overflow4Filler.json index 02585ad63ba..9c509ea05bd 100644 --- a/src/VMTestsFiller/vmArithmeticTest/addmod1_overflow4Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/addmod1_overflow4Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/addmod1_overflowDiffFiller.json b/src/VMTestsFiller/vmArithmeticTest/addmod1_overflowDiffFiller.json index 3cd013ad396..a71a208d978 100644 --- a/src/VMTestsFiller/vmArithmeticTest/addmod1_overflowDiffFiller.json +++ b/src/VMTestsFiller/vmArithmeticTest/addmod1_overflowDiffFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/addmod2Filler.json b/src/VMTestsFiller/vmArithmeticTest/addmod2Filler.json index 8f6fda76d29..f63a4f43d8a 100644 --- a/src/VMTestsFiller/vmArithmeticTest/addmod2Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/addmod2Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/addmod2_0Filler.json b/src/VMTestsFiller/vmArithmeticTest/addmod2_0Filler.json index a565e3190cf..9f49f976386 100644 --- a/src/VMTestsFiller/vmArithmeticTest/addmod2_0Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/addmod2_0Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/addmod2_1Filler.json b/src/VMTestsFiller/vmArithmeticTest/addmod2_1Filler.json index 04852409550..17a59cb2c8c 100644 --- a/src/VMTestsFiller/vmArithmeticTest/addmod2_1Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/addmod2_1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/addmod3Filler.json b/src/VMTestsFiller/vmArithmeticTest/addmod3Filler.json index 1ec82a61f07..dd01764ce22 100644 --- a/src/VMTestsFiller/vmArithmeticTest/addmod3Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/addmod3Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/addmod3_0Filler.json b/src/VMTestsFiller/vmArithmeticTest/addmod3_0Filler.json index 0e0e2b32283..cce02c80bf6 100644 --- a/src/VMTestsFiller/vmArithmeticTest/addmod3_0Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/addmod3_0Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/addmodBigIntCastFiller.json b/src/VMTestsFiller/vmArithmeticTest/addmodBigIntCastFiller.json index 9bd86d0ed86..942419b7ba0 100644 --- a/src/VMTestsFiller/vmArithmeticTest/addmodBigIntCastFiller.json +++ b/src/VMTestsFiller/vmArithmeticTest/addmodBigIntCastFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/addmodDivByZero1Filler.json b/src/VMTestsFiller/vmArithmeticTest/addmodDivByZero1Filler.json index 63d536e0ab6..657d5125fd2 100644 --- a/src/VMTestsFiller/vmArithmeticTest/addmodDivByZero1Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/addmodDivByZero1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/addmodDivByZero2Filler.json b/src/VMTestsFiller/vmArithmeticTest/addmodDivByZero2Filler.json index 7a542f79f48..eb29242f84f 100644 --- a/src/VMTestsFiller/vmArithmeticTest/addmodDivByZero2Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/addmodDivByZero2Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/addmodDivByZero3Filler.json b/src/VMTestsFiller/vmArithmeticTest/addmodDivByZero3Filler.json index 07e4995a9d8..b70e9a850a0 100644 --- a/src/VMTestsFiller/vmArithmeticTest/addmodDivByZero3Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/addmodDivByZero3Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/addmodDivByZeroFiller.json b/src/VMTestsFiller/vmArithmeticTest/addmodDivByZeroFiller.json index 5ae1552cee5..f0ec549a662 100644 --- a/src/VMTestsFiller/vmArithmeticTest/addmodDivByZeroFiller.json +++ b/src/VMTestsFiller/vmArithmeticTest/addmodDivByZeroFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/arith1Filler.json b/src/VMTestsFiller/vmArithmeticTest/arith1Filler.json index 10891d45733..080bdfa6626 100644 --- a/src/VMTestsFiller/vmArithmeticTest/arith1Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/arith1Filler.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/div1Filler.json b/src/VMTestsFiller/vmArithmeticTest/div1Filler.json index 843f496c159..7107523034e 100644 --- a/src/VMTestsFiller/vmArithmeticTest/div1Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/div1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/divBoostBugFiller.json b/src/VMTestsFiller/vmArithmeticTest/divBoostBugFiller.json index 1cb86b7d16d..1c40134ede7 100644 --- a/src/VMTestsFiller/vmArithmeticTest/divBoostBugFiller.json +++ b/src/VMTestsFiller/vmArithmeticTest/divBoostBugFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/divByNonZero0Filler.json b/src/VMTestsFiller/vmArithmeticTest/divByNonZero0Filler.json index 910162d9322..4eb2a04c953 100644 --- a/src/VMTestsFiller/vmArithmeticTest/divByNonZero0Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/divByNonZero0Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/divByNonZero1Filler.json b/src/VMTestsFiller/vmArithmeticTest/divByNonZero1Filler.json index c199f8100b7..0ee847d816a 100644 --- a/src/VMTestsFiller/vmArithmeticTest/divByNonZero1Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/divByNonZero1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/divByNonZero2Filler.json b/src/VMTestsFiller/vmArithmeticTest/divByNonZero2Filler.json index 25917f01aa1..c3fba24daac 100644 --- a/src/VMTestsFiller/vmArithmeticTest/divByNonZero2Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/divByNonZero2Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/divByNonZero3Filler.json b/src/VMTestsFiller/vmArithmeticTest/divByNonZero3Filler.json index f76d2ed3129..8f0b1eb7b9e 100644 --- a/src/VMTestsFiller/vmArithmeticTest/divByNonZero3Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/divByNonZero3Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/divByZeroFiller.json b/src/VMTestsFiller/vmArithmeticTest/divByZeroFiller.json index be50ece9ef7..01d82acc23f 100644 --- a/src/VMTestsFiller/vmArithmeticTest/divByZeroFiller.json +++ b/src/VMTestsFiller/vmArithmeticTest/divByZeroFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/divByZero_2Filler.json b/src/VMTestsFiller/vmArithmeticTest/divByZero_2Filler.json index 24168a27c3e..b9f8151612a 100644 --- a/src/VMTestsFiller/vmArithmeticTest/divByZero_2Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/divByZero_2Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/exp0Filler.json b/src/VMTestsFiller/vmArithmeticTest/exp0Filler.json index a3b26bc5ac7..be7a525037d 100644 --- a/src/VMTestsFiller/vmArithmeticTest/exp0Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/exp0Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/exp1Filler.json b/src/VMTestsFiller/vmArithmeticTest/exp1Filler.json index 823d11c2c52..20bb88d361c 100644 --- a/src/VMTestsFiller/vmArithmeticTest/exp1Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/exp1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/exp2Filler.json b/src/VMTestsFiller/vmArithmeticTest/exp2Filler.json index 81b0651af08..21c9c0c987d 100644 --- a/src/VMTestsFiller/vmArithmeticTest/exp2Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/exp2Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/exp3Filler.json b/src/VMTestsFiller/vmArithmeticTest/exp3Filler.json index 3d2f49d9d8a..b696db8af0e 100644 --- a/src/VMTestsFiller/vmArithmeticTest/exp3Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/exp3Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/exp4Filler.json b/src/VMTestsFiller/vmArithmeticTest/exp4Filler.json index 950f95821ac..1904b2d90b2 100644 --- a/src/VMTestsFiller/vmArithmeticTest/exp4Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/exp4Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/exp5Filler.json b/src/VMTestsFiller/vmArithmeticTest/exp5Filler.json index 20e368afd74..9da5d8af635 100644 --- a/src/VMTestsFiller/vmArithmeticTest/exp5Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/exp5Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/exp6Filler.json b/src/VMTestsFiller/vmArithmeticTest/exp6Filler.json index 301ed5bdddc..b5b964d388d 100644 --- a/src/VMTestsFiller/vmArithmeticTest/exp6Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/exp6Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/exp7Filler.json b/src/VMTestsFiller/vmArithmeticTest/exp7Filler.json index 0016a3aeece..87f1c3521ce 100644 --- a/src/VMTestsFiller/vmArithmeticTest/exp7Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/exp7Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/exp8Filler.json b/src/VMTestsFiller/vmArithmeticTest/exp8Filler.json index 57816c90b68..dc4670edfb8 100644 --- a/src/VMTestsFiller/vmArithmeticTest/exp8Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/exp8Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_0Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_0Filler.json index 96e2b0ec6bf..0c9be942962 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_0Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_0Filler.json @@ -41,4 +41,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_10Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_10Filler.json index ff5d8424b65..e0a9f0c5984 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_10Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_10Filler.json @@ -38,4 +38,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_11Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_11Filler.json index fa50fbdd4a6..1655961d129 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_11Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_11Filler.json @@ -38,4 +38,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_12Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_12Filler.json index 4e974ce56df..89cea7a3db9 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_12Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_12Filler.json @@ -38,4 +38,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_13Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_13Filler.json index 53c25abb14b..c7f83aab68c 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_13Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_13Filler.json @@ -38,4 +38,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_14Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_14Filler.json index ffa19d20bd2..547bef7094a 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_14Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_14Filler.json @@ -38,4 +38,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_15Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_15Filler.json index 74b856ad6f3..3971f320998 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_15Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_15Filler.json @@ -38,4 +38,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_16Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_16Filler.json index f6faf89d266..475e01a2595 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_16Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_16Filler.json @@ -38,4 +38,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_17Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_17Filler.json index 062b4e5d44e..fd39bd995f1 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_17Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_17Filler.json @@ -38,4 +38,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_18Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_18Filler.json index 714b1c5599a..12e72e0b224 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_18Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_18Filler.json @@ -38,4 +38,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_19Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_19Filler.json index ec1cf0754e2..da44afc466a 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_19Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_19Filler.json @@ -38,4 +38,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_1Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_1Filler.json index 044c4f2eedc..afa691cc568 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_1Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_1Filler.json @@ -38,4 +38,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_20Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_20Filler.json index 737cf324bb4..22bceb068ff 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_20Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_20Filler.json @@ -38,4 +38,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_21Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_21Filler.json index 03898c12e7c..9a76d1d44c7 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_21Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_21Filler.json @@ -38,4 +38,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_22Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_22Filler.json index d1efaf73144..6be26887bff 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_22Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_22Filler.json @@ -38,4 +38,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_23Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_23Filler.json index 3acd44404c6..31c609c200a 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_23Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_23Filler.json @@ -38,4 +38,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_24Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_24Filler.json index 1f070cc11d2..9b5c587123a 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_24Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_24Filler.json @@ -38,4 +38,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_25Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_25Filler.json index 9401d7b33c8..4be9f4f9e5b 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_25Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_25Filler.json @@ -38,4 +38,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_26Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_26Filler.json index c04f71d0651..bcc7d149b47 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_26Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_26Filler.json @@ -38,4 +38,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_27Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_27Filler.json index 73df82a5e89..fae22058c7e 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_27Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_27Filler.json @@ -38,4 +38,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_28Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_28Filler.json index 1202d80cb39..8ab654abe2e 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_28Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_28Filler.json @@ -38,4 +38,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_29Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_29Filler.json index 0b7dd5364a5..21766ca76f1 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_29Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_29Filler.json @@ -38,4 +38,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_2Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_2Filler.json index f7eb902f508..5d593f1fb8a 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_2Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_2Filler.json @@ -38,4 +38,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_30Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_30Filler.json index 96cfa5692b1..3302faf8283 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_30Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_30Filler.json @@ -38,4 +38,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_31Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_31Filler.json index 45485dbeb4d..a493f7ff4b8 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_31Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_31Filler.json @@ -38,4 +38,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_32Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_32Filler.json index 51302b6b5f2..a0412f5014c 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_32Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_32Filler.json @@ -39,4 +39,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_33Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_33Filler.json index 9db432186ee..e5105743407 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_33Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_33Filler.json @@ -39,4 +39,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_3Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_3Filler.json index fa17b72be31..a66c5a73dc7 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_3Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_3Filler.json @@ -38,4 +38,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_4Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_4Filler.json index 433c8f1cad6..9df700cadf4 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_4Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_4Filler.json @@ -38,4 +38,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_5Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_5Filler.json index 4def23243a5..734fcf99758 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_5Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_5Filler.json @@ -38,4 +38,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_6Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_6Filler.json index 4d8ac329105..352815d7e24 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_6Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_6Filler.json @@ -38,4 +38,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_7Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_7Filler.json index 58fa19ba851..919b7c849c5 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_7Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_7Filler.json @@ -38,4 +38,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_8Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_8Filler.json index a9ad08a4216..60ffd20cf2d 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_8Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_8Filler.json @@ -38,4 +38,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_9Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_9Filler.json index 002a5046d46..6ea2beb3475 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_9Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256Of256_9Filler.json @@ -38,4 +38,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_10Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_10Filler.json index a4ee6874395..13d1cdcbf6a 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_10Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_10Filler.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_11Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_11Filler.json index 56fdf63e4a8..a975e1155c8 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_11Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_11Filler.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_12Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_12Filler.json index 91d79359e4f..3ffadfe6928 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_12Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_12Filler.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_13Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_13Filler.json index 393f2aed1b8..6f80645afba 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_13Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_13Filler.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_14Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_14Filler.json index 54fbe50ecc5..8c98b64b0ae 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_14Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_14Filler.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_15Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_15Filler.json index 7213273dead..a3e1e474e36 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_15Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_15Filler.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_16Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_16Filler.json index f9c0020b19e..d56a2ddc344 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_16Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_16Filler.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_17Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_17Filler.json index 0beb767665a..208ab4b2872 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_17Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_17Filler.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_18Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_18Filler.json index 5d106b14e97..72be4c87f87 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_18Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_18Filler.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_19Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_19Filler.json index 19a188a9043..a15d9bd174e 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_19Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_19Filler.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_1Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_1Filler.json index 7afd0ee7435..1d2e7b06f44 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_1Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_1Filler.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_20Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_20Filler.json index 302ccc27c98..d4e610701d0 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_20Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_20Filler.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_21Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_21Filler.json index cd4d4321315..0074fc4a4dc 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_21Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_21Filler.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_22Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_22Filler.json index 5d48f536abb..87a96a8e0a9 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_22Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_22Filler.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_23Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_23Filler.json index a6590490f56..0a69a04b4a9 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_23Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_23Filler.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_24Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_24Filler.json index 10dbb3ad37a..4ecc8a4f610 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_24Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_24Filler.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_25Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_25Filler.json index e1d4ef4086c..080deb5827e 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_25Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_25Filler.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_26Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_26Filler.json index 10977a20636..9f6b18bff09 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_26Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_26Filler.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_27Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_27Filler.json index 93fd9558280..91f89bbeb73 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_27Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_27Filler.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_28Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_28Filler.json index 27e2d3ded78..35013f859bf 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_28Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_28Filler.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_29Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_29Filler.json index 637564e9bab..090024bc860 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_29Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_29Filler.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_2Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_2Filler.json index 8d21069b209..196b2d1541f 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_2Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_2Filler.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_30Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_30Filler.json index a91e204434a..e9f1e580ccf 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_30Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_30Filler.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_31Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_31Filler.json index e577f1caa0d..4f085aee432 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_31Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_31Filler.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_32Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_32Filler.json index efebf580058..c351c0a1217 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_32Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_32Filler.json @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_33Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_33Filler.json index 039b2fdcc31..6357fb792f9 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_33Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_33Filler.json @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_3Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_3Filler.json index e55b68cd429..9632487987f 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_3Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_3Filler.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_4Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_4Filler.json index a8188228183..27c95d35628 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_4Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_4Filler.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_5Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_5Filler.json index 219a7d00f3a..d9c593e2abf 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_5Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_5Filler.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_6Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_6Filler.json index 2dd516ef8ee..4e72ef3eeb4 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_6Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_6Filler.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_7Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_7Filler.json index 7b29ba13875..92705bba510 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_7Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_7Filler.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_8Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_8Filler.json index 92c527f8cb5..4d1e9bd15ce 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_8Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_8Filler.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_9Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_9Filler.json index 258793203ad..ae2205fdcb6 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_9Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf256_9Filler.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf2_128Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf2_128Filler.json index 224b076112d..43541df1e2c 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf2_128Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf2_128Filler.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf2_16Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf2_16Filler.json index d8c0220027d..ad90f7f182c 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf2_16Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf2_16Filler.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf2_256Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf2_256Filler.json index af142ca10dc..22bc8b9ceb3 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf2_256Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf2_256Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf2_2Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf2_2Filler.json index 1936733d3b6..962d42f9a53 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf2_2Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf2_2Filler.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf2_32Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf2_32Filler.json index 4626bb36dcd..bb385da124d 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf2_32Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf2_32Filler.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf2_4Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf2_4Filler.json index 4e283cd4916..59e990cd2f4 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf2_4Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf2_4Filler.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf2_64Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf2_64Filler.json index 4cb9969b36c..eba3b5a1e53 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf2_64Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf2_64Filler.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expPowerOf2_8Filler.json b/src/VMTestsFiller/vmArithmeticTest/expPowerOf2_8Filler.json index f694552a172..a5e1debdd6f 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expPowerOf2_8Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/expPowerOf2_8Filler.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expXYFiller.json b/src/VMTestsFiller/vmArithmeticTest/expXYFiller.json index 5aa185622fd..d9d7744d0dc 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expXYFiller.json +++ b/src/VMTestsFiller/vmArithmeticTest/expXYFiller.json @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/expXY_successFiller.json b/src/VMTestsFiller/vmArithmeticTest/expXY_successFiller.json index aeb9b267547..6762b84f027 100644 --- a/src/VMTestsFiller/vmArithmeticTest/expXY_successFiller.json +++ b/src/VMTestsFiller/vmArithmeticTest/expXY_successFiller.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/fibbonacci_unrolledFiller.json b/src/VMTestsFiller/vmArithmeticTest/fibbonacci_unrolledFiller.json index 3ba8c9bc0b8..1ea419ba99e 100644 --- a/src/VMTestsFiller/vmArithmeticTest/fibbonacci_unrolledFiller.json +++ b/src/VMTestsFiller/vmArithmeticTest/fibbonacci_unrolledFiller.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/mod0Filler.json b/src/VMTestsFiller/vmArithmeticTest/mod0Filler.json index 27ab4a41367..7eb1819f9cc 100644 --- a/src/VMTestsFiller/vmArithmeticTest/mod0Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/mod0Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/mod1Filler.json b/src/VMTestsFiller/vmArithmeticTest/mod1Filler.json index dedec221f7d..b0c4bdd77f7 100644 --- a/src/VMTestsFiller/vmArithmeticTest/mod1Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/mod1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/mod2Filler.json b/src/VMTestsFiller/vmArithmeticTest/mod2Filler.json index cd10764f800..6746b9920a8 100644 --- a/src/VMTestsFiller/vmArithmeticTest/mod2Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/mod2Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/mod3Filler.json b/src/VMTestsFiller/vmArithmeticTest/mod3Filler.json index aa98541155d..ade7084a3f2 100644 --- a/src/VMTestsFiller/vmArithmeticTest/mod3Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/mod3Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/mod4Filler.json b/src/VMTestsFiller/vmArithmeticTest/mod4Filler.json index be658749962..2aba13f0b36 100644 --- a/src/VMTestsFiller/vmArithmeticTest/mod4Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/mod4Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/modByZeroFiller.json b/src/VMTestsFiller/vmArithmeticTest/modByZeroFiller.json index fdb1817c0c6..4cc868cbac2 100644 --- a/src/VMTestsFiller/vmArithmeticTest/modByZeroFiller.json +++ b/src/VMTestsFiller/vmArithmeticTest/modByZeroFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/mul0Filler.json b/src/VMTestsFiller/vmArithmeticTest/mul0Filler.json index f62af011952..0b4f776187b 100644 --- a/src/VMTestsFiller/vmArithmeticTest/mul0Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/mul0Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/mul1Filler.json b/src/VMTestsFiller/vmArithmeticTest/mul1Filler.json index 04d5c1c1c5e..237513ae043 100644 --- a/src/VMTestsFiller/vmArithmeticTest/mul1Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/mul1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/mul2Filler.json b/src/VMTestsFiller/vmArithmeticTest/mul2Filler.json index afed731c374..520a283c5cc 100644 --- a/src/VMTestsFiller/vmArithmeticTest/mul2Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/mul2Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/mul3Filler.json b/src/VMTestsFiller/vmArithmeticTest/mul3Filler.json index c2449c80c06..645b42892d2 100644 --- a/src/VMTestsFiller/vmArithmeticTest/mul3Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/mul3Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/mul4Filler.json b/src/VMTestsFiller/vmArithmeticTest/mul4Filler.json index 61c0856cc63..d9aba3e811f 100644 --- a/src/VMTestsFiller/vmArithmeticTest/mul4Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/mul4Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/mul5Filler.json b/src/VMTestsFiller/vmArithmeticTest/mul5Filler.json index d0ffdf4ac70..8ef32152f4c 100644 --- a/src/VMTestsFiller/vmArithmeticTest/mul5Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/mul5Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/mul6Filler.json b/src/VMTestsFiller/vmArithmeticTest/mul6Filler.json index 0cb6bdc01aa..3315ffbe76a 100644 --- a/src/VMTestsFiller/vmArithmeticTest/mul6Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/mul6Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/mul7Filler.json b/src/VMTestsFiller/vmArithmeticTest/mul7Filler.json index a44a715f080..2fda3e031b1 100644 --- a/src/VMTestsFiller/vmArithmeticTest/mul7Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/mul7Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/mulUnderFlowFiller.json b/src/VMTestsFiller/vmArithmeticTest/mulUnderFlowFiller.json index 538d2b64cb6..1e6b91aaea5 100644 --- a/src/VMTestsFiller/vmArithmeticTest/mulUnderFlowFiller.json +++ b/src/VMTestsFiller/vmArithmeticTest/mulUnderFlowFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/mulmod0Filler.json b/src/VMTestsFiller/vmArithmeticTest/mulmod0Filler.json index 621fa1c8f54..b56f3e5fb37 100644 --- a/src/VMTestsFiller/vmArithmeticTest/mulmod0Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/mulmod0Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/mulmod1Filler.json b/src/VMTestsFiller/vmArithmeticTest/mulmod1Filler.json index e30065087a7..ce31cf8744e 100644 --- a/src/VMTestsFiller/vmArithmeticTest/mulmod1Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/mulmod1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/mulmod1_overflow2Filler.json b/src/VMTestsFiller/vmArithmeticTest/mulmod1_overflow2Filler.json index 3e33b901a1a..22e7de70a32 100644 --- a/src/VMTestsFiller/vmArithmeticTest/mulmod1_overflow2Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/mulmod1_overflow2Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/mulmod1_overflow3Filler.json b/src/VMTestsFiller/vmArithmeticTest/mulmod1_overflow3Filler.json index 905b3c32ed0..818ad87a141 100644 --- a/src/VMTestsFiller/vmArithmeticTest/mulmod1_overflow3Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/mulmod1_overflow3Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/mulmod1_overflow4Filler.json b/src/VMTestsFiller/vmArithmeticTest/mulmod1_overflow4Filler.json index bb39d3fcdde..883c882ee96 100644 --- a/src/VMTestsFiller/vmArithmeticTest/mulmod1_overflow4Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/mulmod1_overflow4Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/mulmod1_overflowFiller.json b/src/VMTestsFiller/vmArithmeticTest/mulmod1_overflowFiller.json index df075661ec0..d971a425e64 100644 --- a/src/VMTestsFiller/vmArithmeticTest/mulmod1_overflowFiller.json +++ b/src/VMTestsFiller/vmArithmeticTest/mulmod1_overflowFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/mulmod2Filler.json b/src/VMTestsFiller/vmArithmeticTest/mulmod2Filler.json index 5e9611908e0..79e8a8bf06c 100644 --- a/src/VMTestsFiller/vmArithmeticTest/mulmod2Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/mulmod2Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/mulmod2_0Filler.json b/src/VMTestsFiller/vmArithmeticTest/mulmod2_0Filler.json index 7eec8057154..205db5e666d 100644 --- a/src/VMTestsFiller/vmArithmeticTest/mulmod2_0Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/mulmod2_0Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/mulmod2_1Filler.json b/src/VMTestsFiller/vmArithmeticTest/mulmod2_1Filler.json index 4752b0ab40a..43e58f15d12 100644 --- a/src/VMTestsFiller/vmArithmeticTest/mulmod2_1Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/mulmod2_1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/mulmod3Filler.json b/src/VMTestsFiller/vmArithmeticTest/mulmod3Filler.json index dcafe05d2a9..f2cba45da10 100644 --- a/src/VMTestsFiller/vmArithmeticTest/mulmod3Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/mulmod3Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/mulmod3_0Filler.json b/src/VMTestsFiller/vmArithmeticTest/mulmod3_0Filler.json index 57c02b1b7e2..6e641762d5a 100644 --- a/src/VMTestsFiller/vmArithmeticTest/mulmod3_0Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/mulmod3_0Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/mulmod4Filler.json b/src/VMTestsFiller/vmArithmeticTest/mulmod4Filler.json index 58c43278122..218df190fb1 100644 --- a/src/VMTestsFiller/vmArithmeticTest/mulmod4Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/mulmod4Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/mulmoddivByZero1Filler.json b/src/VMTestsFiller/vmArithmeticTest/mulmoddivByZero1Filler.json index 837c37828ae..1cf99215409 100644 --- a/src/VMTestsFiller/vmArithmeticTest/mulmoddivByZero1Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/mulmoddivByZero1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/mulmoddivByZero2Filler.json b/src/VMTestsFiller/vmArithmeticTest/mulmoddivByZero2Filler.json index ed79161f3d0..0d1d76bfd89 100644 --- a/src/VMTestsFiller/vmArithmeticTest/mulmoddivByZero2Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/mulmoddivByZero2Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/mulmoddivByZero3Filler.json b/src/VMTestsFiller/vmArithmeticTest/mulmoddivByZero3Filler.json index 558764d7c03..f287a99925f 100644 --- a/src/VMTestsFiller/vmArithmeticTest/mulmoddivByZero3Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/mulmoddivByZero3Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/mulmoddivByZeroFiller.json b/src/VMTestsFiller/vmArithmeticTest/mulmoddivByZeroFiller.json index 73c1ad83d95..51fbdaea9dd 100644 --- a/src/VMTestsFiller/vmArithmeticTest/mulmoddivByZeroFiller.json +++ b/src/VMTestsFiller/vmArithmeticTest/mulmoddivByZeroFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/not1Filler.json b/src/VMTestsFiller/vmArithmeticTest/not1Filler.json index c3e4a4ec8b1..c7fa1b44627 100644 --- a/src/VMTestsFiller/vmArithmeticTest/not1Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/not1Filler.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/sdiv0Filler.json b/src/VMTestsFiller/vmArithmeticTest/sdiv0Filler.json index 4aad17b0959..5bf959cb4cc 100644 --- a/src/VMTestsFiller/vmArithmeticTest/sdiv0Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/sdiv0Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/sdiv1Filler.json b/src/VMTestsFiller/vmArithmeticTest/sdiv1Filler.json index ca30e820cb8..12b05bed3b8 100644 --- a/src/VMTestsFiller/vmArithmeticTest/sdiv1Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/sdiv1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/sdiv2Filler.json b/src/VMTestsFiller/vmArithmeticTest/sdiv2Filler.json index 07910f83295..e299d49b494 100644 --- a/src/VMTestsFiller/vmArithmeticTest/sdiv2Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/sdiv2Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/sdiv3Filler.json b/src/VMTestsFiller/vmArithmeticTest/sdiv3Filler.json index f3a969b161e..b126e8ac37e 100644 --- a/src/VMTestsFiller/vmArithmeticTest/sdiv3Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/sdiv3Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/sdiv4Filler.json b/src/VMTestsFiller/vmArithmeticTest/sdiv4Filler.json index 29c873a16d3..02ce8e1df28 100644 --- a/src/VMTestsFiller/vmArithmeticTest/sdiv4Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/sdiv4Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/sdiv5Filler.json b/src/VMTestsFiller/vmArithmeticTest/sdiv5Filler.json index a04ae17e470..69a5237f021 100644 --- a/src/VMTestsFiller/vmArithmeticTest/sdiv5Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/sdiv5Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/sdiv6Filler.json b/src/VMTestsFiller/vmArithmeticTest/sdiv6Filler.json index 7d3bf8a20bb..7ef4e2964b2 100644 --- a/src/VMTestsFiller/vmArithmeticTest/sdiv6Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/sdiv6Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/sdiv7Filler.json b/src/VMTestsFiller/vmArithmeticTest/sdiv7Filler.json index ab5830df678..855b1bbbadb 100644 --- a/src/VMTestsFiller/vmArithmeticTest/sdiv7Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/sdiv7Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/sdiv8Filler.json b/src/VMTestsFiller/vmArithmeticTest/sdiv8Filler.json index f292dc3e171..e4fe6d7a8f4 100644 --- a/src/VMTestsFiller/vmArithmeticTest/sdiv8Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/sdiv8Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/sdiv9Filler.json b/src/VMTestsFiller/vmArithmeticTest/sdiv9Filler.json index befdc160696..a9ca9c1eee8 100644 --- a/src/VMTestsFiller/vmArithmeticTest/sdiv9Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/sdiv9Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/sdivByZero0Filler.json b/src/VMTestsFiller/vmArithmeticTest/sdivByZero0Filler.json index 40e1ce58d06..85527d319bb 100644 --- a/src/VMTestsFiller/vmArithmeticTest/sdivByZero0Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/sdivByZero0Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/sdivByZero1Filler.json b/src/VMTestsFiller/vmArithmeticTest/sdivByZero1Filler.json index b68be783df0..dcf2129d612 100644 --- a/src/VMTestsFiller/vmArithmeticTest/sdivByZero1Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/sdivByZero1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/sdivByZero2Filler.json b/src/VMTestsFiller/vmArithmeticTest/sdivByZero2Filler.json index 70510832e5e..7ca5e9d8505 100644 --- a/src/VMTestsFiller/vmArithmeticTest/sdivByZero2Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/sdivByZero2Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/sdiv_dejavuFiller.json b/src/VMTestsFiller/vmArithmeticTest/sdiv_dejavuFiller.json index d39906931d4..9daceb7e31e 100644 --- a/src/VMTestsFiller/vmArithmeticTest/sdiv_dejavuFiller.json +++ b/src/VMTestsFiller/vmArithmeticTest/sdiv_dejavuFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/sdiv_i256min2Filler.json b/src/VMTestsFiller/vmArithmeticTest/sdiv_i256min2Filler.json index c866461b860..edac2e1cd4d 100644 --- a/src/VMTestsFiller/vmArithmeticTest/sdiv_i256min2Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/sdiv_i256min2Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/sdiv_i256min3Filler.json b/src/VMTestsFiller/vmArithmeticTest/sdiv_i256min3Filler.json index 8e18a1ce4d0..1061a48056d 100644 --- a/src/VMTestsFiller/vmArithmeticTest/sdiv_i256min3Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/sdiv_i256min3Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/sdiv_i256minFiller.json b/src/VMTestsFiller/vmArithmeticTest/sdiv_i256minFiller.json index 7e5b7d77f3f..7e56abc8707 100644 --- a/src/VMTestsFiller/vmArithmeticTest/sdiv_i256minFiller.json +++ b/src/VMTestsFiller/vmArithmeticTest/sdiv_i256minFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/signextendInvalidByteNumberFiller.json b/src/VMTestsFiller/vmArithmeticTest/signextendInvalidByteNumberFiller.json index 1226f57ff99..70ade703cfe 100644 --- a/src/VMTestsFiller/vmArithmeticTest/signextendInvalidByteNumberFiller.json +++ b/src/VMTestsFiller/vmArithmeticTest/signextendInvalidByteNumberFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/signextend_00Filler.json b/src/VMTestsFiller/vmArithmeticTest/signextend_00Filler.json index 3fada81b509..18617070c53 100644 --- a/src/VMTestsFiller/vmArithmeticTest/signextend_00Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/signextend_00Filler.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/signextend_0_BigByteFiller.json b/src/VMTestsFiller/vmArithmeticTest/signextend_0_BigByteFiller.json index 4c294f2f9fa..627d48f6f8b 100644 --- a/src/VMTestsFiller/vmArithmeticTest/signextend_0_BigByteFiller.json +++ b/src/VMTestsFiller/vmArithmeticTest/signextend_0_BigByteFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/signextend_AlmostBiggestByteFiller.json b/src/VMTestsFiller/vmArithmeticTest/signextend_AlmostBiggestByteFiller.json index 6142d16331a..3ffa68906e9 100644 --- a/src/VMTestsFiller/vmArithmeticTest/signextend_AlmostBiggestByteFiller.json +++ b/src/VMTestsFiller/vmArithmeticTest/signextend_AlmostBiggestByteFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/signextend_BigByteBigByteFiller.json b/src/VMTestsFiller/vmArithmeticTest/signextend_BigByteBigByteFiller.json index 21a77597cdc..fa3b4d2fc86 100644 --- a/src/VMTestsFiller/vmArithmeticTest/signextend_BigByteBigByteFiller.json +++ b/src/VMTestsFiller/vmArithmeticTest/signextend_BigByteBigByteFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/signextend_BigBytePlus1_2Filler.json b/src/VMTestsFiller/vmArithmeticTest/signextend_BigBytePlus1_2Filler.json index 026600cb465..b77a0f32fa3 100644 --- a/src/VMTestsFiller/vmArithmeticTest/signextend_BigBytePlus1_2Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/signextend_BigBytePlus1_2Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/signextend_BigByte_0Filler.json b/src/VMTestsFiller/vmArithmeticTest/signextend_BigByte_0Filler.json index 92f8ba9426a..536cee1fd37 100644 --- a/src/VMTestsFiller/vmArithmeticTest/signextend_BigByte_0Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/signextend_BigByte_0Filler.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/signextend_BitIsNotSetFiller.json b/src/VMTestsFiller/vmArithmeticTest/signextend_BitIsNotSetFiller.json index dbb5593ce16..b24a0222caf 100644 --- a/src/VMTestsFiller/vmArithmeticTest/signextend_BitIsNotSetFiller.json +++ b/src/VMTestsFiller/vmArithmeticTest/signextend_BitIsNotSetFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/signextend_BitIsNotSetInHigherByteFiller.json b/src/VMTestsFiller/vmArithmeticTest/signextend_BitIsNotSetInHigherByteFiller.json index 12d3b387091..1c485a9d915 100644 --- a/src/VMTestsFiller/vmArithmeticTest/signextend_BitIsNotSetInHigherByteFiller.json +++ b/src/VMTestsFiller/vmArithmeticTest/signextend_BitIsNotSetInHigherByteFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/signextend_BitIsSetInHigherByteFiller.json b/src/VMTestsFiller/vmArithmeticTest/signextend_BitIsSetInHigherByteFiller.json index ba6c12e6a19..d1e90923ead 100644 --- a/src/VMTestsFiller/vmArithmeticTest/signextend_BitIsSetInHigherByteFiller.json +++ b/src/VMTestsFiller/vmArithmeticTest/signextend_BitIsSetInHigherByteFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/signextend_Overflow_dj42Filler.json b/src/VMTestsFiller/vmArithmeticTest/signextend_Overflow_dj42Filler.json index cbb6c1995e0..731e2ef4201 100644 --- a/src/VMTestsFiller/vmArithmeticTest/signextend_Overflow_dj42Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/signextend_Overflow_dj42Filler.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/signextend_bigBytePlus1Filler.json b/src/VMTestsFiller/vmArithmeticTest/signextend_bigBytePlus1Filler.json index 2d484ac1ffe..0d502e0da80 100644 --- a/src/VMTestsFiller/vmArithmeticTest/signextend_bigBytePlus1Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/signextend_bigBytePlus1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/signextend_bitIsSetFiller.json b/src/VMTestsFiller/vmArithmeticTest/signextend_bitIsSetFiller.json index 67e3eb3b23d..7b1891737ab 100644 --- a/src/VMTestsFiller/vmArithmeticTest/signextend_bitIsSetFiller.json +++ b/src/VMTestsFiller/vmArithmeticTest/signextend_bitIsSetFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/smod0Filler.json b/src/VMTestsFiller/vmArithmeticTest/smod0Filler.json index 9fb6589a52f..4fa7cb4e74d 100644 --- a/src/VMTestsFiller/vmArithmeticTest/smod0Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/smod0Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/smod1Filler.json b/src/VMTestsFiller/vmArithmeticTest/smod1Filler.json index 6a03e59ea15..919061ea2de 100644 --- a/src/VMTestsFiller/vmArithmeticTest/smod1Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/smod1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/smod2Filler.json b/src/VMTestsFiller/vmArithmeticTest/smod2Filler.json index 5882c1c1bca..86bf4b89e9c 100644 --- a/src/VMTestsFiller/vmArithmeticTest/smod2Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/smod2Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/smod3Filler.json b/src/VMTestsFiller/vmArithmeticTest/smod3Filler.json index 4c661fbcaa7..edb71b6bd9c 100644 --- a/src/VMTestsFiller/vmArithmeticTest/smod3Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/smod3Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/smod4Filler.json b/src/VMTestsFiller/vmArithmeticTest/smod4Filler.json index f38370c5f26..f076f1ab606 100644 --- a/src/VMTestsFiller/vmArithmeticTest/smod4Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/smod4Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/smod5Filler.json b/src/VMTestsFiller/vmArithmeticTest/smod5Filler.json index 0e1c0631dbf..c0b0c28026f 100644 --- a/src/VMTestsFiller/vmArithmeticTest/smod5Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/smod5Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/smod6Filler.json b/src/VMTestsFiller/vmArithmeticTest/smod6Filler.json index f094db8fb0b..fcb153164e0 100644 --- a/src/VMTestsFiller/vmArithmeticTest/smod6Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/smod6Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/smod7Filler.json b/src/VMTestsFiller/vmArithmeticTest/smod7Filler.json index 114267a7ade..8bc0600cba1 100644 --- a/src/VMTestsFiller/vmArithmeticTest/smod7Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/smod7Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/smod8_byZeroFiller.json b/src/VMTestsFiller/vmArithmeticTest/smod8_byZeroFiller.json index fec3013ebea..8769eca1dd9 100644 --- a/src/VMTestsFiller/vmArithmeticTest/smod8_byZeroFiller.json +++ b/src/VMTestsFiller/vmArithmeticTest/smod8_byZeroFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/smod_i256min1Filler.json b/src/VMTestsFiller/vmArithmeticTest/smod_i256min1Filler.json index 4d36a7b402c..16e43bd6579 100644 --- a/src/VMTestsFiller/vmArithmeticTest/smod_i256min1Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/smod_i256min1Filler.json @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/smod_i256min2Filler.json b/src/VMTestsFiller/vmArithmeticTest/smod_i256min2Filler.json index 1db92a1d01c..c8f73cee3dc 100644 --- a/src/VMTestsFiller/vmArithmeticTest/smod_i256min2Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/smod_i256min2Filler.json @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/stopFiller.json b/src/VMTestsFiller/vmArithmeticTest/stopFiller.json index 1cb10bfb523..7f8795eaa99 100644 --- a/src/VMTestsFiller/vmArithmeticTest/stopFiller.json +++ b/src/VMTestsFiller/vmArithmeticTest/stopFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/sub0Filler.json b/src/VMTestsFiller/vmArithmeticTest/sub0Filler.json index 8ecb21adb04..2502db2afaa 100644 --- a/src/VMTestsFiller/vmArithmeticTest/sub0Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/sub0Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/sub1Filler.json b/src/VMTestsFiller/vmArithmeticTest/sub1Filler.json index 720b581ad75..7aa32625b83 100644 --- a/src/VMTestsFiller/vmArithmeticTest/sub1Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/sub1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/sub2Filler.json b/src/VMTestsFiller/vmArithmeticTest/sub2Filler.json index 4ea9a169983..e5057baf35b 100644 --- a/src/VMTestsFiller/vmArithmeticTest/sub2Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/sub2Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/sub3Filler.json b/src/VMTestsFiller/vmArithmeticTest/sub3Filler.json index fc96c1b6279..fcdee08d488 100644 --- a/src/VMTestsFiller/vmArithmeticTest/sub3Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/sub3Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmArithmeticTest/sub4Filler.json b/src/VMTestsFiller/vmArithmeticTest/sub4Filler.json index 042e7b5ce82..e6f86103630 100644 --- a/src/VMTestsFiller/vmArithmeticTest/sub4Filler.json +++ b/src/VMTestsFiller/vmArithmeticTest/sub4Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/and0Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/and0Filler.json index c9373fa8278..c9158b07433 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/and0Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/and0Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/and1Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/and1Filler.json index 94dcc30cb4f..51ce2bde506 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/and1Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/and1Filler.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/and2Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/and2Filler.json index 204de2203ff..f00c628b632 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/and2Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/and2Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/and3Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/and3Filler.json index 665ad416f9a..737c996306d 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/and3Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/and3Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/and4Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/and4Filler.json index 3ea9a2c198f..60957ed5099 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/and4Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/and4Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/and5Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/and5Filler.json index 3996a4264b8..97ad546fabf 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/and5Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/and5Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/byte0Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/byte0Filler.json index c5f8ad574c5..8e9f6c4c6c0 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/byte0Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/byte0Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/byte10Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/byte10Filler.json index a2a302feb83..549b4899650 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/byte10Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/byte10Filler.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/byte11Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/byte11Filler.json index f59a1c655ff..fe0a7c84d55 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/byte11Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/byte11Filler.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/byte1Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/byte1Filler.json index a2f56da889f..11753daa6c0 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/byte1Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/byte1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/byte2Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/byte2Filler.json index 038ade78b63..7dd8a2712b6 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/byte2Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/byte2Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/byte3Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/byte3Filler.json index 2061bdb07c6..70c58cc0208 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/byte3Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/byte3Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/byte4Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/byte4Filler.json index 98d54c433a3..1f2d840a8d9 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/byte4Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/byte4Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/byte5Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/byte5Filler.json index 30e3b0dacda..e0fb18b8a35 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/byte5Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/byte5Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/byte6Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/byte6Filler.json index ae178a71ab0..6a7edbd0f8d 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/byte6Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/byte6Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/byte7Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/byte7Filler.json index 98181d22bec..36abf7ef1b5 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/byte7Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/byte7Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/byte8Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/byte8Filler.json index 36cdc30e488..e4d7e6e574c 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/byte8Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/byte8Filler.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/byte9Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/byte9Filler.json index 9f2f572af68..205bf4e635c 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/byte9Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/byte9Filler.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/byteBNFiller.json b/src/VMTestsFiller/vmBitwiseLogicOperation/byteBNFiller.json index 5d0b100aa6a..ef50f19e599 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/byteBNFiller.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/byteBNFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/eq0Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/eq0Filler.json index 546680e9efb..0ba3ea50e81 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/eq0Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/eq0Filler.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/eq1Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/eq1Filler.json index f7ae0e62cc9..cffc9320737 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/eq1Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/eq1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/eq2Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/eq2Filler.json index 257a11a3847..4ad90b96910 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/eq2Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/eq2Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/gt0Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/gt0Filler.json index d0766ec6f8c..a45928e80b3 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/gt0Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/gt0Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/gt1Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/gt1Filler.json index 95fc513c336..80206520d63 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/gt1Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/gt1Filler.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/gt2Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/gt2Filler.json index ac9a6983bef..cd176934ded 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/gt2Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/gt2Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/gt3Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/gt3Filler.json index 2ff51ac1086..d7dfd7f20fe 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/gt3Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/gt3Filler.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/iszeo2Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/iszeo2Filler.json index fb1c8235e41..71d17243a14 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/iszeo2Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/iszeo2Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/iszero0Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/iszero0Filler.json index 9938520f178..6e0c4d01576 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/iszero0Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/iszero0Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/iszero1Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/iszero1Filler.json index 6aa221b7dc2..51e215aa826 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/iszero1Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/iszero1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/lt0Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/lt0Filler.json index f865350acce..b04dda6f65c 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/lt0Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/lt0Filler.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/lt1Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/lt1Filler.json index f3930e95fa1..9cd6019153e 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/lt1Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/lt1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/lt2Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/lt2Filler.json index 2b3ffa7de5d..a3c40159ad8 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/lt2Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/lt2Filler.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/lt3Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/lt3Filler.json index df85ac07da1..362942fd44d 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/lt3Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/lt3Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/not0Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/not0Filler.json index 139c5c4f67d..ff9ed45274f 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/not0Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/not0Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/not1Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/not1Filler.json index 6acaad1c4fe..ece46ccb9af 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/not1Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/not1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/not2Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/not2Filler.json index 63ebdd39ff3..5c158c6f80a 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/not2Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/not2Filler.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/not3Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/not3Filler.json index d285df171e8..6b8c25f4503 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/not3Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/not3Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/not4Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/not4Filler.json index 336f0372ba8..bef4d76b4a4 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/not4Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/not4Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/not5Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/not5Filler.json index 5793bd2d75a..a887cfd84fb 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/not5Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/not5Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/or0Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/or0Filler.json index 0d2a3c8cb97..93baffb318b 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/or0Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/or0Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/or1Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/or1Filler.json index b0424982dcb..044575fc95e 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/or1Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/or1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/or2Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/or2Filler.json index 44c2ea2e819..8cf4d933f1e 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/or2Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/or2Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/or3Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/or3Filler.json index ba85521cd69..99d40853b19 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/or3Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/or3Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/or4Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/or4Filler.json index dc9a6cc8e86..756dab88c1e 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/or4Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/or4Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/or5Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/or5Filler.json index 29f1909814c..91ccf858670 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/or5Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/or5Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/sgt0Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/sgt0Filler.json index 52bfd133f71..cf36777d113 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/sgt0Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/sgt0Filler.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/sgt1Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/sgt1Filler.json index ef5bb50fbbf..5af3d0dc979 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/sgt1Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/sgt1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/sgt2Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/sgt2Filler.json index 3a20e41be4d..d04e19ea1bc 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/sgt2Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/sgt2Filler.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/sgt3Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/sgt3Filler.json index ddf1f0182c7..94d6ff9b0aa 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/sgt3Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/sgt3Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/sgt4Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/sgt4Filler.json index 58a8be6f1a3..3cd2b03c91a 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/sgt4Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/sgt4Filler.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/slt0Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/slt0Filler.json index ffa17e294e3..9b100e92227 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/slt0Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/slt0Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/slt1Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/slt1Filler.json index 44d61b48fae..790cb6d5fb9 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/slt1Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/slt1Filler.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/slt2Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/slt2Filler.json index b1a355eb37d..14f7e7f64c1 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/slt2Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/slt2Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/slt3Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/slt3Filler.json index 4ae518fd323..c49a1697479 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/slt3Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/slt3Filler.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/slt4Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/slt4Filler.json index 22c72d1edb3..f105ecbb630 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/slt4Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/slt4Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/xor0Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/xor0Filler.json index 1c9ea19336e..124a5668be1 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/xor0Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/xor0Filler.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/xor1Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/xor1Filler.json index 881b397a443..68f3d7e12b4 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/xor1Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/xor1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/xor2Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/xor2Filler.json index d7b3f4a7fb9..72dec61d28d 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/xor2Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/xor2Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/xor3Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/xor3Filler.json index 4c9e953db0b..6713c327fdd 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/xor3Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/xor3Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/xor4Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/xor4Filler.json index 876d723ad78..5c9997cde51 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/xor4Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/xor4Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBitwiseLogicOperation/xor5Filler.json b/src/VMTestsFiller/vmBitwiseLogicOperation/xor5Filler.json index f3430c20501..8612a8182c5 100644 --- a/src/VMTestsFiller/vmBitwiseLogicOperation/xor5Filler.json +++ b/src/VMTestsFiller/vmBitwiseLogicOperation/xor5Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBlockInfoTest/coinbaseFiller.json b/src/VMTestsFiller/vmBlockInfoTest/coinbaseFiller.json index 513cb3a0541..b670852168e 100644 --- a/src/VMTestsFiller/vmBlockInfoTest/coinbaseFiller.json +++ b/src/VMTestsFiller/vmBlockInfoTest/coinbaseFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBlockInfoTest/difficultyFiller.json b/src/VMTestsFiller/vmBlockInfoTest/difficultyFiller.json index 2d37aa52bba..89f626de19e 100644 --- a/src/VMTestsFiller/vmBlockInfoTest/difficultyFiller.json +++ b/src/VMTestsFiller/vmBlockInfoTest/difficultyFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBlockInfoTest/gaslimitFiller.json b/src/VMTestsFiller/vmBlockInfoTest/gaslimitFiller.json index 146563fb3a9..f87969e0b77 100644 --- a/src/VMTestsFiller/vmBlockInfoTest/gaslimitFiller.json +++ b/src/VMTestsFiller/vmBlockInfoTest/gaslimitFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBlockInfoTest/numberFiller.json b/src/VMTestsFiller/vmBlockInfoTest/numberFiller.json index baf1bdb2224..159a36d321b 100644 --- a/src/VMTestsFiller/vmBlockInfoTest/numberFiller.json +++ b/src/VMTestsFiller/vmBlockInfoTest/numberFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmBlockInfoTest/timestampFiller.json b/src/VMTestsFiller/vmBlockInfoTest/timestampFiller.json index f641aea916b..a7c7fcee94f 100644 --- a/src/VMTestsFiller/vmBlockInfoTest/timestampFiller.json +++ b/src/VMTestsFiller/vmBlockInfoTest/timestampFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmEnvironmentalInfo/address0Filler.json b/src/VMTestsFiller/vmEnvironmentalInfo/address0Filler.json index 01979720575..207e565cc71 100644 --- a/src/VMTestsFiller/vmEnvironmentalInfo/address0Filler.json +++ b/src/VMTestsFiller/vmEnvironmentalInfo/address0Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmEnvironmentalInfo/address1Filler.json b/src/VMTestsFiller/vmEnvironmentalInfo/address1Filler.json index b50ac0b336c..4bf8f10bfaf 100644 --- a/src/VMTestsFiller/vmEnvironmentalInfo/address1Filler.json +++ b/src/VMTestsFiller/vmEnvironmentalInfo/address1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy0Filler.json b/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy0Filler.json index e065ee3ea7e..0ea8442c35c 100644 --- a/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy0Filler.json +++ b/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy0Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy0_returnFiller.json b/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy0_returnFiller.json index e3ca949690c..7a7cbcae30a 100644 --- a/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy0_returnFiller.json +++ b/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy0_returnFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy1Filler.json b/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy1Filler.json index 91018582d1d..954a13df4ee 100644 --- a/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy1Filler.json +++ b/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy1_returnFiller.json b/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy1_returnFiller.json index f2649a15e8e..672b7e9a664 100644 --- a/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy1_returnFiller.json +++ b/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy1_returnFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy2Filler.json b/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy2Filler.json index 717364ade61..b3ece105618 100644 --- a/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy2Filler.json +++ b/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy2Filler.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy2_returnFiller.json b/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy2_returnFiller.json index a996114c634..912fee7a7ab 100644 --- a/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy2_returnFiller.json +++ b/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy2_returnFiller.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopyUnderFlowFiller.json b/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopyUnderFlowFiller.json index 06b2c078b50..a3bb7111095 100644 --- a/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopyUnderFlowFiller.json +++ b/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopyUnderFlowFiller.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopyZeroMemExpansionFiller.json b/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopyZeroMemExpansionFiller.json index 85eb7da50c4..7635dc01c8e 100644 --- a/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopyZeroMemExpansionFiller.json +++ b/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopyZeroMemExpansionFiller.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopyZeroMemExpansion_returnFiller.json b/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopyZeroMemExpansion_returnFiller.json index 7d077c2f3e2..fcbe44542e0 100644 --- a/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopyZeroMemExpansion_returnFiller.json +++ b/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopyZeroMemExpansion_returnFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2Filler.json b/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2Filler.json index 06b27df9c6f..e83f1c93efe 100644 --- a/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2Filler.json +++ b/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2Filler.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2_returnFiller.json b/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2_returnFiller.json index 3307c7db5a4..6b665775c61 100644 --- a/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2_returnFiller.json +++ b/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2_returnFiller.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy_DataIndexTooHighFiller.json b/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy_DataIndexTooHighFiller.json index 8f5222d6d46..e930f89dc33 100644 --- a/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy_DataIndexTooHighFiller.json +++ b/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy_DataIndexTooHighFiller.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh_returnFiller.json b/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh_returnFiller.json index 69944d1cb4e..3766d0384a6 100644 --- a/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh_returnFiller.json +++ b/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh_returnFiller.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy_secFiller.json b/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy_secFiller.json index 5e01ac6c477..b710ac41fe9 100644 --- a/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy_secFiller.json +++ b/src/VMTestsFiller/vmEnvironmentalInfo/calldatacopy_secFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmEnvironmentalInfo/calldataload0Filler.json b/src/VMTestsFiller/vmEnvironmentalInfo/calldataload0Filler.json index 1dc082d1195..b2a6f803dd0 100644 --- a/src/VMTestsFiller/vmEnvironmentalInfo/calldataload0Filler.json +++ b/src/VMTestsFiller/vmEnvironmentalInfo/calldataload0Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmEnvironmentalInfo/calldataload1Filler.json b/src/VMTestsFiller/vmEnvironmentalInfo/calldataload1Filler.json index 88c0783cf10..0927d8a2131 100644 --- a/src/VMTestsFiller/vmEnvironmentalInfo/calldataload1Filler.json +++ b/src/VMTestsFiller/vmEnvironmentalInfo/calldataload1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmEnvironmentalInfo/calldataload2Filler.json b/src/VMTestsFiller/vmEnvironmentalInfo/calldataload2Filler.json index 1d1755acd7f..cf7575d9a06 100644 --- a/src/VMTestsFiller/vmEnvironmentalInfo/calldataload2Filler.json +++ b/src/VMTestsFiller/vmEnvironmentalInfo/calldataload2Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmEnvironmentalInfo/calldataloadSizeTooHighFiller.json b/src/VMTestsFiller/vmEnvironmentalInfo/calldataloadSizeTooHighFiller.json index 471025e9a2a..a634e11bbf5 100644 --- a/src/VMTestsFiller/vmEnvironmentalInfo/calldataloadSizeTooHighFiller.json +++ b/src/VMTestsFiller/vmEnvironmentalInfo/calldataloadSizeTooHighFiller.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmEnvironmentalInfo/calldataloadSizeTooHighPartialFiller.json b/src/VMTestsFiller/vmEnvironmentalInfo/calldataloadSizeTooHighPartialFiller.json index ce6aa163d8a..fb6b94f03e8 100644 --- a/src/VMTestsFiller/vmEnvironmentalInfo/calldataloadSizeTooHighPartialFiller.json +++ b/src/VMTestsFiller/vmEnvironmentalInfo/calldataloadSizeTooHighPartialFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmEnvironmentalInfo/calldataload_BigOffsetFiller.json b/src/VMTestsFiller/vmEnvironmentalInfo/calldataload_BigOffsetFiller.json index 1a6b08a8775..d8e5832e5ae 100644 --- a/src/VMTestsFiller/vmEnvironmentalInfo/calldataload_BigOffsetFiller.json +++ b/src/VMTestsFiller/vmEnvironmentalInfo/calldataload_BigOffsetFiller.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmEnvironmentalInfo/calldatasize0Filler.json b/src/VMTestsFiller/vmEnvironmentalInfo/calldatasize0Filler.json index 3094ae350f5..83c9d734761 100644 --- a/src/VMTestsFiller/vmEnvironmentalInfo/calldatasize0Filler.json +++ b/src/VMTestsFiller/vmEnvironmentalInfo/calldatasize0Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmEnvironmentalInfo/calldatasize1Filler.json b/src/VMTestsFiller/vmEnvironmentalInfo/calldatasize1Filler.json index cefddd0a73d..87ef31d8f20 100644 --- a/src/VMTestsFiller/vmEnvironmentalInfo/calldatasize1Filler.json +++ b/src/VMTestsFiller/vmEnvironmentalInfo/calldatasize1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmEnvironmentalInfo/calldatasize2Filler.json b/src/VMTestsFiller/vmEnvironmentalInfo/calldatasize2Filler.json index 7412e97c218..a991076e469 100644 --- a/src/VMTestsFiller/vmEnvironmentalInfo/calldatasize2Filler.json +++ b/src/VMTestsFiller/vmEnvironmentalInfo/calldatasize2Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmEnvironmentalInfo/callerFiller.json b/src/VMTestsFiller/vmEnvironmentalInfo/callerFiller.json index 26a7d7ab066..f36d25317d3 100644 --- a/src/VMTestsFiller/vmEnvironmentalInfo/callerFiller.json +++ b/src/VMTestsFiller/vmEnvironmentalInfo/callerFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmEnvironmentalInfo/callvalueFiller.json b/src/VMTestsFiller/vmEnvironmentalInfo/callvalueFiller.json index a3861e7c78e..c13108f8f27 100644 --- a/src/VMTestsFiller/vmEnvironmentalInfo/callvalueFiller.json +++ b/src/VMTestsFiller/vmEnvironmentalInfo/callvalueFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmEnvironmentalInfo/codecopy0Filler.json b/src/VMTestsFiller/vmEnvironmentalInfo/codecopy0Filler.json index 3b622cb4728..17cc8f9828a 100644 --- a/src/VMTestsFiller/vmEnvironmentalInfo/codecopy0Filler.json +++ b/src/VMTestsFiller/vmEnvironmentalInfo/codecopy0Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmEnvironmentalInfo/codecopyZeroMemExpansionFiller.json b/src/VMTestsFiller/vmEnvironmentalInfo/codecopyZeroMemExpansionFiller.json index 3f7c9bef5fb..26d3c95d4c7 100644 --- a/src/VMTestsFiller/vmEnvironmentalInfo/codecopyZeroMemExpansionFiller.json +++ b/src/VMTestsFiller/vmEnvironmentalInfo/codecopyZeroMemExpansionFiller.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmEnvironmentalInfo/codecopy_DataIndexTooHighFiller.json b/src/VMTestsFiller/vmEnvironmentalInfo/codecopy_DataIndexTooHighFiller.json index 25409e95655..fbc6c89d388 100644 --- a/src/VMTestsFiller/vmEnvironmentalInfo/codecopy_DataIndexTooHighFiller.json +++ b/src/VMTestsFiller/vmEnvironmentalInfo/codecopy_DataIndexTooHighFiller.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmEnvironmentalInfo/codesizeFiller.json b/src/VMTestsFiller/vmEnvironmentalInfo/codesizeFiller.json index 74a123839bc..ecb875ef914 100644 --- a/src/VMTestsFiller/vmEnvironmentalInfo/codesizeFiller.json +++ b/src/VMTestsFiller/vmEnvironmentalInfo/codesizeFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmEnvironmentalInfo/gaspriceFiller.json b/src/VMTestsFiller/vmEnvironmentalInfo/gaspriceFiller.json index 977d90fc7e1..5b3d07a3125 100644 --- a/src/VMTestsFiller/vmEnvironmentalInfo/gaspriceFiller.json +++ b/src/VMTestsFiller/vmEnvironmentalInfo/gaspriceFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmEnvironmentalInfo/originFiller.json b/src/VMTestsFiller/vmEnvironmentalInfo/originFiller.json index e79440fa9ad..12df986c416 100644 --- a/src/VMTestsFiller/vmEnvironmentalInfo/originFiller.json +++ b/src/VMTestsFiller/vmEnvironmentalInfo/originFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdest3Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdest3Filler.json index 0cddfb57520..4a508a1a9cd 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdest3Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdest3Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdestFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdestFiller.json index 3c81646c64f..23fa0bb74c5 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdestFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdestFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump0_foreverOutOfGasFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump0_foreverOutOfGasFiller.json index 80c57b7f9e7..ba21036290e 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump0_foreverOutOfGasFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump0_foreverOutOfGasFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest0Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest0Filler.json index e2140f05964..e5e89dfdaeb 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest0Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest0Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest2Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest2Filler.json index f43466be35b..ea5b5ec503a 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest2Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest2Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump0_withoutJumpdestFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump0_withoutJumpdestFiller.json index 6adcd57a06e..0dbea18aeb5 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump0_withoutJumpdestFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump0_withoutJumpdestFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump1Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump1Filler.json index 0bc700d2bf5..5fab2fff494 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump1Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJump1Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithJumpDestFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithJumpDestFiller.json index 14040fee211..efb1769513b 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithJumpDestFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithJumpDestFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithoutJumpDestFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithoutJumpDestFiller.json index a0d5ed7d267..a348adf6798 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithoutJumpDestFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithoutJumpDestFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpi0Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpi0Filler.json index e7159658e3d..3f682dea011 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpi0Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpi0Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpi1Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpi1Filler.json index 31d685aa890..6547c9be11c 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpi1Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpi1Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpi1_jumpdestFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpi1_jumpdestFiller.json index 2229fed057a..a1f027d8e1a 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpi1_jumpdestFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpi1_jumpdestFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpiAfterStopFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpiAfterStopFiller.json index f3da09a6110..2f0ff54f45c 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpiAfterStopFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpiAfterStopFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpiOutsideBoundaryFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpiOutsideBoundaryFiller.json index 1cbf286b850..2f0a49e4d3b 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpiOutsideBoundaryFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpiOutsideBoundaryFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithJumpDestFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithJumpDestFiller.json index 6b1b3beeec7..aa52e0e8004 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithJumpDestFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithJumpDestFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithoutJumpDestFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithoutJumpDestFiller.json index 7a0f345b3c9..e1b75f9bbd9 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithoutJumpDestFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithoutJumpDestFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/DyanmicJump0_outOfBoundaryFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/DyanmicJump0_outOfBoundaryFiller.json index 2121e79d99b..80a4b994dd3 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/DyanmicJump0_outOfBoundaryFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/DyanmicJump0_outOfBoundaryFiller.json @@ -28,4 +28,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump0_AfterJumpdest3Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump0_AfterJumpdest3Filler.json index e2639ea9bfe..9789806d602 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump0_AfterJumpdest3Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump0_AfterJumpdest3Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump0_AfterJumpdestFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump0_AfterJumpdestFiller.json index 1988685f9db..eed1ae9dc40 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump0_AfterJumpdestFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump0_AfterJumpdestFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump0_foreverOutOfGasFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump0_foreverOutOfGasFiller.json index a21bb2a5b58..ee85f22e538 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump0_foreverOutOfGasFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump0_foreverOutOfGasFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump0_jumpdest0Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump0_jumpdest0Filler.json index b4291e87554..eeb43e778d7 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump0_jumpdest0Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump0_jumpdest0Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump0_jumpdest2Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump0_jumpdest2Filler.json index 3db04513e83..1a46e0cc454 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump0_jumpdest2Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump0_jumpdest2Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump0_withoutJumpdestFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump0_withoutJumpdestFiller.json index 016ec51022f..18365bd347d 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump0_withoutJumpdestFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump0_withoutJumpdestFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump1Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump1Filler.json index 1f32b52daa5..17b3e7671ba 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump1Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump1Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpAfterStopFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpAfterStopFiller.json index eca7b1e039c..6a6345efca2 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpAfterStopFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpAfterStopFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpInsidePushWithJumpDestFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpInsidePushWithJumpDestFiller.json index 25a66418178..51284b6489e 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpInsidePushWithJumpDestFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpInsidePushWithJumpDestFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpInsidePushWithoutJumpDestFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpInsidePushWithoutJumpDestFiller.json index 62ea5a43bf9..bce8e1ceb7f 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpInsidePushWithoutJumpDestFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpInsidePushWithoutJumpDestFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps0Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps0Filler.json index 14b176926d5..4f86a9c1fce 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps0Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps0Filler.json @@ -27,4 +27,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps1Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps1Filler.json index 1700bbead48..6176d5f7adf 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps1Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpPathologicalTest0Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpPathologicalTest0Filler.json index 65a6dd87361..4e3a6bcdbe4 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpPathologicalTest0Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpPathologicalTest0Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpPathologicalTest1Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpPathologicalTest1Filler.json index d285be147e3..030a81ce22f 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpPathologicalTest1Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpPathologicalTest1Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpPathologicalTest2Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpPathologicalTest2Filler.json index 0f9d2a41c1f..fcf558a5505 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpPathologicalTest2Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpPathologicalTest2Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpPathologicalTest3Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpPathologicalTest3Filler.json index e2d83343e23..69813b0470d 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpPathologicalTest3Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpPathologicalTest3Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpStartWithJumpDestFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpStartWithJumpDestFiller.json index 6c870821955..dfe70f8f467 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpStartWithJumpDestFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpStartWithJumpDestFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_value1Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_value1Filler.json index de2e1a0fc24..6e948acbb3d 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_value1Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_value1Filler.json @@ -27,4 +27,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_value2Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_value2Filler.json index e34f6c63db1..99a28d0fd0a 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_value2Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_value2Filler.json @@ -27,4 +27,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_value3Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_value3Filler.json index 1e9fa0f77fb..a006804270f 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_value3Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_value3Filler.json @@ -27,4 +27,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_valueUnderflowFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_valueUnderflowFiller.json index a5c972de026..2813cc5254c 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_valueUnderflowFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJump_valueUnderflowFiller.json @@ -27,4 +27,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpi0Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpi0Filler.json index 5b81127ca89..1f7b7c17567 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpi0Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpi0Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpi1Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpi1Filler.json index 77b19b29055..5788ea6a134 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpi1Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpi1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpi1_jumpdestFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpi1_jumpdestFiller.json index 259e7c87a4f..e82f352cf57 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpi1_jumpdestFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpi1_jumpdestFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpiAfterStopFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpiAfterStopFiller.json index ce81ff6c8d9..bebe7f26964 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpiAfterStopFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpiAfterStopFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpiOutsideBoundaryFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpiOutsideBoundaryFiller.json index a29266f0d73..b31b3218c6c 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpiOutsideBoundaryFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpiOutsideBoundaryFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpifInsidePushWithJumpDestFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpifInsidePushWithJumpDestFiller.json index a4dd304f7bc..25c5ee63d80 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpifInsidePushWithJumpDestFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpifInsidePushWithJumpDestFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpifInsidePushWithoutJumpDestFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpifInsidePushWithoutJumpDestFiller.json index fcf5d0c7bbf..f3b77c43916 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpifInsidePushWithoutJumpDestFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/DynamicJumpifInsidePushWithoutJumpDestFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdest3Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdest3Filler.json index 4544502c757..d1b6faf9189 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdest3Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdest3Filler.json @@ -28,4 +28,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdestFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdestFiller.json index 1b3f805e969..4d6c583f737 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdestFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdestFiller.json @@ -28,4 +28,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump0_foreverOutOfGasFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump0_foreverOutOfGasFiller.json index 755acb7648a..84b8c55e392 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump0_foreverOutOfGasFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump0_foreverOutOfGasFiller.json @@ -28,4 +28,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest0Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest0Filler.json index 9bb8b6d13d6..e3b6c1d123d 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest0Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest0Filler.json @@ -36,4 +36,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest2Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest2Filler.json index ce415bdd7af..c0fba069d5a 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest2Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest2Filler.json @@ -36,4 +36,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump0_withoutJumpdestFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump0_withoutJumpdestFiller.json index 55b1db6d3a8..b531d977762 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump0_withoutJumpdestFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump0_withoutJumpdestFiller.json @@ -28,4 +28,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump1Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump1Filler.json index f8cd313561f..33d286bf030 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump1Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJump1Filler.json @@ -28,4 +28,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithJumpDestFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithJumpDestFiller.json index 2370fc363c2..e08dc1c157e 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithJumpDestFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithJumpDestFiller.json @@ -28,4 +28,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithoutJumpDestFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithoutJumpDestFiller.json index 393a35c85ff..c2f3bba9506 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithoutJumpDestFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithoutJumpDestFiller.json @@ -28,4 +28,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpi0Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpi0Filler.json index 21b9de0b12b..edce38f9362 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpi0Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpi0Filler.json @@ -28,4 +28,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpi1Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpi1Filler.json index f5d46dfb18a..04a1b4ba59d 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpi1Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpi1Filler.json @@ -28,4 +28,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpi1_jumpdestFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpi1_jumpdestFiller.json index 8a04ee453ab..793807092e9 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpi1_jumpdestFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpi1_jumpdestFiller.json @@ -28,4 +28,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpiAfterStopFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpiAfterStopFiller.json index b2e821dd423..1702b05af68 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpiAfterStopFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpiAfterStopFiller.json @@ -36,4 +36,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpiOutsideBoundaryFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpiOutsideBoundaryFiller.json index 0335677c2f1..20f4a0883cd 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpiOutsideBoundaryFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpiOutsideBoundaryFiller.json @@ -28,4 +28,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithJumpDestFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithJumpDestFiller.json index 4b764248a70..5159ca8f008 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithJumpDestFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithJumpDestFiller.json @@ -28,4 +28,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithoutJumpDestFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithoutJumpDestFiller.json index 36029ae2bf6..b1f5871fce2 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithoutJumpDestFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithoutJumpDestFiller.json @@ -28,4 +28,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/bad_indirect_jump1Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/bad_indirect_jump1Filler.json index f2adc6b7ba5..97fdb85461d 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/bad_indirect_jump1Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/bad_indirect_jump1Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/bad_indirect_jump2Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/bad_indirect_jump2Filler.json index 144733b905c..d1e4ec6a368 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/bad_indirect_jump2Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/bad_indirect_jump2Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/byte1Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/byte1Filler.json index b8c99be64ea..44ed3dc4528 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/byte1Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/byte1Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/calldatacopyMemExpFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/calldatacopyMemExpFiller.json index 96ddb3e2782..7a1a4ec7ad7 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/calldatacopyMemExpFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/calldatacopyMemExpFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/codecopyMemExpFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/codecopyMemExpFiller.json index 5a3e3c94a5f..ca1023046d1 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/codecopyMemExpFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/codecopyMemExpFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/deadCode_1Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/deadCode_1Filler.json index 32ea5e900c2..dc8321e38c3 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/deadCode_1Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/deadCode_1Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/dupAt51becameMloadFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/dupAt51becameMloadFiller.json index 65025d83f33..5f39f103cec 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/dupAt51becameMloadFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/dupAt51becameMloadFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/for_loop1Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/for_loop1Filler.json index 3f9b2f7a57f..254c55103d1 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/for_loop1Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/for_loop1Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/for_loop2Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/for_loop2Filler.json index a4229625782..6d44998eabd 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/for_loop2Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/for_loop2Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/gas0Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/gas0Filler.json index ffaa1605cb7..b7dabbfbd1d 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/gas0Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/gas0Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/gas1Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/gas1Filler.json index 25a0b5d9285..a6f2f272f1c 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/gas1Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/gas1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/gasOverFlowFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/gasOverFlowFiller.json index d76c6222208..af7f9cc5ddf 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/gasOverFlowFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/gasOverFlowFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/indirect_jump1Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/indirect_jump1Filler.json index c9966797e64..4c19205ce2a 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/indirect_jump1Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/indirect_jump1Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/indirect_jump2Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/indirect_jump2Filler.json index 1e91ce9bda2..5712601da08 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/indirect_jump2Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/indirect_jump2Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/indirect_jump3Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/indirect_jump3Filler.json index c37c22cdaa8..cba4bdc8682 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/indirect_jump3Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/indirect_jump3Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/indirect_jump4Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/indirect_jump4Filler.json index 22643052bcb..c8be05253b9 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/indirect_jump4Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/indirect_jump4Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/jump0_AfterJumpdest3Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/jump0_AfterJumpdest3Filler.json index e9dfd19db95..4e8dc9c5615 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/jump0_AfterJumpdest3Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/jump0_AfterJumpdest3Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/jump0_AfterJumpdestFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/jump0_AfterJumpdestFiller.json index 783cfe75602..4ca12137911 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/jump0_AfterJumpdestFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/jump0_AfterJumpdestFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/jump0_foreverOutOfGasFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/jump0_foreverOutOfGasFiller.json index 733f180737c..887f4cf602a 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/jump0_foreverOutOfGasFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/jump0_foreverOutOfGasFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/jump0_jumpdest0Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/jump0_jumpdest0Filler.json index 3ea79232b82..1980ad67ba9 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/jump0_jumpdest0Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/jump0_jumpdest0Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/jump0_jumpdest2Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/jump0_jumpdest2Filler.json index 8c65306dd30..cd6dd5d17b7 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/jump0_jumpdest2Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/jump0_jumpdest2Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/jump0_outOfBoundaryFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/jump0_outOfBoundaryFiller.json index 4fce8309b76..0032535e029 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/jump0_outOfBoundaryFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/jump0_outOfBoundaryFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/jump0_withoutJumpdestFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/jump0_withoutJumpdestFiller.json index 0ea564cdc8d..50fc040b9b7 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/jump0_withoutJumpdestFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/jump0_withoutJumpdestFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/jump1Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/jump1Filler.json index 86c4366decc..80df5aa5c66 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/jump1Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/jump1Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/jumpAfterStopFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/jumpAfterStopFiller.json index d3fe1348d10..6d9a62c314b 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/jumpAfterStopFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/jumpAfterStopFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/jumpDynamicJumpSameDestFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/jumpDynamicJumpSameDestFiller.json index 0f7eca91a3d..023a01ea497 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/jumpDynamicJumpSameDestFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/jumpDynamicJumpSameDestFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/jumpHighFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/jumpHighFiller.json index 03351997116..6fd9f5b9c90 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/jumpHighFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/jumpHighFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/jumpInsidePushWithJumpDestFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/jumpInsidePushWithJumpDestFiller.json index d495cd671cc..2d66ced3438 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/jumpInsidePushWithJumpDestFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/jumpInsidePushWithJumpDestFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/jumpInsidePushWithoutJumpDestFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/jumpInsidePushWithoutJumpDestFiller.json index 3cb8e330794..d611fb2270e 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/jumpInsidePushWithoutJumpDestFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/jumpInsidePushWithoutJumpDestFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/jumpOntoJumpFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/jumpOntoJumpFiller.json index 89cfacae8fc..3732adfa787 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/jumpOntoJumpFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/jumpOntoJumpFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/jumpTo1InstructionafterJumpFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/jumpTo1InstructionafterJumpFiller.json index ac42ff502ae..d6459270805 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/jumpTo1InstructionafterJumpFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/jumpTo1InstructionafterJumpFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/jumpTo1InstructionafterJump_jumpdestFirstInstructionFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/jumpTo1InstructionafterJump_jumpdestFirstInstructionFiller.json index 0ece174eb36..f631a886065 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/jumpTo1InstructionafterJump_jumpdestFirstInstructionFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/jumpTo1InstructionafterJump_jumpdestFirstInstructionFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/jumpTo1InstructionafterJump_noJumpDestFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/jumpTo1InstructionafterJump_noJumpDestFiller.json index 40331387620..4ec9ec6ca06 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/jumpTo1InstructionafterJump_noJumpDestFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/jumpTo1InstructionafterJump_noJumpDestFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/jumpToUint64maxPlus1Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/jumpToUint64maxPlus1Filler.json index e4a49d87e8c..bdc7ca5b2fb 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/jumpToUint64maxPlus1Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/jumpToUint64maxPlus1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/jumpToUintmaxPlus1Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/jumpToUintmaxPlus1Filler.json index 5fc20f3817a..193fd24f913 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/jumpToUintmaxPlus1Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/jumpToUintmaxPlus1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/jumpdestBigListFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/jumpdestBigListFiller.json index 189d0df7c05..a787fd3b9a7 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/jumpdestBigListFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/jumpdestBigListFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/jumpi0Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/jumpi0Filler.json index 4d950b74bf5..9b201a435b9 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/jumpi0Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/jumpi0Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/jumpi1Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/jumpi1Filler.json index e56ac24ac84..cacb8a21e8d 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/jumpi1Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/jumpi1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/jumpi1_jumpdestFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/jumpi1_jumpdestFiller.json index c0f855bcf2d..05f7eb946cc 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/jumpi1_jumpdestFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/jumpi1_jumpdestFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/jumpiAfterStopFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/jumpiAfterStopFiller.json index 1f724fcce56..ac0af277efd 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/jumpiAfterStopFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/jumpiAfterStopFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/jumpiOutsideBoundaryFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/jumpiOutsideBoundaryFiller.json index 45104626d8e..87ff0587c74 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/jumpiOutsideBoundaryFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/jumpiOutsideBoundaryFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/jumpiToUint64maxPlus1Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/jumpiToUint64maxPlus1Filler.json index a7f2d993391..6e7dbdd31ca 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/jumpiToUint64maxPlus1Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/jumpiToUint64maxPlus1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/jumpiToUintmaxPlus1Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/jumpiToUintmaxPlus1Filler.json index 1c5d17b4261..f349dfb675b 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/jumpiToUintmaxPlus1Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/jumpiToUintmaxPlus1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/jumpi_at_the_endFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/jumpi_at_the_endFiller.json index 10df5d21e57..19de30775ce 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/jumpi_at_the_endFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/jumpi_at_the_endFiller.json @@ -27,4 +27,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/jumpifInsidePushWithJumpDestFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/jumpifInsidePushWithJumpDestFiller.json index 9840f3676f1..28d410d2119 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/jumpifInsidePushWithJumpDestFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/jumpifInsidePushWithJumpDestFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/jumpifInsidePushWithoutJumpDestFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/jumpifInsidePushWithoutJumpDestFiller.json index 73c03088d5b..0d2ca65a56a 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/jumpifInsidePushWithoutJumpDestFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/jumpifInsidePushWithoutJumpDestFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/kv1Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/kv1Filler.json index e4f1c84711a..74af7a3c604 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/kv1Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/kv1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/log1MemExpFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/log1MemExpFiller.json index d47a0b664f8..76b92e920d2 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/log1MemExpFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/log1MemExpFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/loop_stacklimit_1020Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/loop_stacklimit_1020Filler.json index 2d003538999..d77e5db04b7 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/loop_stacklimit_1020Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/loop_stacklimit_1020Filler.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/loop_stacklimit_1021Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/loop_stacklimit_1021Filler.json index 4fd9fbbfaed..594ffc61f6a 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/loop_stacklimit_1021Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/loop_stacklimit_1021Filler.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/memory1Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/memory1Filler.json index 79da50072fb..ff07446d93a 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/memory1Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/memory1Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/mloadError0Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/mloadError0Filler.json index 9b1907199ec..c98100bbbf5 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/mloadError0Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/mloadError0Filler.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/mloadError1Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/mloadError1Filler.json index 830822a855e..45be844fb26 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/mloadError1Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/mloadError1Filler.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/mloadMemExpFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/mloadMemExpFiller.json index 58d7b5b6f49..69d9b00e224 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/mloadMemExpFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/mloadMemExpFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/mloadOutOfGasError2Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/mloadOutOfGasError2Filler.json index 46a7776fc08..c1f51676e0b 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/mloadOutOfGasError2Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/mloadOutOfGasError2Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/msize0Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/msize0Filler.json index d3e8daea2fe..d57e6a5f2b2 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/msize0Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/msize0Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/msize1Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/msize1Filler.json index 334db6f5efb..606f1f7b6af 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/msize1Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/msize1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/msize2Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/msize2Filler.json index a14dc42fa3c..794341c7c94 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/msize2Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/msize2Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/msize3Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/msize3Filler.json index 50b38b6cd5c..eefb236138f 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/msize3Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/msize3Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/mstore0Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/mstore0Filler.json index 5f29c3ce51a..091a0ecc227 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/mstore0Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/mstore0Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/mstore1Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/mstore1Filler.json index 00fafb9816a..4570d46b3a2 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/mstore1Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/mstore1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/mstore8MemExpFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/mstore8MemExpFiller.json index f726ab91fe8..01be9b377d2 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/mstore8MemExpFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/mstore8MemExpFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/mstore8WordToBigErrorFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/mstore8WordToBigErrorFiller.json index 5b8c3a080c4..2aab620ca5d 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/mstore8WordToBigErrorFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/mstore8WordToBigErrorFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/mstore8_0Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/mstore8_0Filler.json index 2055f8e25c2..097538a02e4 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/mstore8_0Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/mstore8_0Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/mstore8_1Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/mstore8_1Filler.json index 891394696be..7a78d6cf693 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/mstore8_1Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/mstore8_1Filler.json @@ -36,4 +36,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/mstoreMemExpFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/mstoreMemExpFiller.json index 829890851b5..4cef6e87dba 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/mstoreMemExpFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/mstoreMemExpFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/mstoreWordToBigErrorFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/mstoreWordToBigErrorFiller.json index 7cae4c4dea7..8f531612a03 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/mstoreWordToBigErrorFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/mstoreWordToBigErrorFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/mstore_mload0Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/mstore_mload0Filler.json index 2253c326332..5172866d183 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/mstore_mload0Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/mstore_mload0Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/pc0Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/pc0Filler.json index 66f0e8ab45e..18d1d644103 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/pc0Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/pc0Filler.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/pc1Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/pc1Filler.json index 03af3eb6691..33ad58e69ab 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/pc1Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/pc1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/pop0Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/pop0Filler.json index e7d707d4883..9746c20fbcc 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/pop0Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/pop0Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/pop1Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/pop1Filler.json index 14b42b3af04..5d03e00d672 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/pop1Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/pop1Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/return1Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/return1Filler.json index 4ffec6a4efa..fa89cd43209 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/return1Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/return1Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/return2Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/return2Filler.json index c4f3d9cece5..864ed310ee2 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/return2Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/return2Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/sha3MemExpFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/sha3MemExpFiller.json index b07a7a46b29..2d917543220 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/sha3MemExpFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/sha3MemExpFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/sstore_load_0Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/sstore_load_0Filler.json index 5d81bbd61d5..d48de51f3a6 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/sstore_load_0Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/sstore_load_0Filler.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/sstore_load_1Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/sstore_load_1Filler.json index 24e9ce486e6..709c513b10e 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/sstore_load_1Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/sstore_load_1Filler.json @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/sstore_load_2Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/sstore_load_2Filler.json index f2826ed568a..4e3ab7a58a7 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/sstore_load_2Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/sstore_load_2Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/sstore_underflowFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/sstore_underflowFiller.json index ffb53d0c79d..14822707776 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/sstore_underflowFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/sstore_underflowFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/stack_loopFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/stack_loopFiller.json index 9b17735ec25..9a5b62c990b 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/stack_loopFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/stack_loopFiller.json @@ -27,4 +27,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/stackjump1Filler.json b/src/VMTestsFiller/vmIOandFlowOperations/stackjump1Filler.json index 3701ef6510c..982e2558b2e 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/stackjump1Filler.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/stackjump1Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/swapAt52becameMstoreFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/swapAt52becameMstoreFiller.json index ca511da013f..1a7f89762df 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/swapAt52becameMstoreFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/swapAt52becameMstoreFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmIOandFlowOperations/whenFiller.json b/src/VMTestsFiller/vmIOandFlowOperations/whenFiller.json index 49cfdc62d65..688d6dd31c6 100644 --- a/src/VMTestsFiller/vmIOandFlowOperations/whenFiller.json +++ b/src/VMTestsFiller/vmIOandFlowOperations/whenFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log0_emptyMemFiller.json b/src/VMTestsFiller/vmLogTest/log0_emptyMemFiller.json index 0721a4ca959..8433a9b61fa 100644 --- a/src/VMTestsFiller/vmLogTest/log0_emptyMemFiller.json +++ b/src/VMTestsFiller/vmLogTest/log0_emptyMemFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log0_logMemStartTooHighFiller.json b/src/VMTestsFiller/vmLogTest/log0_logMemStartTooHighFiller.json index 3d87da96aac..28b6fb64b5d 100644 --- a/src/VMTestsFiller/vmLogTest/log0_logMemStartTooHighFiller.json +++ b/src/VMTestsFiller/vmLogTest/log0_logMemStartTooHighFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log0_logMemsizeTooHighFiller.json b/src/VMTestsFiller/vmLogTest/log0_logMemsizeTooHighFiller.json index de1bb21ddb3..f559fdfdf46 100644 --- a/src/VMTestsFiller/vmLogTest/log0_logMemsizeTooHighFiller.json +++ b/src/VMTestsFiller/vmLogTest/log0_logMemsizeTooHighFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log0_logMemsizeZeroFiller.json b/src/VMTestsFiller/vmLogTest/log0_logMemsizeZeroFiller.json index 9b4cfde91b8..d868da43cc4 100644 --- a/src/VMTestsFiller/vmLogTest/log0_logMemsizeZeroFiller.json +++ b/src/VMTestsFiller/vmLogTest/log0_logMemsizeZeroFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log0_nonEmptyMemFiller.json b/src/VMTestsFiller/vmLogTest/log0_nonEmptyMemFiller.json index 8ddd41548b5..436ae56b395 100644 --- a/src/VMTestsFiller/vmLogTest/log0_nonEmptyMemFiller.json +++ b/src/VMTestsFiller/vmLogTest/log0_nonEmptyMemFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log0_nonEmptyMem_logMemSize1Filler.json b/src/VMTestsFiller/vmLogTest/log0_nonEmptyMem_logMemSize1Filler.json index 66fcdafdc0e..e0b84367d8b 100644 --- a/src/VMTestsFiller/vmLogTest/log0_nonEmptyMem_logMemSize1Filler.json +++ b/src/VMTestsFiller/vmLogTest/log0_nonEmptyMem_logMemSize1Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log0_nonEmptyMem_logMemSize1_logMemStart31Filler.json b/src/VMTestsFiller/vmLogTest/log0_nonEmptyMem_logMemSize1_logMemStart31Filler.json index 68ea1b1fd33..d154258d02a 100644 --- a/src/VMTestsFiller/vmLogTest/log0_nonEmptyMem_logMemSize1_logMemStart31Filler.json +++ b/src/VMTestsFiller/vmLogTest/log0_nonEmptyMem_logMemSize1_logMemStart31Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log1_CallerFiller.json b/src/VMTestsFiller/vmLogTest/log1_CallerFiller.json index fe9133ed980..d5d00e2199f 100644 --- a/src/VMTestsFiller/vmLogTest/log1_CallerFiller.json +++ b/src/VMTestsFiller/vmLogTest/log1_CallerFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log1_MaxTopicFiller.json b/src/VMTestsFiller/vmLogTest/log1_MaxTopicFiller.json index 791c8ea0a56..ad813973000 100644 --- a/src/VMTestsFiller/vmLogTest/log1_MaxTopicFiller.json +++ b/src/VMTestsFiller/vmLogTest/log1_MaxTopicFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log1_emptyMemFiller.json b/src/VMTestsFiller/vmLogTest/log1_emptyMemFiller.json index 609f8a0c042..2c483365483 100644 --- a/src/VMTestsFiller/vmLogTest/log1_emptyMemFiller.json +++ b/src/VMTestsFiller/vmLogTest/log1_emptyMemFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log1_logMemStartTooHighFiller.json b/src/VMTestsFiller/vmLogTest/log1_logMemStartTooHighFiller.json index 46bdd2748b3..131a145a313 100644 --- a/src/VMTestsFiller/vmLogTest/log1_logMemStartTooHighFiller.json +++ b/src/VMTestsFiller/vmLogTest/log1_logMemStartTooHighFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log1_logMemsizeTooHighFiller.json b/src/VMTestsFiller/vmLogTest/log1_logMemsizeTooHighFiller.json index 1cfbce0f4d0..76d942da308 100644 --- a/src/VMTestsFiller/vmLogTest/log1_logMemsizeTooHighFiller.json +++ b/src/VMTestsFiller/vmLogTest/log1_logMemsizeTooHighFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log1_logMemsizeZeroFiller.json b/src/VMTestsFiller/vmLogTest/log1_logMemsizeZeroFiller.json index d9c9acc712e..1ff4d7ec303 100644 --- a/src/VMTestsFiller/vmLogTest/log1_logMemsizeZeroFiller.json +++ b/src/VMTestsFiller/vmLogTest/log1_logMemsizeZeroFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log1_nonEmptyMemFiller.json b/src/VMTestsFiller/vmLogTest/log1_nonEmptyMemFiller.json index 8aef7cbe950..ec8361b18e7 100644 --- a/src/VMTestsFiller/vmLogTest/log1_nonEmptyMemFiller.json +++ b/src/VMTestsFiller/vmLogTest/log1_nonEmptyMemFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log1_nonEmptyMem_logMemSize1Filler.json b/src/VMTestsFiller/vmLogTest/log1_nonEmptyMem_logMemSize1Filler.json index f04626e55cd..4f24c8a431b 100644 --- a/src/VMTestsFiller/vmLogTest/log1_nonEmptyMem_logMemSize1Filler.json +++ b/src/VMTestsFiller/vmLogTest/log1_nonEmptyMem_logMemSize1Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log1_nonEmptyMem_logMemSize1_logMemStart31Filler.json b/src/VMTestsFiller/vmLogTest/log1_nonEmptyMem_logMemSize1_logMemStart31Filler.json index ed7e2cd24e1..9bd38518f5f 100644 --- a/src/VMTestsFiller/vmLogTest/log1_nonEmptyMem_logMemSize1_logMemStart31Filler.json +++ b/src/VMTestsFiller/vmLogTest/log1_nonEmptyMem_logMemSize1_logMemStart31Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log2_CallerFiller.json b/src/VMTestsFiller/vmLogTest/log2_CallerFiller.json index 5b05f31cb21..18d254f3c5c 100644 --- a/src/VMTestsFiller/vmLogTest/log2_CallerFiller.json +++ b/src/VMTestsFiller/vmLogTest/log2_CallerFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log2_MaxTopicFiller.json b/src/VMTestsFiller/vmLogTest/log2_MaxTopicFiller.json index e77540f1a1f..85b0684be94 100644 --- a/src/VMTestsFiller/vmLogTest/log2_MaxTopicFiller.json +++ b/src/VMTestsFiller/vmLogTest/log2_MaxTopicFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log2_emptyMemFiller.json b/src/VMTestsFiller/vmLogTest/log2_emptyMemFiller.json index 43109489dd8..01501fd842c 100644 --- a/src/VMTestsFiller/vmLogTest/log2_emptyMemFiller.json +++ b/src/VMTestsFiller/vmLogTest/log2_emptyMemFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log2_logMemStartTooHighFiller.json b/src/VMTestsFiller/vmLogTest/log2_logMemStartTooHighFiller.json index af58beb82ff..65601dc78ff 100644 --- a/src/VMTestsFiller/vmLogTest/log2_logMemStartTooHighFiller.json +++ b/src/VMTestsFiller/vmLogTest/log2_logMemStartTooHighFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log2_logMemsizeTooHighFiller.json b/src/VMTestsFiller/vmLogTest/log2_logMemsizeTooHighFiller.json index 00460b87a19..95856d96fd8 100644 --- a/src/VMTestsFiller/vmLogTest/log2_logMemsizeTooHighFiller.json +++ b/src/VMTestsFiller/vmLogTest/log2_logMemsizeTooHighFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log2_logMemsizeZeroFiller.json b/src/VMTestsFiller/vmLogTest/log2_logMemsizeZeroFiller.json index eb95b0451f8..14d43f21f06 100644 --- a/src/VMTestsFiller/vmLogTest/log2_logMemsizeZeroFiller.json +++ b/src/VMTestsFiller/vmLogTest/log2_logMemsizeZeroFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log2_nonEmptyMemFiller.json b/src/VMTestsFiller/vmLogTest/log2_nonEmptyMemFiller.json index b6c6f31debf..0683c5f48d8 100644 --- a/src/VMTestsFiller/vmLogTest/log2_nonEmptyMemFiller.json +++ b/src/VMTestsFiller/vmLogTest/log2_nonEmptyMemFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log2_nonEmptyMem_logMemSize1Filler.json b/src/VMTestsFiller/vmLogTest/log2_nonEmptyMem_logMemSize1Filler.json index c476a195345..fe27e492f15 100644 --- a/src/VMTestsFiller/vmLogTest/log2_nonEmptyMem_logMemSize1Filler.json +++ b/src/VMTestsFiller/vmLogTest/log2_nonEmptyMem_logMemSize1Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log2_nonEmptyMem_logMemSize1_logMemStart31Filler.json b/src/VMTestsFiller/vmLogTest/log2_nonEmptyMem_logMemSize1_logMemStart31Filler.json index b009ed4769d..e08526de252 100644 --- a/src/VMTestsFiller/vmLogTest/log2_nonEmptyMem_logMemSize1_logMemStart31Filler.json +++ b/src/VMTestsFiller/vmLogTest/log2_nonEmptyMem_logMemSize1_logMemStart31Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log3_CallerFiller.json b/src/VMTestsFiller/vmLogTest/log3_CallerFiller.json index a2802553130..18cc18ed360 100644 --- a/src/VMTestsFiller/vmLogTest/log3_CallerFiller.json +++ b/src/VMTestsFiller/vmLogTest/log3_CallerFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log3_MaxTopicFiller.json b/src/VMTestsFiller/vmLogTest/log3_MaxTopicFiller.json index 591259eb7ba..2bd942042e7 100644 --- a/src/VMTestsFiller/vmLogTest/log3_MaxTopicFiller.json +++ b/src/VMTestsFiller/vmLogTest/log3_MaxTopicFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log3_PCFiller.json b/src/VMTestsFiller/vmLogTest/log3_PCFiller.json index 972cb4bacbe..b2d9d7632d2 100644 --- a/src/VMTestsFiller/vmLogTest/log3_PCFiller.json +++ b/src/VMTestsFiller/vmLogTest/log3_PCFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log3_emptyMemFiller.json b/src/VMTestsFiller/vmLogTest/log3_emptyMemFiller.json index 0e09e3822fb..e06a2767d6e 100644 --- a/src/VMTestsFiller/vmLogTest/log3_emptyMemFiller.json +++ b/src/VMTestsFiller/vmLogTest/log3_emptyMemFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log3_logMemStartTooHighFiller.json b/src/VMTestsFiller/vmLogTest/log3_logMemStartTooHighFiller.json index f4c3369306d..70d468df307 100644 --- a/src/VMTestsFiller/vmLogTest/log3_logMemStartTooHighFiller.json +++ b/src/VMTestsFiller/vmLogTest/log3_logMemStartTooHighFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log3_logMemsizeTooHighFiller.json b/src/VMTestsFiller/vmLogTest/log3_logMemsizeTooHighFiller.json index 5375dbde6df..f6c59f7fa34 100644 --- a/src/VMTestsFiller/vmLogTest/log3_logMemsizeTooHighFiller.json +++ b/src/VMTestsFiller/vmLogTest/log3_logMemsizeTooHighFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log3_logMemsizeZeroFiller.json b/src/VMTestsFiller/vmLogTest/log3_logMemsizeZeroFiller.json index e1719d2af9d..bfae2e7a29d 100644 --- a/src/VMTestsFiller/vmLogTest/log3_logMemsizeZeroFiller.json +++ b/src/VMTestsFiller/vmLogTest/log3_logMemsizeZeroFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log3_nonEmptyMemFiller.json b/src/VMTestsFiller/vmLogTest/log3_nonEmptyMemFiller.json index 714e7dfee25..2f73b10a736 100644 --- a/src/VMTestsFiller/vmLogTest/log3_nonEmptyMemFiller.json +++ b/src/VMTestsFiller/vmLogTest/log3_nonEmptyMemFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log3_nonEmptyMem_logMemSize1Filler.json b/src/VMTestsFiller/vmLogTest/log3_nonEmptyMem_logMemSize1Filler.json index 4328fc1e4d1..964534fe7e4 100644 --- a/src/VMTestsFiller/vmLogTest/log3_nonEmptyMem_logMemSize1Filler.json +++ b/src/VMTestsFiller/vmLogTest/log3_nonEmptyMem_logMemSize1Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log3_nonEmptyMem_logMemSize1_logMemStart31Filler.json b/src/VMTestsFiller/vmLogTest/log3_nonEmptyMem_logMemSize1_logMemStart31Filler.json index 23219b57f32..24825039c5b 100644 --- a/src/VMTestsFiller/vmLogTest/log3_nonEmptyMem_logMemSize1_logMemStart31Filler.json +++ b/src/VMTestsFiller/vmLogTest/log3_nonEmptyMem_logMemSize1_logMemStart31Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log4_CallerFiller.json b/src/VMTestsFiller/vmLogTest/log4_CallerFiller.json index 9a4aef9ec07..ba1fc9a3a42 100644 --- a/src/VMTestsFiller/vmLogTest/log4_CallerFiller.json +++ b/src/VMTestsFiller/vmLogTest/log4_CallerFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log4_MaxTopicFiller.json b/src/VMTestsFiller/vmLogTest/log4_MaxTopicFiller.json index 690c2eaa830..e54b1ad12c4 100644 --- a/src/VMTestsFiller/vmLogTest/log4_MaxTopicFiller.json +++ b/src/VMTestsFiller/vmLogTest/log4_MaxTopicFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log4_PCFiller.json b/src/VMTestsFiller/vmLogTest/log4_PCFiller.json index 7a2d84cb6e4..cf949dfc6ad 100644 --- a/src/VMTestsFiller/vmLogTest/log4_PCFiller.json +++ b/src/VMTestsFiller/vmLogTest/log4_PCFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log4_emptyMemFiller.json b/src/VMTestsFiller/vmLogTest/log4_emptyMemFiller.json index 286572d6ed0..4b6707616be 100644 --- a/src/VMTestsFiller/vmLogTest/log4_emptyMemFiller.json +++ b/src/VMTestsFiller/vmLogTest/log4_emptyMemFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log4_logMemStartTooHighFiller.json b/src/VMTestsFiller/vmLogTest/log4_logMemStartTooHighFiller.json index c3b271b0ec0..2388598ea4b 100644 --- a/src/VMTestsFiller/vmLogTest/log4_logMemStartTooHighFiller.json +++ b/src/VMTestsFiller/vmLogTest/log4_logMemStartTooHighFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log4_logMemsizeTooHighFiller.json b/src/VMTestsFiller/vmLogTest/log4_logMemsizeTooHighFiller.json index ec8420ee96a..ffea93cac0d 100644 --- a/src/VMTestsFiller/vmLogTest/log4_logMemsizeTooHighFiller.json +++ b/src/VMTestsFiller/vmLogTest/log4_logMemsizeTooHighFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log4_logMemsizeZeroFiller.json b/src/VMTestsFiller/vmLogTest/log4_logMemsizeZeroFiller.json index 8b645d2ff1b..5ad8a8a9174 100644 --- a/src/VMTestsFiller/vmLogTest/log4_logMemsizeZeroFiller.json +++ b/src/VMTestsFiller/vmLogTest/log4_logMemsizeZeroFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log4_nonEmptyMemFiller.json b/src/VMTestsFiller/vmLogTest/log4_nonEmptyMemFiller.json index cdc6e5c124a..a660871dc21 100644 --- a/src/VMTestsFiller/vmLogTest/log4_nonEmptyMemFiller.json +++ b/src/VMTestsFiller/vmLogTest/log4_nonEmptyMemFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log4_nonEmptyMem_logMemSize1Filler.json b/src/VMTestsFiller/vmLogTest/log4_nonEmptyMem_logMemSize1Filler.json index f1043bb7f5b..51b013b8613 100644 --- a/src/VMTestsFiller/vmLogTest/log4_nonEmptyMem_logMemSize1Filler.json +++ b/src/VMTestsFiller/vmLogTest/log4_nonEmptyMem_logMemSize1Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log4_nonEmptyMem_logMemSize1_logMemStart31Filler.json b/src/VMTestsFiller/vmLogTest/log4_nonEmptyMem_logMemSize1_logMemStart31Filler.json index 6742ec5cd73..906b9271584 100644 --- a/src/VMTestsFiller/vmLogTest/log4_nonEmptyMem_logMemSize1_logMemStart31Filler.json +++ b/src/VMTestsFiller/vmLogTest/log4_nonEmptyMem_logMemSize1_logMemStart31Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmLogTest/log_2logsFiller.json b/src/VMTestsFiller/vmLogTest/log_2logsFiller.json index 22563cf718d..68ca4c504a6 100644 --- a/src/VMTestsFiller/vmLogTest/log_2logsFiller.json +++ b/src/VMTestsFiller/vmLogTest/log_2logsFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPerformance/ackermann31Filler.json b/src/VMTestsFiller/vmPerformance/ackermann31Filler.json index 8ee211a2d97..329eed16f99 100644 --- a/src/VMTestsFiller/vmPerformance/ackermann31Filler.json +++ b/src/VMTestsFiller/vmPerformance/ackermann31Filler.json @@ -28,4 +28,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPerformance/ackermann32Filler.json b/src/VMTestsFiller/vmPerformance/ackermann32Filler.json index 44ab8580ad1..81ed93a30d0 100644 --- a/src/VMTestsFiller/vmPerformance/ackermann32Filler.json +++ b/src/VMTestsFiller/vmPerformance/ackermann32Filler.json @@ -28,4 +28,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPerformance/ackermann33Filler.json b/src/VMTestsFiller/vmPerformance/ackermann33Filler.json index 3b1d847da95..8bd0510dee1 100644 --- a/src/VMTestsFiller/vmPerformance/ackermann33Filler.json +++ b/src/VMTestsFiller/vmPerformance/ackermann33Filler.json @@ -28,4 +28,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPerformance/fibonacci10Filler.json b/src/VMTestsFiller/vmPerformance/fibonacci10Filler.json index 4bb45a82e00..f8fa7b419e3 100644 --- a/src/VMTestsFiller/vmPerformance/fibonacci10Filler.json +++ b/src/VMTestsFiller/vmPerformance/fibonacci10Filler.json @@ -28,4 +28,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPerformance/fibonacci16Filler.json b/src/VMTestsFiller/vmPerformance/fibonacci16Filler.json index c27464a7511..cb7fb429aae 100644 --- a/src/VMTestsFiller/vmPerformance/fibonacci16Filler.json +++ b/src/VMTestsFiller/vmPerformance/fibonacci16Filler.json @@ -28,4 +28,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPerformance/loop-add-10MFiller.json b/src/VMTestsFiller/vmPerformance/loop-add-10MFiller.json index 39e1a899fa1..e6a1da2bdcc 100644 --- a/src/VMTestsFiller/vmPerformance/loop-add-10MFiller.json +++ b/src/VMTestsFiller/vmPerformance/loop-add-10MFiller.json @@ -28,4 +28,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPerformance/loop-divadd-10MFiller.json b/src/VMTestsFiller/vmPerformance/loop-divadd-10MFiller.json index bee9b3dbae7..88f12c2f36f 100644 --- a/src/VMTestsFiller/vmPerformance/loop-divadd-10MFiller.json +++ b/src/VMTestsFiller/vmPerformance/loop-divadd-10MFiller.json @@ -28,4 +28,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPerformance/loop-divadd-unr100-10MFiller.json b/src/VMTestsFiller/vmPerformance/loop-divadd-unr100-10MFiller.json index 1f8e9658659..8dbb6a04073 100644 --- a/src/VMTestsFiller/vmPerformance/loop-divadd-unr100-10MFiller.json +++ b/src/VMTestsFiller/vmPerformance/loop-divadd-unr100-10MFiller.json @@ -27,4 +27,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPerformance/loop-exp-16b-100kFiller.json b/src/VMTestsFiller/vmPerformance/loop-exp-16b-100kFiller.json index baa38ed3e88..54f2d3f3f99 100644 --- a/src/VMTestsFiller/vmPerformance/loop-exp-16b-100kFiller.json +++ b/src/VMTestsFiller/vmPerformance/loop-exp-16b-100kFiller.json @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPerformance/loop-exp-1b-1MFiller.json b/src/VMTestsFiller/vmPerformance/loop-exp-1b-1MFiller.json index 7dcafcd6ef6..3dfa76fe78a 100644 --- a/src/VMTestsFiller/vmPerformance/loop-exp-1b-1MFiller.json +++ b/src/VMTestsFiller/vmPerformance/loop-exp-1b-1MFiller.json @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPerformance/loop-exp-2b-100kFiller.json b/src/VMTestsFiller/vmPerformance/loop-exp-2b-100kFiller.json index 6c3be3d5d7d..657e15f340d 100644 --- a/src/VMTestsFiller/vmPerformance/loop-exp-2b-100kFiller.json +++ b/src/VMTestsFiller/vmPerformance/loop-exp-2b-100kFiller.json @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPerformance/loop-exp-32b-100kFiller.json b/src/VMTestsFiller/vmPerformance/loop-exp-32b-100kFiller.json index 9cdf1eed2ef..fee48efa91b 100644 --- a/src/VMTestsFiller/vmPerformance/loop-exp-32b-100kFiller.json +++ b/src/VMTestsFiller/vmPerformance/loop-exp-32b-100kFiller.json @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPerformance/loop-exp-4b-100kFiller.json b/src/VMTestsFiller/vmPerformance/loop-exp-4b-100kFiller.json index 6d892f718cd..9b058cbe25b 100644 --- a/src/VMTestsFiller/vmPerformance/loop-exp-4b-100kFiller.json +++ b/src/VMTestsFiller/vmPerformance/loop-exp-4b-100kFiller.json @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPerformance/loop-exp-8b-100kFiller.json b/src/VMTestsFiller/vmPerformance/loop-exp-8b-100kFiller.json index f073a33db99..8cf8e34dbdb 100644 --- a/src/VMTestsFiller/vmPerformance/loop-exp-8b-100kFiller.json +++ b/src/VMTestsFiller/vmPerformance/loop-exp-8b-100kFiller.json @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPerformance/loop-exp-nop-1MFiller.json b/src/VMTestsFiller/vmPerformance/loop-exp-nop-1MFiller.json index 6fabdde45c2..1f46f498839 100644 --- a/src/VMTestsFiller/vmPerformance/loop-exp-nop-1MFiller.json +++ b/src/VMTestsFiller/vmPerformance/loop-exp-nop-1MFiller.json @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPerformance/loop-mulFiller.json b/src/VMTestsFiller/vmPerformance/loop-mulFiller.json index f41b1f24d78..187d73605f3 100644 --- a/src/VMTestsFiller/vmPerformance/loop-mulFiller.json +++ b/src/VMTestsFiller/vmPerformance/loop-mulFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPerformance/loop-mulmod-2MFiller.json b/src/VMTestsFiller/vmPerformance/loop-mulmod-2MFiller.json index e1bc59022f3..3a3f21fc861 100644 --- a/src/VMTestsFiller/vmPerformance/loop-mulmod-2MFiller.json +++ b/src/VMTestsFiller/vmPerformance/loop-mulmod-2MFiller.json @@ -27,4 +27,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPerformance/manyFunctions100Filler.json b/src/VMTestsFiller/vmPerformance/manyFunctions100Filler.json index 76fbbe3ef9a..444e22f5f93 100644 --- a/src/VMTestsFiller/vmPerformance/manyFunctions100Filler.json +++ b/src/VMTestsFiller/vmPerformance/manyFunctions100Filler.json @@ -28,4 +28,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/dup10Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/dup10Filler.json index 6156371d155..1708c2bb626 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/dup10Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/dup10Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/dup11Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/dup11Filler.json index 045987b4ffc..68e55d355f5 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/dup11Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/dup11Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/dup12Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/dup12Filler.json index b38cb9a6a3e..0d5f2f99473 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/dup12Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/dup12Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/dup13Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/dup13Filler.json index 17d272528e9..2c4ee3b9658 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/dup13Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/dup13Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/dup14Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/dup14Filler.json index aff820233ba..abdfd035bf3 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/dup14Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/dup14Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/dup15Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/dup15Filler.json index 84a9f4f074e..f880110adc5 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/dup15Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/dup15Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/dup16Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/dup16Filler.json index b18b091e1ea..e55658a53d9 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/dup16Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/dup16Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/dup1Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/dup1Filler.json index cdaa30b5502..ae32bd9a51c 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/dup1Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/dup1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/dup2Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/dup2Filler.json index 431361a155a..82addb75569 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/dup2Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/dup2Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/dup2errorFiller.json b/src/VMTestsFiller/vmPushDupSwapTest/dup2errorFiller.json index 5b830bc2748..4d000f4b1d1 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/dup2errorFiller.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/dup2errorFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/dup3Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/dup3Filler.json index bf3822dbc18..4486de960f2 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/dup3Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/dup3Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/dup4Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/dup4Filler.json index dc2915b1dd7..33425001c9d 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/dup4Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/dup4Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/dup5Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/dup5Filler.json index 9304817cabc..24bcc64582f 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/dup5Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/dup5Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/dup6Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/dup6Filler.json index 6a78cbefeb5..211efb3f9e6 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/dup6Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/dup6Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/dup7Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/dup7Filler.json index 3b3e38f7d9b..e656e7f0499 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/dup7Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/dup7Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/dup8Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/dup8Filler.json index 751a45117aa..275d0a8b3e6 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/dup8Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/dup8Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/dup9Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/dup9Filler.json index aa5a1b193a4..d8f5b487b08 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/dup9Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/dup9Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/push10Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/push10Filler.json index 812aee6d220..16d4ceaa5a8 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/push10Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/push10Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/push11Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/push11Filler.json index 73927886601..4996fb090aa 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/push11Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/push11Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/push12Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/push12Filler.json index 877cf4073ca..c314e6e26be 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/push12Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/push12Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/push13Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/push13Filler.json index a6eb7ae3f26..754b82198b1 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/push13Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/push13Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/push14Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/push14Filler.json index 24b055a1571..486e8ecc493 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/push14Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/push14Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/push15Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/push15Filler.json index ee33995ad40..d7c9efed89d 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/push15Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/push15Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/push16Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/push16Filler.json index 230e4271e2a..934f5954b96 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/push16Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/push16Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/push17Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/push17Filler.json index 154c9e55161..715e2bd6baf 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/push17Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/push17Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/push18Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/push18Filler.json index 0d5891c1023..bf48bdcc593 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/push18Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/push18Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/push19Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/push19Filler.json index 194fabcfda5..edd8abef90e 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/push19Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/push19Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/push1Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/push1Filler.json index b3177952ce3..c259416e780 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/push1Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/push1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/push1_missingStackFiller.json b/src/VMTestsFiller/vmPushDupSwapTest/push1_missingStackFiller.json index 97275cc1e19..62d8f6bfcc8 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/push1_missingStackFiller.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/push1_missingStackFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/push20Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/push20Filler.json index 5795e7a9732..4ad6212bd38 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/push20Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/push20Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/push21Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/push21Filler.json index 6ec74af031f..ae20fa5f125 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/push21Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/push21Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/push22Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/push22Filler.json index 1e19a0a6745..9d8af51ee8a 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/push22Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/push22Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/push23Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/push23Filler.json index b280f163418..cf2a1fe2a50 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/push23Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/push23Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/push24Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/push24Filler.json index bcfa62274a1..35075237d2d 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/push24Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/push24Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/push25Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/push25Filler.json index eeac5b27383..8b44bcb639d 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/push25Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/push25Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/push26Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/push26Filler.json index 2180e9785e7..80767bae5b4 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/push26Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/push26Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/push27Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/push27Filler.json index 0080bcaed0f..d027cecc834 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/push27Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/push27Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/push28Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/push28Filler.json index 2357650773b..97957da119c 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/push28Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/push28Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/push29Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/push29Filler.json index 465ff171fe6..29607f83d54 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/push29Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/push29Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/push2Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/push2Filler.json index 364dd992170..527f5ab180b 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/push2Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/push2Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/push30Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/push30Filler.json index dbd3ae70c4a..1f737412ab1 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/push30Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/push30Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/push31Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/push31Filler.json index 8490c56336f..f4af60c3099 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/push31Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/push31Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/push32AndSuicideFiller.json b/src/VMTestsFiller/vmPushDupSwapTest/push32AndSuicideFiller.json index 7e92652bfee..ee9ac0d1ef2 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/push32AndSuicideFiller.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/push32AndSuicideFiller.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/push32FillUpInputWithZerosAtTheEndFiller.json b/src/VMTestsFiller/vmPushDupSwapTest/push32FillUpInputWithZerosAtTheEndFiller.json index 5c060cbac8a..ad567a1e805 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/push32FillUpInputWithZerosAtTheEndFiller.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/push32FillUpInputWithZerosAtTheEndFiller.json @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/push32Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/push32Filler.json index 858a5e3d4c2..22813902bdc 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/push32Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/push32Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/push32Undefined2Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/push32Undefined2Filler.json index 3c410187b8e..53f186c46b7 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/push32Undefined2Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/push32Undefined2Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/push32Undefined3Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/push32Undefined3Filler.json index 7f91395c43b..1291fa38c2f 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/push32Undefined3Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/push32Undefined3Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/push32UndefinedFiller.json b/src/VMTestsFiller/vmPushDupSwapTest/push32UndefinedFiller.json index 9e7a3abb284..0fa25441be7 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/push32UndefinedFiller.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/push32UndefinedFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/push33Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/push33Filler.json index b07979bd022..53ac4bc908d 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/push33Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/push33Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/push3Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/push3Filler.json index 93e87b016ea..758c91de820 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/push3Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/push3Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/push4Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/push4Filler.json index 8cb2e53a042..4ecc600be52 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/push4Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/push4Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/push5Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/push5Filler.json index 5aace57ab00..1058d346f05 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/push5Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/push5Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/push6Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/push6Filler.json index d1a89397099..6c10eed3c35 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/push6Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/push6Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/push7Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/push7Filler.json index cc1e5ce9429..6fb100158d2 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/push7Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/push7Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/push8Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/push8Filler.json index aa56577f820..298787be956 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/push8Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/push8Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/push9Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/push9Filler.json index 1c584cf1b25..bb3512ed3fc 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/push9Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/push9Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/swap10Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/swap10Filler.json index 4e96cbe570f..e88d009b6a7 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/swap10Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/swap10Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/swap11Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/swap11Filler.json index e79cfdd264f..42add24ae8d 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/swap11Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/swap11Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/swap12Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/swap12Filler.json index b1adb6a101f..eab8953e7bc 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/swap12Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/swap12Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/swap13Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/swap13Filler.json index f1c92b3d505..d6aa9b94183 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/swap13Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/swap13Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/swap14Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/swap14Filler.json index 1975a242529..6edd9623b52 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/swap14Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/swap14Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/swap15Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/swap15Filler.json index 79f17081f01..473fc7e80e3 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/swap15Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/swap15Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/swap16Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/swap16Filler.json index caf2237aff8..7226994400f 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/swap16Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/swap16Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/swap1Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/swap1Filler.json index 4da420ac06f..b3280baa569 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/swap1Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/swap1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/swap2Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/swap2Filler.json index 8071cbd50d2..7c135ee3af4 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/swap2Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/swap2Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/swap2errorFiller.json b/src/VMTestsFiller/vmPushDupSwapTest/swap2errorFiller.json index f9a20cc570a..fa5d7f59cf3 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/swap2errorFiller.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/swap2errorFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/swap3Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/swap3Filler.json index cfe31e1bbed..ff10294ce19 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/swap3Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/swap3Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/swap4Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/swap4Filler.json index 1a6b9bd240b..3c5b56b14a8 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/swap4Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/swap4Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/swap5Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/swap5Filler.json index 40e2e3f83cf..a65e7b0b8d5 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/swap5Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/swap5Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/swap6Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/swap6Filler.json index 5aff309c443..665c84271da 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/swap6Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/swap6Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/swap7Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/swap7Filler.json index c9311122cfb..6fa52dfec35 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/swap7Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/swap7Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/swap8Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/swap8Filler.json index 3aaf5d03863..e7907057b35 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/swap8Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/swap8Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/swap9Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/swap9Filler.json index 6c3b2a7747d..4253ccc3c7b 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/swap9Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/swap9Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmPushDupSwapTest/swapjump1Filler.json b/src/VMTestsFiller/vmPushDupSwapTest/swapjump1Filler.json index 62b7a03b433..a0b07a7a3cd 100644 --- a/src/VMTestsFiller/vmPushDupSwapTest/swapjump1Filler.json +++ b/src/VMTestsFiller/vmPushDupSwapTest/swapjump1Filler.json @@ -27,4 +27,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmRandomTest/201503102320PYTHONFiller.json b/src/VMTestsFiller/vmRandomTest/201503102320PYTHONFiller.json index c25bf53363b..f239766eb18 100644 --- a/src/VMTestsFiller/vmRandomTest/201503102320PYTHONFiller.json +++ b/src/VMTestsFiller/vmRandomTest/201503102320PYTHONFiller.json @@ -27,4 +27,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmRandomTest/201503110206PYTHONFiller.json b/src/VMTestsFiller/vmRandomTest/201503110206PYTHONFiller.json index 38e55b9540a..ded55fc62dc 100644 --- a/src/VMTestsFiller/vmRandomTest/201503110206PYTHONFiller.json +++ b/src/VMTestsFiller/vmRandomTest/201503110206PYTHONFiller.json @@ -27,4 +27,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmRandomTest/201503110219PYTHONFiller.json b/src/VMTestsFiller/vmRandomTest/201503110219PYTHONFiller.json index 2ac7d679cb9..b00fbd5667d 100644 --- a/src/VMTestsFiller/vmRandomTest/201503110219PYTHONFiller.json +++ b/src/VMTestsFiller/vmRandomTest/201503110219PYTHONFiller.json @@ -27,4 +27,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmRandomTest/201503110346PYTHON_PUSH24Filler.json b/src/VMTestsFiller/vmRandomTest/201503110346PYTHON_PUSH24Filler.json index 69364ac3402..4e4a59887f8 100644 --- a/src/VMTestsFiller/vmRandomTest/201503110346PYTHON_PUSH24Filler.json +++ b/src/VMTestsFiller/vmRandomTest/201503110346PYTHON_PUSH24Filler.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmRandomTest/201503111844PYTHONFiller.json b/src/VMTestsFiller/vmRandomTest/201503111844PYTHONFiller.json index b77696aea0c..5f0c931c58b 100644 --- a/src/VMTestsFiller/vmRandomTest/201503111844PYTHONFiller.json +++ b/src/VMTestsFiller/vmRandomTest/201503111844PYTHONFiller.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmRandomTest/201503112218PYTHONFiller.json b/src/VMTestsFiller/vmRandomTest/201503112218PYTHONFiller.json index 21cf2ee71c3..7c84200305e 100644 --- a/src/VMTestsFiller/vmRandomTest/201503112218PYTHONFiller.json +++ b/src/VMTestsFiller/vmRandomTest/201503112218PYTHONFiller.json @@ -27,4 +27,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmSha3Test/sha3_0Filler.json b/src/VMTestsFiller/vmSha3Test/sha3_0Filler.json index 733a865ee21..904088ce31e 100644 --- a/src/VMTestsFiller/vmSha3Test/sha3_0Filler.json +++ b/src/VMTestsFiller/vmSha3Test/sha3_0Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmSha3Test/sha3_1Filler.json b/src/VMTestsFiller/vmSha3Test/sha3_1Filler.json index fa52d1f76b4..839e419a11b 100644 --- a/src/VMTestsFiller/vmSha3Test/sha3_1Filler.json +++ b/src/VMTestsFiller/vmSha3Test/sha3_1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmSha3Test/sha3_2Filler.json b/src/VMTestsFiller/vmSha3Test/sha3_2Filler.json index e6e235af3e3..2282939fccc 100644 --- a/src/VMTestsFiller/vmSha3Test/sha3_2Filler.json +++ b/src/VMTestsFiller/vmSha3Test/sha3_2Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmSha3Test/sha3_3Filler.json b/src/VMTestsFiller/vmSha3Test/sha3_3Filler.json index f9991211c1a..4a50f1ed043 100644 --- a/src/VMTestsFiller/vmSha3Test/sha3_3Filler.json +++ b/src/VMTestsFiller/vmSha3Test/sha3_3Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmSha3Test/sha3_4Filler.json b/src/VMTestsFiller/vmSha3Test/sha3_4Filler.json index f59fbec96ee..1ef9d81fb1d 100644 --- a/src/VMTestsFiller/vmSha3Test/sha3_4Filler.json +++ b/src/VMTestsFiller/vmSha3Test/sha3_4Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmSha3Test/sha3_5Filler.json b/src/VMTestsFiller/vmSha3Test/sha3_5Filler.json index 9d97e60f67e..f7a48a6be35 100644 --- a/src/VMTestsFiller/vmSha3Test/sha3_5Filler.json +++ b/src/VMTestsFiller/vmSha3Test/sha3_5Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmSha3Test/sha3_6Filler.json b/src/VMTestsFiller/vmSha3Test/sha3_6Filler.json index 033a3383344..e3b3b24075e 100644 --- a/src/VMTestsFiller/vmSha3Test/sha3_6Filler.json +++ b/src/VMTestsFiller/vmSha3Test/sha3_6Filler.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmSha3Test/sha3_bigOffset2Filler.json b/src/VMTestsFiller/vmSha3Test/sha3_bigOffset2Filler.json index f39141fafd3..8d2c1c4828d 100644 --- a/src/VMTestsFiller/vmSha3Test/sha3_bigOffset2Filler.json +++ b/src/VMTestsFiller/vmSha3Test/sha3_bigOffset2Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmSha3Test/sha3_bigOffsetFiller.json b/src/VMTestsFiller/vmSha3Test/sha3_bigOffsetFiller.json index 310ab8e4ea6..da4643e627f 100644 --- a/src/VMTestsFiller/vmSha3Test/sha3_bigOffsetFiller.json +++ b/src/VMTestsFiller/vmSha3Test/sha3_bigOffsetFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmSha3Test/sha3_bigSizeFiller.json b/src/VMTestsFiller/vmSha3Test/sha3_bigSizeFiller.json index 401e9be8e9f..0597754ba02 100644 --- a/src/VMTestsFiller/vmSha3Test/sha3_bigSizeFiller.json +++ b/src/VMTestsFiller/vmSha3Test/sha3_bigSizeFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmSha3Test/sha3_memSizeNoQuadraticCost31Filler.json b/src/VMTestsFiller/vmSha3Test/sha3_memSizeNoQuadraticCost31Filler.json index ff669f7e3fe..3a6c30f658a 100644 --- a/src/VMTestsFiller/vmSha3Test/sha3_memSizeNoQuadraticCost31Filler.json +++ b/src/VMTestsFiller/vmSha3Test/sha3_memSizeNoQuadraticCost31Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost32Filler.json b/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost32Filler.json index c78d65c160d..c80de3e79a5 100644 --- a/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost32Filler.json +++ b/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost32Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost32_zeroSizeFiller.json b/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost32_zeroSizeFiller.json index 6173274fb5c..2593164d9a6 100644 --- a/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost32_zeroSizeFiller.json +++ b/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost32_zeroSizeFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost33Filler.json b/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost33Filler.json index 6f869df0d52..42cc1fc29e9 100644 --- a/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost33Filler.json +++ b/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost33Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost63Filler.json b/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost63Filler.json index 9fa2aad1ec3..3c342b0ed42 100644 --- a/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost63Filler.json +++ b/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost63Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost64Filler.json b/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost64Filler.json index 0e4d3a780e4..1b6f0a7a369 100644 --- a/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost64Filler.json +++ b/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost64Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost64_2Filler.json b/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost64_2Filler.json index c26c53f3f42..861c4f603d7 100644 --- a/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost64_2Filler.json +++ b/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost64_2Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost65Filler.json b/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost65Filler.json index 1a3610e768f..079a3119007 100644 --- a/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost65Filler.json +++ b/src/VMTestsFiller/vmSha3Test/sha3_memSizeQuadraticCost65Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmSystemOperations/TestNameRegistratorFiller.json b/src/VMTestsFiller/vmSystemOperations/TestNameRegistratorFiller.json index e089c573ee3..6b46ee6f0ca 100644 --- a/src/VMTestsFiller/vmSystemOperations/TestNameRegistratorFiller.json +++ b/src/VMTestsFiller/vmSystemOperations/TestNameRegistratorFiller.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmSystemOperations/return0Filler.json b/src/VMTestsFiller/vmSystemOperations/return0Filler.json index e000d823d09..2deabaa1507 100644 --- a/src/VMTestsFiller/vmSystemOperations/return0Filler.json +++ b/src/VMTestsFiller/vmSystemOperations/return0Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmSystemOperations/return1Filler.json b/src/VMTestsFiller/vmSystemOperations/return1Filler.json index 61e74648125..0981e031ba4 100644 --- a/src/VMTestsFiller/vmSystemOperations/return1Filler.json +++ b/src/VMTestsFiller/vmSystemOperations/return1Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmSystemOperations/return2Filler.json b/src/VMTestsFiller/vmSystemOperations/return2Filler.json index c9f79ecb50e..cd03bc8f0a4 100644 --- a/src/VMTestsFiller/vmSystemOperations/return2Filler.json +++ b/src/VMTestsFiller/vmSystemOperations/return2Filler.json @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmSystemOperations/suicide0Filler.json b/src/VMTestsFiller/vmSystemOperations/suicide0Filler.json index 54f2a96fc29..5a2b1a5c3c6 100644 --- a/src/VMTestsFiller/vmSystemOperations/suicide0Filler.json +++ b/src/VMTestsFiller/vmSystemOperations/suicide0Filler.json @@ -37,4 +37,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmSystemOperations/suicideNotExistingAccountFiller.json b/src/VMTestsFiller/vmSystemOperations/suicideNotExistingAccountFiller.json index 30ec1aefbb9..0ba949c6858 100644 --- a/src/VMTestsFiller/vmSystemOperations/suicideNotExistingAccountFiller.json +++ b/src/VMTestsFiller/vmSystemOperations/suicideNotExistingAccountFiller.json @@ -37,4 +37,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmSystemOperations/suicideSendEtherToMeFiller.json b/src/VMTestsFiller/vmSystemOperations/suicideSendEtherToMeFiller.json index cf9f1ddd121..4bbe2f7e583 100644 --- a/src/VMTestsFiller/vmSystemOperations/suicideSendEtherToMeFiller.json +++ b/src/VMTestsFiller/vmSystemOperations/suicideSendEtherToMeFiller.json @@ -37,4 +37,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/VMTestsFiller/vmTests/suicideFiller.json b/src/VMTestsFiller/vmTests/suicideFiller.json index cbe0da90da8..f730677077a 100644 --- a/src/VMTestsFiller/vmTests/suicideFiller.json +++ b/src/VMTestsFiller/vmTests/suicideFiller.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/test.py b/test.py index 80d94710d5b..1938c06c9de 100755 --- a/test.py +++ b/test.py @@ -75,7 +75,7 @@ def writeFile(fname, fcontents): if not os.path.exists(os.path.dirname(fname)): os.makedirs(os.path.dirname(fname)) with open(fname, "w") as f: - f.write(json.dumps(fcontents, indent=4, sort_keys=True)) + f.write(json.dumps(fcontents, indent=4, sort_keys=True) + "\n") # Functionality # ============= From 1bf9d68c3a1397a6dab9501efa7fd787a4c370e9 Mon Sep 17 00:00:00 2001 From: Everett Hildenbrandt Date: Wed, 6 Jun 2018 09:37:00 -0600 Subject: [PATCH 4/8] VMTests/: refill with new spaces, only source hash changes --- VMTests/vmArithmeticTest/add0.json | 2 +- VMTests/vmArithmeticTest/add1.json | 2 +- VMTests/vmArithmeticTest/add2.json | 2 +- VMTests/vmArithmeticTest/add3.json | 2 +- VMTests/vmArithmeticTest/add4.json | 2 +- VMTests/vmArithmeticTest/addmod0.json | 2 +- VMTests/vmArithmeticTest/addmod1.json | 2 +- VMTests/vmArithmeticTest/addmod1_overflow2.json | 2 +- VMTests/vmArithmeticTest/addmod1_overflow3.json | 2 +- VMTests/vmArithmeticTest/addmod1_overflow4.json | 2 +- VMTests/vmArithmeticTest/addmod1_overflowDiff.json | 2 +- VMTests/vmArithmeticTest/addmod2.json | 2 +- VMTests/vmArithmeticTest/addmod2_0.json | 2 +- VMTests/vmArithmeticTest/addmod2_1.json | 2 +- VMTests/vmArithmeticTest/addmod3.json | 2 +- VMTests/vmArithmeticTest/addmod3_0.json | 2 +- VMTests/vmArithmeticTest/addmodBigIntCast.json | 2 +- VMTests/vmArithmeticTest/addmodDivByZero.json | 2 +- VMTests/vmArithmeticTest/addmodDivByZero1.json | 2 +- VMTests/vmArithmeticTest/addmodDivByZero2.json | 2 +- VMTests/vmArithmeticTest/addmodDivByZero3.json | 2 +- VMTests/vmArithmeticTest/arith1.json | 2 +- VMTests/vmArithmeticTest/div1.json | 2 +- VMTests/vmArithmeticTest/divBoostBug.json | 2 +- VMTests/vmArithmeticTest/divByNonZero0.json | 2 +- VMTests/vmArithmeticTest/divByNonZero1.json | 2 +- VMTests/vmArithmeticTest/divByNonZero2.json | 2 +- VMTests/vmArithmeticTest/divByNonZero3.json | 2 +- VMTests/vmArithmeticTest/divByZero.json | 2 +- VMTests/vmArithmeticTest/divByZero_2.json | 2 +- VMTests/vmArithmeticTest/exp0.json | 2 +- VMTests/vmArithmeticTest/exp1.json | 2 +- VMTests/vmArithmeticTest/exp2.json | 2 +- VMTests/vmArithmeticTest/exp3.json | 2 +- VMTests/vmArithmeticTest/exp4.json | 2 +- VMTests/vmArithmeticTest/exp5.json | 2 +- VMTests/vmArithmeticTest/exp6.json | 2 +- VMTests/vmArithmeticTest/exp7.json | 2 +- VMTests/vmArithmeticTest/exp8.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_0.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_1.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_10.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_11.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_12.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_13.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_14.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_15.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_16.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_17.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_18.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_19.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_2.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_20.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_21.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_22.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_23.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_24.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_25.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_26.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_27.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_28.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_29.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_3.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_30.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_31.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_32.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_33.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_4.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_5.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_6.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_7.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_8.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256Of256_9.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_1.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_10.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_11.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_12.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_13.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_14.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_15.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_16.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_17.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_18.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_19.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_2.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_20.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_21.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_22.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_23.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_24.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_25.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_26.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_27.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_28.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_29.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_3.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_30.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_31.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_32.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_33.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_4.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_5.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_6.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_7.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_8.json | 2 +- VMTests/vmArithmeticTest/expPowerOf256_9.json | 2 +- VMTests/vmArithmeticTest/expPowerOf2_128.json | 2 +- VMTests/vmArithmeticTest/expPowerOf2_16.json | 2 +- VMTests/vmArithmeticTest/expPowerOf2_2.json | 2 +- VMTests/vmArithmeticTest/expPowerOf2_256.json | 2 +- VMTests/vmArithmeticTest/expPowerOf2_32.json | 2 +- VMTests/vmArithmeticTest/expPowerOf2_4.json | 2 +- VMTests/vmArithmeticTest/expPowerOf2_64.json | 2 +- VMTests/vmArithmeticTest/expPowerOf2_8.json | 2 +- VMTests/vmArithmeticTest/expXY.json | 2 +- VMTests/vmArithmeticTest/expXY_success.json | 2 +- VMTests/vmArithmeticTest/fibbonacci_unrolled.json | 2 +- VMTests/vmArithmeticTest/mod0.json | 2 +- VMTests/vmArithmeticTest/mod1.json | 2 +- VMTests/vmArithmeticTest/mod2.json | 2 +- VMTests/vmArithmeticTest/mod3.json | 2 +- VMTests/vmArithmeticTest/mod4.json | 2 +- VMTests/vmArithmeticTest/modByZero.json | 2 +- VMTests/vmArithmeticTest/mul0.json | 2 +- VMTests/vmArithmeticTest/mul1.json | 2 +- VMTests/vmArithmeticTest/mul2.json | 2 +- VMTests/vmArithmeticTest/mul3.json | 2 +- VMTests/vmArithmeticTest/mul4.json | 2 +- VMTests/vmArithmeticTest/mul5.json | 2 +- VMTests/vmArithmeticTest/mul6.json | 2 +- VMTests/vmArithmeticTest/mul7.json | 2 +- VMTests/vmArithmeticTest/mulUnderFlow.json | 2 +- VMTests/vmArithmeticTest/mulmod0.json | 2 +- VMTests/vmArithmeticTest/mulmod1.json | 2 +- VMTests/vmArithmeticTest/mulmod1_overflow.json | 2 +- VMTests/vmArithmeticTest/mulmod1_overflow2.json | 2 +- VMTests/vmArithmeticTest/mulmod1_overflow3.json | 2 +- VMTests/vmArithmeticTest/mulmod1_overflow4.json | 2 +- VMTests/vmArithmeticTest/mulmod2.json | 2 +- VMTests/vmArithmeticTest/mulmod2_0.json | 2 +- VMTests/vmArithmeticTest/mulmod2_1.json | 2 +- VMTests/vmArithmeticTest/mulmod3.json | 2 +- VMTests/vmArithmeticTest/mulmod3_0.json | 2 +- VMTests/vmArithmeticTest/mulmod4.json | 2 +- VMTests/vmArithmeticTest/mulmoddivByZero.json | 2 +- VMTests/vmArithmeticTest/mulmoddivByZero1.json | 2 +- VMTests/vmArithmeticTest/mulmoddivByZero2.json | 2 +- VMTests/vmArithmeticTest/mulmoddivByZero3.json | 2 +- VMTests/vmArithmeticTest/not1.json | 2 +- VMTests/vmArithmeticTest/sdiv0.json | 2 +- VMTests/vmArithmeticTest/sdiv1.json | 2 +- VMTests/vmArithmeticTest/sdiv2.json | 2 +- VMTests/vmArithmeticTest/sdiv3.json | 2 +- VMTests/vmArithmeticTest/sdiv4.json | 2 +- VMTests/vmArithmeticTest/sdiv5.json | 2 +- VMTests/vmArithmeticTest/sdiv6.json | 2 +- VMTests/vmArithmeticTest/sdiv7.json | 2 +- VMTests/vmArithmeticTest/sdiv8.json | 2 +- VMTests/vmArithmeticTest/sdiv9.json | 2 +- VMTests/vmArithmeticTest/sdivByZero0.json | 2 +- VMTests/vmArithmeticTest/sdivByZero1.json | 2 +- VMTests/vmArithmeticTest/sdivByZero2.json | 2 +- VMTests/vmArithmeticTest/sdiv_dejavu.json | 2 +- VMTests/vmArithmeticTest/sdiv_i256min.json | 2 +- VMTests/vmArithmeticTest/sdiv_i256min2.json | 2 +- VMTests/vmArithmeticTest/sdiv_i256min3.json | 2 +- VMTests/vmArithmeticTest/signextendInvalidByteNumber.json | 2 +- VMTests/vmArithmeticTest/signextend_00.json | 2 +- VMTests/vmArithmeticTest/signextend_0_BigByte.json | 2 +- VMTests/vmArithmeticTest/signextend_AlmostBiggestByte.json | 2 +- VMTests/vmArithmeticTest/signextend_BigByteBigByte.json | 2 +- VMTests/vmArithmeticTest/signextend_BigBytePlus1_2.json | 2 +- VMTests/vmArithmeticTest/signextend_BigByte_0.json | 2 +- VMTests/vmArithmeticTest/signextend_BitIsNotSet.json | 2 +- .../vmArithmeticTest/signextend_BitIsNotSetInHigherByte.json | 2 +- VMTests/vmArithmeticTest/signextend_BitIsSetInHigherByte.json | 2 +- VMTests/vmArithmeticTest/signextend_Overflow_dj42.json | 2 +- VMTests/vmArithmeticTest/signextend_bigBytePlus1.json | 2 +- VMTests/vmArithmeticTest/signextend_bitIsSet.json | 2 +- VMTests/vmArithmeticTest/smod0.json | 2 +- VMTests/vmArithmeticTest/smod1.json | 2 +- VMTests/vmArithmeticTest/smod2.json | 2 +- VMTests/vmArithmeticTest/smod3.json | 2 +- VMTests/vmArithmeticTest/smod4.json | 2 +- VMTests/vmArithmeticTest/smod5.json | 2 +- VMTests/vmArithmeticTest/smod6.json | 2 +- VMTests/vmArithmeticTest/smod7.json | 2 +- VMTests/vmArithmeticTest/smod8_byZero.json | 2 +- VMTests/vmArithmeticTest/smod_i256min1.json | 2 +- VMTests/vmArithmeticTest/smod_i256min2.json | 2 +- VMTests/vmArithmeticTest/stop.json | 2 +- VMTests/vmArithmeticTest/sub0.json | 2 +- VMTests/vmArithmeticTest/sub1.json | 2 +- VMTests/vmArithmeticTest/sub2.json | 2 +- VMTests/vmArithmeticTest/sub3.json | 2 +- VMTests/vmArithmeticTest/sub4.json | 2 +- VMTests/vmBitwiseLogicOperation/and0.json | 2 +- VMTests/vmBitwiseLogicOperation/and1.json | 2 +- VMTests/vmBitwiseLogicOperation/and2.json | 2 +- VMTests/vmBitwiseLogicOperation/and3.json | 2 +- VMTests/vmBitwiseLogicOperation/and4.json | 2 +- VMTests/vmBitwiseLogicOperation/and5.json | 2 +- VMTests/vmBitwiseLogicOperation/byte0.json | 2 +- VMTests/vmBitwiseLogicOperation/byte1.json | 2 +- VMTests/vmBitwiseLogicOperation/byte10.json | 2 +- VMTests/vmBitwiseLogicOperation/byte11.json | 2 +- VMTests/vmBitwiseLogicOperation/byte2.json | 2 +- VMTests/vmBitwiseLogicOperation/byte3.json | 2 +- VMTests/vmBitwiseLogicOperation/byte4.json | 2 +- VMTests/vmBitwiseLogicOperation/byte5.json | 2 +- VMTests/vmBitwiseLogicOperation/byte6.json | 2 +- VMTests/vmBitwiseLogicOperation/byte7.json | 2 +- VMTests/vmBitwiseLogicOperation/byte8.json | 2 +- VMTests/vmBitwiseLogicOperation/byte9.json | 2 +- VMTests/vmBitwiseLogicOperation/byteBN.json | 2 +- VMTests/vmBitwiseLogicOperation/eq0.json | 2 +- VMTests/vmBitwiseLogicOperation/eq1.json | 2 +- VMTests/vmBitwiseLogicOperation/eq2.json | 2 +- VMTests/vmBitwiseLogicOperation/gt0.json | 2 +- VMTests/vmBitwiseLogicOperation/gt1.json | 2 +- VMTests/vmBitwiseLogicOperation/gt2.json | 2 +- VMTests/vmBitwiseLogicOperation/gt3.json | 2 +- VMTests/vmBitwiseLogicOperation/iszeo2.json | 2 +- VMTests/vmBitwiseLogicOperation/iszero0.json | 2 +- VMTests/vmBitwiseLogicOperation/iszero1.json | 2 +- VMTests/vmBitwiseLogicOperation/lt0.json | 2 +- VMTests/vmBitwiseLogicOperation/lt1.json | 2 +- VMTests/vmBitwiseLogicOperation/lt2.json | 2 +- VMTests/vmBitwiseLogicOperation/lt3.json | 2 +- VMTests/vmBitwiseLogicOperation/not0.json | 2 +- VMTests/vmBitwiseLogicOperation/not1.json | 2 +- VMTests/vmBitwiseLogicOperation/not2.json | 2 +- VMTests/vmBitwiseLogicOperation/not3.json | 2 +- VMTests/vmBitwiseLogicOperation/not4.json | 2 +- VMTests/vmBitwiseLogicOperation/not5.json | 2 +- VMTests/vmBitwiseLogicOperation/or0.json | 2 +- VMTests/vmBitwiseLogicOperation/or1.json | 2 +- VMTests/vmBitwiseLogicOperation/or2.json | 2 +- VMTests/vmBitwiseLogicOperation/or3.json | 2 +- VMTests/vmBitwiseLogicOperation/or4.json | 2 +- VMTests/vmBitwiseLogicOperation/or5.json | 2 +- VMTests/vmBitwiseLogicOperation/sgt0.json | 2 +- VMTests/vmBitwiseLogicOperation/sgt1.json | 2 +- VMTests/vmBitwiseLogicOperation/sgt2.json | 2 +- VMTests/vmBitwiseLogicOperation/sgt3.json | 2 +- VMTests/vmBitwiseLogicOperation/sgt4.json | 2 +- VMTests/vmBitwiseLogicOperation/slt0.json | 2 +- VMTests/vmBitwiseLogicOperation/slt1.json | 2 +- VMTests/vmBitwiseLogicOperation/slt2.json | 2 +- VMTests/vmBitwiseLogicOperation/slt3.json | 2 +- VMTests/vmBitwiseLogicOperation/slt4.json | 2 +- VMTests/vmBitwiseLogicOperation/xor0.json | 2 +- VMTests/vmBitwiseLogicOperation/xor1.json | 2 +- VMTests/vmBitwiseLogicOperation/xor2.json | 2 +- VMTests/vmBitwiseLogicOperation/xor3.json | 2 +- VMTests/vmBitwiseLogicOperation/xor4.json | 2 +- VMTests/vmBitwiseLogicOperation/xor5.json | 2 +- VMTests/vmBlockInfoTest/coinbase.json | 2 +- VMTests/vmBlockInfoTest/difficulty.json | 2 +- VMTests/vmBlockInfoTest/gaslimit.json | 2 +- VMTests/vmBlockInfoTest/number.json | 2 +- VMTests/vmBlockInfoTest/timestamp.json | 2 +- VMTests/vmEnvironmentalInfo/address0.json | 2 +- VMTests/vmEnvironmentalInfo/address1.json | 2 +- VMTests/vmEnvironmentalInfo/calldatacopy0.json | 2 +- VMTests/vmEnvironmentalInfo/calldatacopy0_return.json | 2 +- VMTests/vmEnvironmentalInfo/calldatacopy1.json | 2 +- VMTests/vmEnvironmentalInfo/calldatacopy1_return.json | 2 +- VMTests/vmEnvironmentalInfo/calldatacopy2.json | 2 +- VMTests/vmEnvironmentalInfo/calldatacopy2_return.json | 2 +- VMTests/vmEnvironmentalInfo/calldatacopyUnderFlow.json | 2 +- VMTests/vmEnvironmentalInfo/calldatacopyZeroMemExpansion.json | 2 +- .../calldatacopyZeroMemExpansion_return.json | 2 +- VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh.json | 2 +- VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2.json | 2 +- .../calldatacopy_DataIndexTooHigh2_return.json | 2 +- .../calldatacopy_DataIndexTooHigh_return.json | 2 +- VMTests/vmEnvironmentalInfo/calldatacopy_sec.json | 2 +- VMTests/vmEnvironmentalInfo/calldataload0.json | 2 +- VMTests/vmEnvironmentalInfo/calldataload1.json | 2 +- VMTests/vmEnvironmentalInfo/calldataload2.json | 2 +- VMTests/vmEnvironmentalInfo/calldataloadSizeTooHigh.json | 2 +- VMTests/vmEnvironmentalInfo/calldataloadSizeTooHighPartial.json | 2 +- VMTests/vmEnvironmentalInfo/calldataload_BigOffset.json | 2 +- VMTests/vmEnvironmentalInfo/calldatasize0.json | 2 +- VMTests/vmEnvironmentalInfo/calldatasize1.json | 2 +- VMTests/vmEnvironmentalInfo/calldatasize2.json | 2 +- VMTests/vmEnvironmentalInfo/caller.json | 2 +- VMTests/vmEnvironmentalInfo/callvalue.json | 2 +- VMTests/vmEnvironmentalInfo/codecopy0.json | 2 +- VMTests/vmEnvironmentalInfo/codecopyZeroMemExpansion.json | 2 +- VMTests/vmEnvironmentalInfo/codecopy_DataIndexTooHigh.json | 2 +- VMTests/vmEnvironmentalInfo/codesize.json | 2 +- VMTests/vmEnvironmentalInfo/gasprice.json | 2 +- VMTests/vmEnvironmentalInfo/origin.json | 2 +- .../BlockNumberDynamicJump0_AfterJumpdest.json | 2 +- .../BlockNumberDynamicJump0_AfterJumpdest3.json | 2 +- .../BlockNumberDynamicJump0_foreverOutOfGas.json | 2 +- .../BlockNumberDynamicJump0_jumpdest0.json | 2 +- .../BlockNumberDynamicJump0_jumpdest2.json | 2 +- .../BlockNumberDynamicJump0_withoutJumpdest.json | 2 +- VMTests/vmIOandFlowOperations/BlockNumberDynamicJump1.json | 2 +- .../BlockNumberDynamicJumpInsidePushWithJumpDest.json | 2 +- .../BlockNumberDynamicJumpInsidePushWithoutJumpDest.json | 2 +- VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi0.json | 2 +- VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi1.json | 2 +- .../BlockNumberDynamicJumpi1_jumpdest.json | 2 +- .../vmIOandFlowOperations/BlockNumberDynamicJumpiAfterStop.json | 2 +- .../BlockNumberDynamicJumpiOutsideBoundary.json | 2 +- .../BlockNumberDynamicJumpifInsidePushWithJumpDest.json | 2 +- .../BlockNumberDynamicJumpifInsidePushWithoutJumpDest.json | 2 +- VMTests/vmIOandFlowOperations/DyanmicJump0_outOfBoundary.json | 2 +- VMTests/vmIOandFlowOperations/DynamicJump0_AfterJumpdest.json | 2 +- VMTests/vmIOandFlowOperations/DynamicJump0_AfterJumpdest3.json | 2 +- VMTests/vmIOandFlowOperations/DynamicJump0_foreverOutOfGas.json | 2 +- VMTests/vmIOandFlowOperations/DynamicJump0_jumpdest0.json | 2 +- VMTests/vmIOandFlowOperations/DynamicJump0_jumpdest2.json | 2 +- VMTests/vmIOandFlowOperations/DynamicJump0_withoutJumpdest.json | 2 +- VMTests/vmIOandFlowOperations/DynamicJump1.json | 2 +- VMTests/vmIOandFlowOperations/DynamicJumpAfterStop.json | 2 +- .../DynamicJumpInsidePushWithJumpDest.json | 2 +- .../DynamicJumpInsidePushWithoutJumpDest.json | 2 +- .../vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps0.json | 2 +- .../vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps1.json | 2 +- VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest0.json | 2 +- VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest1.json | 2 +- VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest2.json | 2 +- VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest3.json | 2 +- VMTests/vmIOandFlowOperations/DynamicJumpStartWithJumpDest.json | 2 +- VMTests/vmIOandFlowOperations/DynamicJump_value1.json | 2 +- VMTests/vmIOandFlowOperations/DynamicJump_value2.json | 2 +- VMTests/vmIOandFlowOperations/DynamicJump_value3.json | 2 +- VMTests/vmIOandFlowOperations/DynamicJump_valueUnderflow.json | 2 +- VMTests/vmIOandFlowOperations/DynamicJumpi0.json | 2 +- VMTests/vmIOandFlowOperations/DynamicJumpi1.json | 2 +- VMTests/vmIOandFlowOperations/DynamicJumpi1_jumpdest.json | 2 +- VMTests/vmIOandFlowOperations/DynamicJumpiAfterStop.json | 2 +- VMTests/vmIOandFlowOperations/DynamicJumpiOutsideBoundary.json | 2 +- .../DynamicJumpifInsidePushWithJumpDest.json | 2 +- .../DynamicJumpifInsidePushWithoutJumpDest.json | 2 +- .../JDfromStorageDynamicJump0_AfterJumpdest.json | 2 +- .../JDfromStorageDynamicJump0_AfterJumpdest3.json | 2 +- .../JDfromStorageDynamicJump0_foreverOutOfGas.json | 2 +- .../JDfromStorageDynamicJump0_jumpdest0.json | 2 +- .../JDfromStorageDynamicJump0_jumpdest2.json | 2 +- .../JDfromStorageDynamicJump0_withoutJumpdest.json | 2 +- VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump1.json | 2 +- .../JDfromStorageDynamicJumpInsidePushWithJumpDest.json | 2 +- .../JDfromStorageDynamicJumpInsidePushWithoutJumpDest.json | 2 +- VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi0.json | 2 +- VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi1.json | 2 +- .../JDfromStorageDynamicJumpi1_jumpdest.json | 2 +- .../JDfromStorageDynamicJumpiAfterStop.json | 2 +- .../JDfromStorageDynamicJumpiOutsideBoundary.json | 2 +- .../JDfromStorageDynamicJumpifInsidePushWithJumpDest.json | 2 +- .../JDfromStorageDynamicJumpifInsidePushWithoutJumpDest.json | 2 +- VMTests/vmIOandFlowOperations/bad_indirect_jump1.json | 2 +- VMTests/vmIOandFlowOperations/bad_indirect_jump2.json | 2 +- VMTests/vmIOandFlowOperations/byte1.json | 2 +- VMTests/vmIOandFlowOperations/calldatacopyMemExp.json | 2 +- VMTests/vmIOandFlowOperations/codecopyMemExp.json | 2 +- VMTests/vmIOandFlowOperations/deadCode_1.json | 2 +- VMTests/vmIOandFlowOperations/dupAt51becameMload.json | 2 +- VMTests/vmIOandFlowOperations/for_loop1.json | 2 +- VMTests/vmIOandFlowOperations/for_loop2.json | 2 +- VMTests/vmIOandFlowOperations/gas0.json | 2 +- VMTests/vmIOandFlowOperations/gas1.json | 2 +- VMTests/vmIOandFlowOperations/gasOverFlow.json | 2 +- VMTests/vmIOandFlowOperations/indirect_jump1.json | 2 +- VMTests/vmIOandFlowOperations/indirect_jump2.json | 2 +- VMTests/vmIOandFlowOperations/indirect_jump3.json | 2 +- VMTests/vmIOandFlowOperations/indirect_jump4.json | 2 +- VMTests/vmIOandFlowOperations/jump0_AfterJumpdest.json | 2 +- VMTests/vmIOandFlowOperations/jump0_AfterJumpdest3.json | 2 +- VMTests/vmIOandFlowOperations/jump0_foreverOutOfGas.json | 2 +- VMTests/vmIOandFlowOperations/jump0_jumpdest0.json | 2 +- VMTests/vmIOandFlowOperations/jump0_jumpdest2.json | 2 +- VMTests/vmIOandFlowOperations/jump0_outOfBoundary.json | 2 +- VMTests/vmIOandFlowOperations/jump0_withoutJumpdest.json | 2 +- VMTests/vmIOandFlowOperations/jump1.json | 2 +- VMTests/vmIOandFlowOperations/jumpAfterStop.json | 2 +- VMTests/vmIOandFlowOperations/jumpDynamicJumpSameDest.json | 2 +- VMTests/vmIOandFlowOperations/jumpHigh.json | 2 +- VMTests/vmIOandFlowOperations/jumpInsidePushWithJumpDest.json | 2 +- .../vmIOandFlowOperations/jumpInsidePushWithoutJumpDest.json | 2 +- VMTests/vmIOandFlowOperations/jumpOntoJump.json | 2 +- VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump.json | 2 +- .../jumpTo1InstructionafterJump_jumpdestFirstInstruction.json | 2 +- .../jumpTo1InstructionafterJump_noJumpDest.json | 2 +- VMTests/vmIOandFlowOperations/jumpToUint64maxPlus1.json | 2 +- VMTests/vmIOandFlowOperations/jumpToUintmaxPlus1.json | 2 +- VMTests/vmIOandFlowOperations/jumpdestBigList.json | 2 +- VMTests/vmIOandFlowOperations/jumpi0.json | 2 +- VMTests/vmIOandFlowOperations/jumpi1.json | 2 +- VMTests/vmIOandFlowOperations/jumpi1_jumpdest.json | 2 +- VMTests/vmIOandFlowOperations/jumpiAfterStop.json | 2 +- VMTests/vmIOandFlowOperations/jumpiOutsideBoundary.json | 2 +- VMTests/vmIOandFlowOperations/jumpiToUint64maxPlus1.json | 2 +- VMTests/vmIOandFlowOperations/jumpiToUintmaxPlus1.json | 2 +- VMTests/vmIOandFlowOperations/jumpi_at_the_end.json | 2 +- VMTests/vmIOandFlowOperations/jumpifInsidePushWithJumpDest.json | 2 +- .../vmIOandFlowOperations/jumpifInsidePushWithoutJumpDest.json | 2 +- VMTests/vmIOandFlowOperations/kv1.json | 2 +- VMTests/vmIOandFlowOperations/log1MemExp.json | 2 +- VMTests/vmIOandFlowOperations/loop_stacklimit_1020.json | 2 +- VMTests/vmIOandFlowOperations/loop_stacklimit_1021.json | 2 +- VMTests/vmIOandFlowOperations/memory1.json | 2 +- VMTests/vmIOandFlowOperations/mloadError0.json | 2 +- VMTests/vmIOandFlowOperations/mloadError1.json | 2 +- VMTests/vmIOandFlowOperations/mloadMemExp.json | 2 +- VMTests/vmIOandFlowOperations/mloadOutOfGasError2.json | 2 +- VMTests/vmIOandFlowOperations/msize0.json | 2 +- VMTests/vmIOandFlowOperations/msize1.json | 2 +- VMTests/vmIOandFlowOperations/msize2.json | 2 +- VMTests/vmIOandFlowOperations/msize3.json | 2 +- VMTests/vmIOandFlowOperations/mstore0.json | 2 +- VMTests/vmIOandFlowOperations/mstore1.json | 2 +- VMTests/vmIOandFlowOperations/mstore8MemExp.json | 2 +- VMTests/vmIOandFlowOperations/mstore8WordToBigError.json | 2 +- VMTests/vmIOandFlowOperations/mstore8_0.json | 2 +- VMTests/vmIOandFlowOperations/mstore8_1.json | 2 +- VMTests/vmIOandFlowOperations/mstoreMemExp.json | 2 +- VMTests/vmIOandFlowOperations/mstoreWordToBigError.json | 2 +- VMTests/vmIOandFlowOperations/mstore_mload0.json | 2 +- VMTests/vmIOandFlowOperations/pc0.json | 2 +- VMTests/vmIOandFlowOperations/pc1.json | 2 +- VMTests/vmIOandFlowOperations/pop0.json | 2 +- VMTests/vmIOandFlowOperations/pop1.json | 2 +- VMTests/vmIOandFlowOperations/return1.json | 2 +- VMTests/vmIOandFlowOperations/return2.json | 2 +- VMTests/vmIOandFlowOperations/sha3MemExp.json | 2 +- VMTests/vmIOandFlowOperations/sstore_load_0.json | 2 +- VMTests/vmIOandFlowOperations/sstore_load_1.json | 2 +- VMTests/vmIOandFlowOperations/sstore_load_2.json | 2 +- VMTests/vmIOandFlowOperations/sstore_underflow.json | 2 +- VMTests/vmIOandFlowOperations/stack_loop.json | 2 +- VMTests/vmIOandFlowOperations/stackjump1.json | 2 +- VMTests/vmIOandFlowOperations/swapAt52becameMstore.json | 2 +- VMTests/vmIOandFlowOperations/when.json | 2 +- VMTests/vmLogTest/log0_emptyMem.json | 2 +- VMTests/vmLogTest/log0_logMemStartTooHigh.json | 2 +- VMTests/vmLogTest/log0_logMemsizeTooHigh.json | 2 +- VMTests/vmLogTest/log0_logMemsizeZero.json | 2 +- VMTests/vmLogTest/log0_nonEmptyMem.json | 2 +- VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1.json | 2 +- .../vmLogTest/log0_nonEmptyMem_logMemSize1_logMemStart31.json | 2 +- VMTests/vmLogTest/log1_Caller.json | 2 +- VMTests/vmLogTest/log1_MaxTopic.json | 2 +- VMTests/vmLogTest/log1_emptyMem.json | 2 +- VMTests/vmLogTest/log1_logMemStartTooHigh.json | 2 +- VMTests/vmLogTest/log1_logMemsizeTooHigh.json | 2 +- VMTests/vmLogTest/log1_logMemsizeZero.json | 2 +- VMTests/vmLogTest/log1_nonEmptyMem.json | 2 +- VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1.json | 2 +- .../vmLogTest/log1_nonEmptyMem_logMemSize1_logMemStart31.json | 2 +- VMTests/vmLogTest/log2_Caller.json | 2 +- VMTests/vmLogTest/log2_MaxTopic.json | 2 +- VMTests/vmLogTest/log2_emptyMem.json | 2 +- VMTests/vmLogTest/log2_logMemStartTooHigh.json | 2 +- VMTests/vmLogTest/log2_logMemsizeTooHigh.json | 2 +- VMTests/vmLogTest/log2_logMemsizeZero.json | 2 +- VMTests/vmLogTest/log2_nonEmptyMem.json | 2 +- VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1.json | 2 +- .../vmLogTest/log2_nonEmptyMem_logMemSize1_logMemStart31.json | 2 +- VMTests/vmLogTest/log3_Caller.json | 2 +- VMTests/vmLogTest/log3_MaxTopic.json | 2 +- VMTests/vmLogTest/log3_PC.json | 2 +- VMTests/vmLogTest/log3_emptyMem.json | 2 +- VMTests/vmLogTest/log3_logMemStartTooHigh.json | 2 +- VMTests/vmLogTest/log3_logMemsizeTooHigh.json | 2 +- VMTests/vmLogTest/log3_logMemsizeZero.json | 2 +- VMTests/vmLogTest/log3_nonEmptyMem.json | 2 +- VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1.json | 2 +- .../vmLogTest/log3_nonEmptyMem_logMemSize1_logMemStart31.json | 2 +- VMTests/vmLogTest/log4_Caller.json | 2 +- VMTests/vmLogTest/log4_MaxTopic.json | 2 +- VMTests/vmLogTest/log4_PC.json | 2 +- VMTests/vmLogTest/log4_emptyMem.json | 2 +- VMTests/vmLogTest/log4_logMemStartTooHigh.json | 2 +- VMTests/vmLogTest/log4_logMemsizeTooHigh.json | 2 +- VMTests/vmLogTest/log4_logMemsizeZero.json | 2 +- VMTests/vmLogTest/log4_nonEmptyMem.json | 2 +- VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1.json | 2 +- .../vmLogTest/log4_nonEmptyMem_logMemSize1_logMemStart31.json | 2 +- VMTests/vmLogTest/log_2logs.json | 2 +- VMTests/vmPerformance/ackermann31.json | 2 +- VMTests/vmPerformance/ackermann32.json | 2 +- VMTests/vmPerformance/ackermann33.json | 2 +- VMTests/vmPerformance/fibonacci10.json | 2 +- VMTests/vmPerformance/fibonacci16.json | 2 +- VMTests/vmPerformance/loop-add-10M.json | 2 +- VMTests/vmPerformance/loop-divadd-10M.json | 2 +- VMTests/vmPerformance/loop-divadd-unr100-10M.json | 2 +- VMTests/vmPerformance/loop-exp-16b-100k.json | 2 +- VMTests/vmPerformance/loop-exp-1b-1M.json | 2 +- VMTests/vmPerformance/loop-exp-2b-100k.json | 2 +- VMTests/vmPerformance/loop-exp-32b-100k.json | 2 +- VMTests/vmPerformance/loop-exp-4b-100k.json | 2 +- VMTests/vmPerformance/loop-exp-8b-100k.json | 2 +- VMTests/vmPerformance/loop-exp-nop-1M.json | 2 +- VMTests/vmPerformance/loop-mul.json | 2 +- VMTests/vmPerformance/loop-mulmod-2M.json | 2 +- VMTests/vmPerformance/manyFunctions100.json | 2 +- VMTests/vmPushDupSwapTest/dup1.json | 2 +- VMTests/vmPushDupSwapTest/dup10.json | 2 +- VMTests/vmPushDupSwapTest/dup11.json | 2 +- VMTests/vmPushDupSwapTest/dup12.json | 2 +- VMTests/vmPushDupSwapTest/dup13.json | 2 +- VMTests/vmPushDupSwapTest/dup14.json | 2 +- VMTests/vmPushDupSwapTest/dup15.json | 2 +- VMTests/vmPushDupSwapTest/dup16.json | 2 +- VMTests/vmPushDupSwapTest/dup2.json | 2 +- VMTests/vmPushDupSwapTest/dup2error.json | 2 +- VMTests/vmPushDupSwapTest/dup3.json | 2 +- VMTests/vmPushDupSwapTest/dup4.json | 2 +- VMTests/vmPushDupSwapTest/dup5.json | 2 +- VMTests/vmPushDupSwapTest/dup6.json | 2 +- VMTests/vmPushDupSwapTest/dup7.json | 2 +- VMTests/vmPushDupSwapTest/dup8.json | 2 +- VMTests/vmPushDupSwapTest/dup9.json | 2 +- VMTests/vmPushDupSwapTest/push1.json | 2 +- VMTests/vmPushDupSwapTest/push10.json | 2 +- VMTests/vmPushDupSwapTest/push11.json | 2 +- VMTests/vmPushDupSwapTest/push12.json | 2 +- VMTests/vmPushDupSwapTest/push13.json | 2 +- VMTests/vmPushDupSwapTest/push14.json | 2 +- VMTests/vmPushDupSwapTest/push15.json | 2 +- VMTests/vmPushDupSwapTest/push16.json | 2 +- VMTests/vmPushDupSwapTest/push17.json | 2 +- VMTests/vmPushDupSwapTest/push18.json | 2 +- VMTests/vmPushDupSwapTest/push19.json | 2 +- VMTests/vmPushDupSwapTest/push1_missingStack.json | 2 +- VMTests/vmPushDupSwapTest/push2.json | 2 +- VMTests/vmPushDupSwapTest/push20.json | 2 +- VMTests/vmPushDupSwapTest/push21.json | 2 +- VMTests/vmPushDupSwapTest/push22.json | 2 +- VMTests/vmPushDupSwapTest/push23.json | 2 +- VMTests/vmPushDupSwapTest/push24.json | 2 +- VMTests/vmPushDupSwapTest/push25.json | 2 +- VMTests/vmPushDupSwapTest/push26.json | 2 +- VMTests/vmPushDupSwapTest/push27.json | 2 +- VMTests/vmPushDupSwapTest/push28.json | 2 +- VMTests/vmPushDupSwapTest/push29.json | 2 +- VMTests/vmPushDupSwapTest/push3.json | 2 +- VMTests/vmPushDupSwapTest/push30.json | 2 +- VMTests/vmPushDupSwapTest/push31.json | 2 +- VMTests/vmPushDupSwapTest/push32.json | 2 +- VMTests/vmPushDupSwapTest/push32AndSuicide.json | 2 +- .../vmPushDupSwapTest/push32FillUpInputWithZerosAtTheEnd.json | 2 +- VMTests/vmPushDupSwapTest/push32Undefined.json | 2 +- VMTests/vmPushDupSwapTest/push32Undefined2.json | 2 +- VMTests/vmPushDupSwapTest/push32Undefined3.json | 2 +- VMTests/vmPushDupSwapTest/push33.json | 2 +- VMTests/vmPushDupSwapTest/push4.json | 2 +- VMTests/vmPushDupSwapTest/push5.json | 2 +- VMTests/vmPushDupSwapTest/push6.json | 2 +- VMTests/vmPushDupSwapTest/push7.json | 2 +- VMTests/vmPushDupSwapTest/push8.json | 2 +- VMTests/vmPushDupSwapTest/push9.json | 2 +- VMTests/vmPushDupSwapTest/swap1.json | 2 +- VMTests/vmPushDupSwapTest/swap10.json | 2 +- VMTests/vmPushDupSwapTest/swap11.json | 2 +- VMTests/vmPushDupSwapTest/swap12.json | 2 +- VMTests/vmPushDupSwapTest/swap13.json | 2 +- VMTests/vmPushDupSwapTest/swap14.json | 2 +- VMTests/vmPushDupSwapTest/swap15.json | 2 +- VMTests/vmPushDupSwapTest/swap16.json | 2 +- VMTests/vmPushDupSwapTest/swap2.json | 2 +- VMTests/vmPushDupSwapTest/swap2error.json | 2 +- VMTests/vmPushDupSwapTest/swap3.json | 2 +- VMTests/vmPushDupSwapTest/swap4.json | 2 +- VMTests/vmPushDupSwapTest/swap5.json | 2 +- VMTests/vmPushDupSwapTest/swap6.json | 2 +- VMTests/vmPushDupSwapTest/swap7.json | 2 +- VMTests/vmPushDupSwapTest/swap8.json | 2 +- VMTests/vmPushDupSwapTest/swap9.json | 2 +- VMTests/vmPushDupSwapTest/swapjump1.json | 2 +- VMTests/vmRandomTest/201503102320PYTHON.json | 2 +- VMTests/vmRandomTest/201503110206PYTHON.json | 2 +- VMTests/vmRandomTest/201503110219PYTHON.json | 2 +- VMTests/vmRandomTest/201503110346PYTHON_PUSH24.json | 2 +- VMTests/vmRandomTest/201503111844PYTHON.json | 2 +- VMTests/vmRandomTest/201503112218PYTHON.json | 2 +- VMTests/vmSha3Test/sha3_0.json | 2 +- VMTests/vmSha3Test/sha3_1.json | 2 +- VMTests/vmSha3Test/sha3_2.json | 2 +- VMTests/vmSha3Test/sha3_3.json | 2 +- VMTests/vmSha3Test/sha3_4.json | 2 +- VMTests/vmSha3Test/sha3_5.json | 2 +- VMTests/vmSha3Test/sha3_6.json | 2 +- VMTests/vmSha3Test/sha3_bigOffset.json | 2 +- VMTests/vmSha3Test/sha3_bigOffset2.json | 2 +- VMTests/vmSha3Test/sha3_bigSize.json | 2 +- VMTests/vmSha3Test/sha3_memSizeNoQuadraticCost31.json | 2 +- VMTests/vmSha3Test/sha3_memSizeQuadraticCost32.json | 2 +- VMTests/vmSha3Test/sha3_memSizeQuadraticCost32_zeroSize.json | 2 +- VMTests/vmSha3Test/sha3_memSizeQuadraticCost33.json | 2 +- VMTests/vmSha3Test/sha3_memSizeQuadraticCost63.json | 2 +- VMTests/vmSha3Test/sha3_memSizeQuadraticCost64.json | 2 +- VMTests/vmSha3Test/sha3_memSizeQuadraticCost64_2.json | 2 +- VMTests/vmSha3Test/sha3_memSizeQuadraticCost65.json | 2 +- VMTests/vmSystemOperations/TestNameRegistrator.json | 2 +- VMTests/vmSystemOperations/return0.json | 2 +- VMTests/vmSystemOperations/return1.json | 2 +- VMTests/vmSystemOperations/return2.json | 2 +- VMTests/vmSystemOperations/suicide0.json | 2 +- VMTests/vmSystemOperations/suicideNotExistingAccount.json | 2 +- VMTests/vmSystemOperations/suicideSendEtherToMe.json | 2 +- VMTests/vmTests/suicide.json | 2 +- 609 files changed, 609 insertions(+), 609 deletions(-) diff --git a/VMTests/vmArithmeticTest/add0.json b/VMTests/vmArithmeticTest/add0.json index 7b4d9f6591f..1ca74e79638 100644 --- a/VMTests/vmArithmeticTest/add0.json +++ b/VMTests/vmArithmeticTest/add0.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/vmArithmeticTest/add0Filler.json", - "sourceHash": "e8e12ee9a80d43ce4a13957f3d852b93ddc9fbb4722fbb922a0dee6c6de18de8" + "sourceHash": "8ffcccd596ff216a8304f822e302bd7b2abe3f7f7616928a2a0385d2cfdf01ac" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/add1.json b/VMTests/vmArithmeticTest/add1.json index 682d617a47f..46eb708a187 100644 --- a/VMTests/vmArithmeticTest/add1.json +++ b/VMTests/vmArithmeticTest/add1.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/vmArithmeticTest/add1Filler.json", - "sourceHash": "a23c9e4a53bd51d64aaf5a2ad8c2e7c31c457d68370be0b7253d2124a823540d" + "sourceHash": "36b138942544cd189bff05ff1694917ed4cef48760592536b2829f3e90d5850a" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/add2.json b/VMTests/vmArithmeticTest/add2.json index dcae85eb4ab..5fa47da6bd9 100644 --- a/VMTests/vmArithmeticTest/add2.json +++ b/VMTests/vmArithmeticTest/add2.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/vmArithmeticTest/add2Filler.json", - "sourceHash": "50066a5c2c6857bc9dffa863694a7c858eb2054e9becf45bb70dcf24341c18ba" + "sourceHash": "c17fbe9e92877d5a60743ca4c172bba1060e20b08f9ee00ca0ccb6b72bac897f" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/add3.json b/VMTests/vmArithmeticTest/add3.json index 673e10cec0e..cdb1fdce684 100644 --- a/VMTests/vmArithmeticTest/add3.json +++ b/VMTests/vmArithmeticTest/add3.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/vmArithmeticTest/add3Filler.json", - "sourceHash": "cbfef553d8e13dd1f27e5fc3d2e4e5510cc9e545a21658a05481bcf667e6477f" + "sourceHash": "d64685dfa395fd7dc69e5883eaedaeece8217daff0ad658a083dc2f2fc870ef1" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/add4.json b/VMTests/vmArithmeticTest/add4.json index c9aac4fe139..25cd18b1852 100644 --- a/VMTests/vmArithmeticTest/add4.json +++ b/VMTests/vmArithmeticTest/add4.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/vmArithmeticTest/add4Filler.json", - "sourceHash": "b5f7f278016c8ae538453bc3e8a364f64bf3de646c0e1f26f4db3d8c2f40cd99" + "sourceHash": "3b04e90121702949a56e656f4f895f5de3aed278fd3530eec4c52c378f41dcfa" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/addmod0.json b/VMTests/vmArithmeticTest/addmod0.json index 4b2f00da9ab..409b1c6e6e4 100644 --- a/VMTests/vmArithmeticTest/addmod0.json +++ b/VMTests/vmArithmeticTest/addmod0.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/vmArithmeticTest/addmod0Filler.json", - "sourceHash": "23a828d76496714224cf09ae32468851cccbc63de0b8205787f17f3f529d9e86" + "sourceHash": "aba7a646dee5e90acf0c2257a986ff99d044f057de21667f2acec868f7d4b8eb" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/addmod1.json b/VMTests/vmArithmeticTest/addmod1.json index 751abecda2a..92b2f421258 100644 --- a/VMTests/vmArithmeticTest/addmod1.json +++ b/VMTests/vmArithmeticTest/addmod1.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/vmArithmeticTest/addmod1Filler.json", - "sourceHash": "21940beb8d531f2e841328da98111184c51a9b379083efecc69a7e242125f4b7" + "sourceHash": "edf8071d0533dd82ff2fb34b4caab47db62aa7d918004d82630cd2b37ddcbc90" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/addmod1_overflow2.json b/VMTests/vmArithmeticTest/addmod1_overflow2.json index b9783da925a..d5219e65caa 100644 --- a/VMTests/vmArithmeticTest/addmod1_overflow2.json +++ b/VMTests/vmArithmeticTest/addmod1_overflow2.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/vmArithmeticTest/addmod1_overflow2Filler.json", - "sourceHash": "7f4c24f9191abfd44da5fde6159b78eef7fd8152e4fc6a36e5b32a2f27f89c8c" + "sourceHash": "9029d29f6ad3ad30d1cae39fe98723bb400f9fab4562bd7898a0168a0f353a3f" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/addmod1_overflow3.json b/VMTests/vmArithmeticTest/addmod1_overflow3.json index 809b145c2a3..f8cc65a21ee 100644 --- a/VMTests/vmArithmeticTest/addmod1_overflow3.json +++ b/VMTests/vmArithmeticTest/addmod1_overflow3.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/vmArithmeticTest/addmod1_overflow3Filler.json", - "sourceHash": "910ff6466be088b829f03cd6243b9bd256262a0b2affbcdeae19c20c2f98d415" + "sourceHash": "f51942005cbb182f759380c7c7fa43d9666d8ea095cc9ce0538e04c2ffc2dd03" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/addmod1_overflow4.json b/VMTests/vmArithmeticTest/addmod1_overflow4.json index 48f57333b1f..be0130e14dd 100644 --- a/VMTests/vmArithmeticTest/addmod1_overflow4.json +++ b/VMTests/vmArithmeticTest/addmod1_overflow4.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/vmArithmeticTest/addmod1_overflow4Filler.json", - "sourceHash": "26ef2f1c62d0543640a61c4550ad1c4451679a0a71c6c95a707077789d6bff69" + "sourceHash": "59184840928cfdb750aab06b0a42c30d4dc99a713f315239b1b6596ec9ef92c2" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/addmod1_overflowDiff.json b/VMTests/vmArithmeticTest/addmod1_overflowDiff.json index ed078fbbc9a..b549fc510bb 100644 --- a/VMTests/vmArithmeticTest/addmod1_overflowDiff.json +++ b/VMTests/vmArithmeticTest/addmod1_overflowDiff.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/vmArithmeticTest/addmod1_overflowDiffFiller.json", - "sourceHash": "2c556344c4be4c97acd8cf3582513de03ef2410d879a5be5957956748b24cd31" + "sourceHash": "4836017c5969c3cc9e6fee8a3da1e2d81454d2880d10fadd146cdb8ca8b57273" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/addmod2.json b/VMTests/vmArithmeticTest/addmod2.json index 8ea0aea0a93..09bda8de435 100644 --- a/VMTests/vmArithmeticTest/addmod2.json +++ b/VMTests/vmArithmeticTest/addmod2.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/vmArithmeticTest/addmod2Filler.json", - "sourceHash": "a18442325ceba36a1b1ce67e58339c9efe0a0ed0d101e047132db15960f7d833" + "sourceHash": "22a6b0713565860ede4858c04c85d823cc24829962730303aeb7bacf48e6e2af" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/addmod2_0.json b/VMTests/vmArithmeticTest/addmod2_0.json index fe97fafcf73..559984bc278 100644 --- a/VMTests/vmArithmeticTest/addmod2_0.json +++ b/VMTests/vmArithmeticTest/addmod2_0.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/vmArithmeticTest/addmod2_0Filler.json", - "sourceHash": "b9e563c96bb3d3e715cd941a5d43ede67095b47c395934f0cdc3dd5fcc26077a" + "sourceHash": "dc557aacebaa46b88f072e79ac09df8a576c1551f7ce3381bc22aa33a5fdfa7b" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/addmod2_1.json b/VMTests/vmArithmeticTest/addmod2_1.json index be098e593c2..6babefb7a28 100644 --- a/VMTests/vmArithmeticTest/addmod2_1.json +++ b/VMTests/vmArithmeticTest/addmod2_1.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/vmArithmeticTest/addmod2_1Filler.json", - "sourceHash": "4c8b184bddd8148361dfbf0f8bf3f4390e1636cebfe8c047235bbd6301fa5845" + "sourceHash": "f5227cd573f551a66a89ca6ef0075d999fa0dfcd1b6cc162deba46db3fc957ae" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/addmod3.json b/VMTests/vmArithmeticTest/addmod3.json index 62507450e0f..9827f1b270f 100644 --- a/VMTests/vmArithmeticTest/addmod3.json +++ b/VMTests/vmArithmeticTest/addmod3.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/vmArithmeticTest/addmod3Filler.json", - "sourceHash": "fcafebf571b5f29d85245017c5b9a0c13d04cbfc373aef6e72ddec05eca4300f" + "sourceHash": "98f42c19c4c02edb27ddbe15d425fa031f3b79998b3fcfce32ecbb070dca20f7" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/addmod3_0.json b/VMTests/vmArithmeticTest/addmod3_0.json index 408f58abc70..a77f34b11b5 100644 --- a/VMTests/vmArithmeticTest/addmod3_0.json +++ b/VMTests/vmArithmeticTest/addmod3_0.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/vmArithmeticTest/addmod3_0Filler.json", - "sourceHash": "4d4127299b85e7d84e59184eaaf0282d8918a40d7acabba6a4b0c8535d8fa011" + "sourceHash": "20e873a721f9d6c9a6808a017a7ddb48538f6e24e0ea5bb2e1e0d616aee00b1e" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/addmodBigIntCast.json b/VMTests/vmArithmeticTest/addmodBigIntCast.json index b7c2728139d..9e1faaf8e91 100644 --- a/VMTests/vmArithmeticTest/addmodBigIntCast.json +++ b/VMTests/vmArithmeticTest/addmodBigIntCast.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/vmArithmeticTest/addmodBigIntCastFiller.json", - "sourceHash": "ee4bf031dbeb933e5649762edf22124a87f67a524c90b33ff6c2f1d710db4e60" + "sourceHash": "6425ea71989061d67059c0ff21a02ae588b5a1b7d69acab1136d8e5cd3341349" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/addmodDivByZero.json b/VMTests/vmArithmeticTest/addmodDivByZero.json index 9f1b4c92db2..cfd899e97e4 100644 --- a/VMTests/vmArithmeticTest/addmodDivByZero.json +++ b/VMTests/vmArithmeticTest/addmodDivByZero.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/vmArithmeticTest/addmodDivByZeroFiller.json", - "sourceHash": "112378e2d8e439e7ece9e727ed765142e2416acd8170ee9f63e8c4f3960824f6" + "sourceHash": "ff8897ddc6eff1209bf12094e82e622ac4a2ecd6ce84ffdac4e4b1bf6c0a7bda" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/addmodDivByZero1.json b/VMTests/vmArithmeticTest/addmodDivByZero1.json index 55ba6713b7a..5b2ba518f58 100644 --- a/VMTests/vmArithmeticTest/addmodDivByZero1.json +++ b/VMTests/vmArithmeticTest/addmodDivByZero1.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/vmArithmeticTest/addmodDivByZero1Filler.json", - "sourceHash": "63f49fd1a26a961a57861c3316edc7ace455aa76a54a6ec74d3eaae1ac8951eb" + "sourceHash": "38ae4bc3d451120dcd38c38ede77bde9e767c64e25025a459233261ba101b05f" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/addmodDivByZero2.json b/VMTests/vmArithmeticTest/addmodDivByZero2.json index 1b574d3176f..a75c5aba087 100644 --- a/VMTests/vmArithmeticTest/addmodDivByZero2.json +++ b/VMTests/vmArithmeticTest/addmodDivByZero2.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/vmArithmeticTest/addmodDivByZero2Filler.json", - "sourceHash": "965456d5e5e72d81361eb0c029080c17fdd861da92b986c149c966cb33d20e92" + "sourceHash": "433f565d64a9730f98cd80b4ae1510d496eba6a3a311c85c2d12394f3edd8cf3" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/addmodDivByZero3.json b/VMTests/vmArithmeticTest/addmodDivByZero3.json index 64e53208329..19f4fc1ca58 100644 --- a/VMTests/vmArithmeticTest/addmodDivByZero3.json +++ b/VMTests/vmArithmeticTest/addmodDivByZero3.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/vmArithmeticTest/addmodDivByZero3Filler.json", - "sourceHash": "9aae026096fc3905c52ffd65154ed8a047230c09c8e8978016206a1133935161" + "sourceHash": "f10de49a80343bfa59231702b9a2f7c500d1c000693005c39a82049ed55b62f8" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/arith1.json b/VMTests/vmArithmeticTest/arith1.json index cebcd61c5d1..1f643d9d5c7 100644 --- a/VMTests/vmArithmeticTest/arith1.json +++ b/VMTests/vmArithmeticTest/arith1.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/vmArithmeticTest/arith1Filler.json", - "sourceHash": "9710a48f285c05a73c0e09f36866e22e45da461d62b487ef36db0323994fd0bb" + "sourceHash": "26a824545a0d305ff19c0483bf52a65822c1df521fac97eac52902de884f2a5f" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/div1.json b/VMTests/vmArithmeticTest/div1.json index e166e6d066f..d2925fb270f 100644 --- a/VMTests/vmArithmeticTest/div1.json +++ b/VMTests/vmArithmeticTest/div1.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/vmArithmeticTest/div1Filler.json", - "sourceHash": "9c0a07afe5487c69abdfe59d17aefbb72cb40d8d98c4ecd36172491c73f2d736" + "sourceHash": "159c0277fb5839d12de6e134cafe963c3b66c577959ad6c760d2c76af7f896c5" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/divBoostBug.json b/VMTests/vmArithmeticTest/divBoostBug.json index 83b23753fc8..ccea6ffffb3 100644 --- a/VMTests/vmArithmeticTest/divBoostBug.json +++ b/VMTests/vmArithmeticTest/divBoostBug.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/vmArithmeticTest/divBoostBugFiller.json", - "sourceHash": "e76dc6cac0a56b4ae38d35308cda40a480000ae453ca0bd7ea924149635c5e93" + "sourceHash": "b572d1a3d37f2ac6255b64338654b664ae1e27b5da5a8ce7e337812f0ae357f5" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/divByNonZero0.json b/VMTests/vmArithmeticTest/divByNonZero0.json index ddea2b394f9..c0ce10e337f 100644 --- a/VMTests/vmArithmeticTest/divByNonZero0.json +++ b/VMTests/vmArithmeticTest/divByNonZero0.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/vmArithmeticTest/divByNonZero0Filler.json", - "sourceHash": "e9630a415306225594b08465fea26d1626817cd35b70c0fef38fadb4f3076990" + "sourceHash": "de10028af4d71ec4eab4f19099b395e5a8ee65b3797507c5100574344f432a41" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/divByNonZero1.json b/VMTests/vmArithmeticTest/divByNonZero1.json index 7b18c893acf..5bd0d10f82a 100644 --- a/VMTests/vmArithmeticTest/divByNonZero1.json +++ b/VMTests/vmArithmeticTest/divByNonZero1.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/vmArithmeticTest/divByNonZero1Filler.json", - "sourceHash": "0ab3f7511bbe4f9747281afa84b3d9db9026163d802b126065ff4fc8e64b410c" + "sourceHash": "a10288727a8cd42937137db0964c54dfeb67031156d9e89c762c1ccf5400f46d" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/divByNonZero2.json b/VMTests/vmArithmeticTest/divByNonZero2.json index a965520de28..57fc77bfea5 100644 --- a/VMTests/vmArithmeticTest/divByNonZero2.json +++ b/VMTests/vmArithmeticTest/divByNonZero2.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/vmArithmeticTest/divByNonZero2Filler.json", - "sourceHash": "b034aeb198c0e2fb054726acb94daf4270c8e6e9d117472f19559ae3974cbf8a" + "sourceHash": "09b0a23cd19a08af2b97b1348b9c15ad0668dbb7f1303fc8c188edbfc532163c" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/divByNonZero3.json b/VMTests/vmArithmeticTest/divByNonZero3.json index 48d3c3396fc..3b8f04dc1a4 100644 --- a/VMTests/vmArithmeticTest/divByNonZero3.json +++ b/VMTests/vmArithmeticTest/divByNonZero3.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/vmArithmeticTest/divByNonZero3Filler.json", - "sourceHash": "4aa505d671379c9170060f2cfb0bf7561860a266edc89945cb918beec34bc7ab" + "sourceHash": "2421e4d08c24171e953eeb5b7e1e6f1db9a16a8d3160d4ab082401a379bcda37" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/divByZero.json b/VMTests/vmArithmeticTest/divByZero.json index 007d08e0305..281566d97c2 100644 --- a/VMTests/vmArithmeticTest/divByZero.json +++ b/VMTests/vmArithmeticTest/divByZero.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/vmArithmeticTest/divByZeroFiller.json", - "sourceHash": "e8277f154565bdcd6316d4394c6968b6ea744593227950a48f52ff4bf08e6e28" + "sourceHash": "d08e0f0e1b8a688776ad0772dcb91f93ce5320d0e8e34723139d20b3358234e1" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/divByZero_2.json b/VMTests/vmArithmeticTest/divByZero_2.json index b0493358aac..fe656deca09 100644 --- a/VMTests/vmArithmeticTest/divByZero_2.json +++ b/VMTests/vmArithmeticTest/divByZero_2.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/vmArithmeticTest/divByZero_2Filler.json", - "sourceHash": "7bf295d092298433392a588d75c6b1f67b75f72607a5099b16b4ab1c2f52b65e" + "sourceHash": "63a28c09a22266dc3c56fe10cf0542d7945ff53214deba17b511372c4d24fd29" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/exp0.json b/VMTests/vmArithmeticTest/exp0.json index 607e32ebef0..e24df0e8926 100644 --- a/VMTests/vmArithmeticTest/exp0.json +++ b/VMTests/vmArithmeticTest/exp0.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/vmArithmeticTest/exp0Filler.json", - "sourceHash": "3432995b2ab849e7a618a93b1c9a3eb2f291b2d08f82c87ef02588a0744584bb" + "sourceHash": "d7bca8fc54c818174631d156150165cf8b3cb5b3275ee3f00aa651a9614a8b6b" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/exp1.json b/VMTests/vmArithmeticTest/exp1.json index feb7a94ff1a..c35c2a19b26 100644 --- a/VMTests/vmArithmeticTest/exp1.json +++ b/VMTests/vmArithmeticTest/exp1.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/vmArithmeticTest/exp1Filler.json", - "sourceHash": "3beb30d2b7666585bd028e0c8e60cf362487ae306b9031e23c02e453b17ea58c" + "sourceHash": "790225dd362e72d2c03d6fb70e8f3d1b07c27ba502d3e4968d0584342925cf78" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/exp2.json b/VMTests/vmArithmeticTest/exp2.json index 64622e88e82..00a4b920423 100644 --- a/VMTests/vmArithmeticTest/exp2.json +++ b/VMTests/vmArithmeticTest/exp2.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/vmArithmeticTest/exp2Filler.json", - "sourceHash": "a424f2d8b67cab3de9f00a9f3b0c95f062e1e5f51b0176026536f97e9acada12" + "sourceHash": "048b0885d4cbf3735ed6d6ea4e70f6d2fcabf1ec0c797028859f0138485129c7" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/exp3.json b/VMTests/vmArithmeticTest/exp3.json index 25cbae5e181..a360179f36a 100644 --- a/VMTests/vmArithmeticTest/exp3.json +++ b/VMTests/vmArithmeticTest/exp3.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/vmArithmeticTest/exp3Filler.json", - "sourceHash": "39919fc9dd0b8e9c3ba918c2848124de6bcdddaaf6be7760b09de4ccd0076474" + "sourceHash": "0fb6a29eff8766b8b8e5d4bebd1bd26191382cf9a53fb082f318d835d3ef54ca" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/exp4.json b/VMTests/vmArithmeticTest/exp4.json index fc6c2430b2d..4cb75cb093e 100644 --- a/VMTests/vmArithmeticTest/exp4.json +++ b/VMTests/vmArithmeticTest/exp4.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/vmArithmeticTest/exp4Filler.json", - "sourceHash": "95b2ea05e0340af84b1d303ec6087932b25b419d06b0d40ef511a9dd9f3ace71" + "sourceHash": "b0493347ef7099abaa8b086c34db3f90d32c3b1ba099799be4e6937f44707d84" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/exp5.json b/VMTests/vmArithmeticTest/exp5.json index 6ae3c0c408d..54dd5a3f37f 100644 --- a/VMTests/vmArithmeticTest/exp5.json +++ b/VMTests/vmArithmeticTest/exp5.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/vmArithmeticTest/exp5Filler.json", - "sourceHash": "917a4ead79b9fe11cc8105e435ac90e86fa9343cbfbb30a80d3a9e57f64bac4d" + "sourceHash": "050d2365266bd54b09698870bf65e32e3aaabd28ae1edaf8df7162fbb707e810" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/exp6.json b/VMTests/vmArithmeticTest/exp6.json index 6781342eb14..aab416e928c 100644 --- a/VMTests/vmArithmeticTest/exp6.json +++ b/VMTests/vmArithmeticTest/exp6.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/vmArithmeticTest/exp6Filler.json", - "sourceHash": "d5fc599000202b53965042435ca53d23be69547dc0513fe7a5caefaf77eec4ed" + "sourceHash": "4534de4b71ac08f103de5d9c76546ede7925f520b88f5dbadca3ece614f19101" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/exp7.json b/VMTests/vmArithmeticTest/exp7.json index b01564aa212..30e0fdf3235 100644 --- a/VMTests/vmArithmeticTest/exp7.json +++ b/VMTests/vmArithmeticTest/exp7.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/vmArithmeticTest/exp7Filler.json", - "sourceHash": "6c1ca1f778e18c6e2545ae374e09edd617c634f29a3872af4b258867f18aec5e" + "sourceHash": "caa58d4cf6deb6783a20c24ec41da247074d43a7038c9eca2ca0122f9c6a59f9" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/exp8.json b/VMTests/vmArithmeticTest/exp8.json index 3bcb61aa6d2..d8e0ec5cf3d 100644 --- a/VMTests/vmArithmeticTest/exp8.json +++ b/VMTests/vmArithmeticTest/exp8.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/vmArithmeticTest/exp8Filler.json", - "sourceHash": "d7bbfa9251d950b34dfe4ebb7e447fb82a9fde06734ef9b480d09a01f675bd84" + "sourceHash": "1cc9a393c6ceda35ec9afd4aca74145c1c244a0d4765ede3f473e0fd194ca595" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_0.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_0.json index 6a86f5bebb6..7357f15a4cb 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_0.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_0.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/vmArithmeticTest/expPowerOf256Of256_0Filler.json", - "sourceHash": "327dd5c8c0263857a4a5da0fd77f2789bc48eb83f85e28b9bf122661f1f1a51f" + "sourceHash": "6863ca9c3ee1851b0b73bd28fd8f93247e10db38711c963874c5525fdde6e9a3" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_1.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_1.json index 772a91ef83c..11d370b9808 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_1.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_1.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/vmArithmeticTest/expPowerOf256Of256_1Filler.json", - "sourceHash": "bfa35ea94bdc699db2582c6503d40c3a1b6df66eab250ccb9491354137488a76" + "sourceHash": "69cfec5346c375b71292c83f0077c8db86c8046a52aed0700f70628c5de03cf7" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_10.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_10.json index 915a5ba0663..332b960907f 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_10.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_10.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/vmArithmeticTest/expPowerOf256Of256_10Filler.json", - "sourceHash": "7cdef6c1809b6d0415446893b04fb2a92ad58340190ae9e5cb61e050cf6fe808" + "sourceHash": "4b8da51eee6773daecfe22bd2067c03bc00a82f27934f7b8053636433008d2fe" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_11.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_11.json index bbca6af95d4..ac9f4312b72 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_11.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_11.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/vmArithmeticTest/expPowerOf256Of256_11Filler.json", - "sourceHash": "e04d560c17877cd7bda9c149ddf1be5c9342c2515183b2f34e2b38f923b5270f" + "sourceHash": "9f894285b221c629d940fd5717ca08b2f5f1e35b809191f00557ed3d1c76e01c" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_12.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_12.json index 10bb5fbf76c..2eadbc28b8f 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_12.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_12.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/vmArithmeticTest/expPowerOf256Of256_12Filler.json", - "sourceHash": "0462d8de9e1cf80383edaab1afe4984238af1efb9c9e7e35e2a5a42d25f01dc7" + "sourceHash": "3f676ad5517e82148d0d2da5936d57a608e33179c423d4304a6fe825b5707548" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_13.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_13.json index 6add53e7662..3d487fd1587 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_13.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_13.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/vmArithmeticTest/expPowerOf256Of256_13Filler.json", - "sourceHash": "a510653180a590b590ea2d0b742ac09152541cc8040b9e18af35907959389707" + "sourceHash": "da54905daaeaa0664d44547ff55e475b07362ac581d4a395233ed5e2c6f52ced" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_14.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_14.json index cb0c3cc0518..4aeaa3095e9 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_14.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_14.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/vmArithmeticTest/expPowerOf256Of256_14Filler.json", - "sourceHash": "88d8f3ac8677c4e9498bbeba6a87612e40b133225fae8dd3c3a47e0da6768b31" + "sourceHash": "edd3df91eb065b15cab5d220c3d106ed68ddaf58d6c58f53a8cd65b27d2b2581" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_15.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_15.json index 21a09de3ef3..892b82197e7 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_15.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_15.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/vmArithmeticTest/expPowerOf256Of256_15Filler.json", - "sourceHash": "996ba2c22193c772db9704e10ef2241e4732afd2735b5a7d9c1e6464e7224184" + "sourceHash": "f7cb05c59e6a333a6f97a5d9f4c0f35af8d8422f06d1cfe1aa80a98c27f99ed1" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_16.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_16.json index f74ac2db665..80819a093e7 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_16.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_16.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/vmArithmeticTest/expPowerOf256Of256_16Filler.json", - "sourceHash": "4d35429c4bad1093aaec0c91ca4f86ef0d028dfa236997aaf0e28b13b94f21d1" + "sourceHash": "df0ea880ab4d8279515ba63f5a4c098d3869d42a1145eee993bdb07d543191ac" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_17.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_17.json index 74927458e0c..8d00a5ed09a 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_17.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_17.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/vmArithmeticTest/expPowerOf256Of256_17Filler.json", - "sourceHash": "0f2e2b697de94a5dd0414007696dc2e2e941f08c6f844f95846fe192288a29e7" + "sourceHash": "f070c654038863bc1be0d7f5a1f94d32eeae2548d2253bef46dd9153621c8d3a" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_18.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_18.json index 833e6139c6d..b05374172d4 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_18.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_18.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/vmArithmeticTest/expPowerOf256Of256_18Filler.json", - "sourceHash": "f86e4eaae69f6e4ad62697b28c9b23273605e6ac6e8aaa8340a99342e4045d91" + "sourceHash": "8cb52e6bdf20dde0fbdfcfa1309199db454a3bea15b4695b2f19fc0de0eb7aca" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_19.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_19.json index f76108daee0..53991c31397 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_19.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_19.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/vmArithmeticTest/expPowerOf256Of256_19Filler.json", - "sourceHash": "81e771dc2262819228709769db49b10970bae057e2927755252704f42a7d3541" + "sourceHash": "2bf12bb4afe51d507c22e76e8e5c567b0ef569281b1ebfd4045334c1da40bef5" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_2.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_2.json index 5276c148a3a..c1952dd09b3 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_2.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_2.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/vmArithmeticTest/expPowerOf256Of256_2Filler.json", - "sourceHash": "37039600d1fe53dacfd08b6834cd9b5450e51bb9630c7b516298b6938004354b" + "sourceHash": "1bb794ffa6e9ae153773b173b7a12dac12fac68c4ca5cda54e75173507967636" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_20.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_20.json index 29e1dbe2154..2ac3f962f88 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_20.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_20.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/vmArithmeticTest/expPowerOf256Of256_20Filler.json", - "sourceHash": "e79b7d9bdff20631fe9bd6a767cd76852b1880c067ea8bec1f6fc06b9c1abe0b" + "sourceHash": "3e1e5001e4e59a393a85390f68cd05d35e46428201bde93b6f68ceb7ef9ec051" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_21.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_21.json index cd73bf32690..e63dc63ed4d 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_21.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_21.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/vmArithmeticTest/expPowerOf256Of256_21Filler.json", - "sourceHash": "2a693159d9ca1b865b49c338077385c4d1ab5dc9b137a4f1fd8164efde912ef5" + "sourceHash": "ce52da9057e3fa7d2cd345a3397d93afefa12c7879817ff918ce958ab90f2595" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_22.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_22.json index 6d5faf629a5..0d1f02555d0 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_22.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_22.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/vmArithmeticTest/expPowerOf256Of256_22Filler.json", - "sourceHash": "f806aa126c842463565d839029f84d15a86f8ead7a2326ea74ba2bb855bdd10d" + "sourceHash": "b568d0b177c9f22d73b46e92e6fc973e292a6406e5c0fd774c4d62ffd1323a56" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_23.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_23.json index bdb3a3abed7..991f1cc2c4d 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_23.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_23.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/vmArithmeticTest/expPowerOf256Of256_23Filler.json", - "sourceHash": "182ba905c155d5b62e7b9f76a5f608902ffeb910c0ef43b8609bf8b116c37065" + "sourceHash": "38af599c5f1710b1d7c98da78bf0c4426b7fd2c3ea8afe4272147706a93b231b" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_24.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_24.json index 87483ada1a0..1d6ff87f886 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_24.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_24.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/vmArithmeticTest/expPowerOf256Of256_24Filler.json", - "sourceHash": "31c2bee7261b242af5f785e36cd1995f36955862754b3054e96362b27e58af1e" + "sourceHash": "b2214b33d3fab1dfe04637edd51f67ec988e5bc2cbf134113adca7a36b73580b" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_25.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_25.json index c9e81b447c4..a4360a3725b 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_25.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_25.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/vmArithmeticTest/expPowerOf256Of256_25Filler.json", - "sourceHash": "602eeefb1b88d7da7bf6aafcb94fbc0cc572d85a260c158a11c26ce90b71df2a" + "sourceHash": "74d1ad702e512305c9b820a2f64cff06cf51504b5d46fd73aee35f186e64f053" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_26.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_26.json index b4c207258ce..0fc4d781e65 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_26.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_26.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/vmArithmeticTest/expPowerOf256Of256_26Filler.json", - "sourceHash": "41de3f3e8cc56d6a213e327a4e992fd39179bc1ef1950096bdca955b4295f329" + "sourceHash": "f8cd2c9613fe495b1e4350181fb338743a9b059ec738b292702e62a997f0411f" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_27.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_27.json index 245ef21b8b1..9a32942f5fc 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_27.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_27.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/vmArithmeticTest/expPowerOf256Of256_27Filler.json", - "sourceHash": "0fb2ee5d9eaa81e03faa142e12421fdcb2f978f77d6e2e1a5f9e14fc2f795397" + "sourceHash": "58b69b876666593f06ee8e5fef2f9fc078908f419ce364fe9dedf5acffeea71e" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_28.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_28.json index 3fec4637e4e..58b12d8dee9 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_28.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_28.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/vmArithmeticTest/expPowerOf256Of256_28Filler.json", - "sourceHash": "71c41ea6f474c146bc1e3ca16e391e6325badf614325441982750160dd184af3" + "sourceHash": "7c777e8ac6e44db49986159099879a393d4d1e24a134a942bc56e9a3f645f441" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_29.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_29.json index cdebf2e473d..4d1b3e1d230 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_29.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_29.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/vmArithmeticTest/expPowerOf256Of256_29Filler.json", - "sourceHash": "81d9b48dd07cf015d66ea929c78423e6721850325d77987914d029e164c3838e" + "sourceHash": "b0d3a0e97954254e535a7cba322485f664e2915eadb53a97e9294808bb5736e5" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_3.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_3.json index 70f9c8da703..36f84846d0e 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_3.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_3.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/vmArithmeticTest/expPowerOf256Of256_3Filler.json", - "sourceHash": "45f0de231ce47c0d2c503e365e4186689540baae942b8252c91de2c9338fe34e" + "sourceHash": "53999523fa8817e9744f5212cb80074bff9d270fa6581d7d88ed73920d414ab2" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_30.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_30.json index a5ce3955ff0..cba58c683af 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_30.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_30.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/vmArithmeticTest/expPowerOf256Of256_30Filler.json", - "sourceHash": "2406b764bdaef98a86dcb5df7ca519eff771390da0655022e4461566e483c11c" + "sourceHash": "804f4e95e384d6edbff23e904b20f47e7fa056744a955a10e0a41c32a620f7a1" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_31.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_31.json index 871f753796c..7f99bdb1c23 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_31.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_31.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/vmArithmeticTest/expPowerOf256Of256_31Filler.json", - "sourceHash": "b75cd4443e8216eb6702680462848ad3fe66df79c20c4781a6ddbcc3d3f394a2" + "sourceHash": "bae9acb496c84a8fcc457a184519f0b42a40f8c0bb9c606c32a4c0e6cc73bc5c" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_32.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_32.json index 239fa19ff43..0277deba06a 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_32.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_32.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/vmArithmeticTest/expPowerOf256Of256_32Filler.json", - "sourceHash": "a9b89d36bde57ff0880d6146d3cf56248df114fdd24099d65e99000a1cbee441" + "sourceHash": "f566ebbbcb84fc96179f87b08deeacd0d2819c3be9ffc463c64b98dc94d9eb70" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_33.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_33.json index 8376bdd1446..84f2dfacee9 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_33.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_33.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/vmArithmeticTest/expPowerOf256Of256_33Filler.json", - "sourceHash": "444864858a4b60f6fc7c6b99b8569b8332076dc19c882c0a1af449ad15505675" + "sourceHash": "62951920849f41acd9c64c96645f372cc099f52e21f802d21f04a76e47dcca8d" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_4.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_4.json index ff69d11e465..7d5bc83bc4a 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_4.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_4.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/vmArithmeticTest/expPowerOf256Of256_4Filler.json", - "sourceHash": "6e033c6b3db2b54ac9612c71c7439e541ac7e0b54398a23cfe7c0cb1ef9ebdfa" + "sourceHash": "9e89b6c7017914475e04d79e5d288d291131826bc9eed968aa011e9d948bf772" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_5.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_5.json index c8d022ea351..00b842223f6 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_5.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_5.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/vmArithmeticTest/expPowerOf256Of256_5Filler.json", - "sourceHash": "36840df04fc60d332f1fa942883d5a1665f5325561df873d68e51e570b3a13d9" + "sourceHash": "d81389f12c21ff3e30ea2020d3dd5d086364da646e9fe273b4ad9f954f06ec60" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_6.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_6.json index f70965b73aa..23ae401e1ba 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_6.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_6.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/vmArithmeticTest/expPowerOf256Of256_6Filler.json", - "sourceHash": "66fa21a9578ab1521615da46d603193f7d0a01299dfd4526932ab0dd3332a8f2" + "sourceHash": "d7294bb173d18f88acc0e8b342fe20037ce735b0eabab1ee878b6cccd909dd69" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_7.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_7.json index be01f7a061f..d10f25a1bbf 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_7.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_7.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/vmArithmeticTest/expPowerOf256Of256_7Filler.json", - "sourceHash": "a042856e5d720b85def59d92ba9edaca494b52b0ad94b2f05b642ecfb6c4dcd6" + "sourceHash": "5f0497543f5bbfea20d19f43c7129d149e737241704676e072b63afde805be9a" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_8.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_8.json index c5e5465d328..0a395fb5e3a 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_8.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_8.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/vmArithmeticTest/expPowerOf256Of256_8Filler.json", - "sourceHash": "a6c3f4bdc7d82aa314711234ec11b90a04fd58db1639918c639f9268ab76ef36" + "sourceHash": "15792a145929161f4b5174b8ac68de0118939c8190a930f37d644d5b713b6710" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256Of256_9.json b/VMTests/vmArithmeticTest/expPowerOf256Of256_9.json index 9c4e8fac373..45f230402a7 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256Of256_9.json +++ b/VMTests/vmArithmeticTest/expPowerOf256Of256_9.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/vmArithmeticTest/expPowerOf256Of256_9Filler.json", - "sourceHash": "c8ceec2e824d98bc65cf10f0ab05c00ef3d1f47069b2e6b18de6b741a459ae3c" + "sourceHash": "212ea9362b564faaa5a671ac3903679ec022f19adddf2ba1efa75226fdfde37e" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256_1.json b/VMTests/vmArithmeticTest/expPowerOf256_1.json index c00c9455c1c..e7c7acc131f 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_1.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_1.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/vmArithmeticTest/expPowerOf256_1Filler.json", - "sourceHash": "8f5517dc6a929f1daddb85860db7688cf202efd43b300489222bb9fef73e46a7" + "sourceHash": "0d7062f87c376d5496399d09973fd1d17d4e5812c3b44c5a16f35243e382fd64" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256_10.json b/VMTests/vmArithmeticTest/expPowerOf256_10.json index 893db55a73b..3545996c96f 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_10.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_10.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/vmArithmeticTest/expPowerOf256_10Filler.json", - "sourceHash": "9239f7c8d43f2570bbe0623b63fd1a67f8345d9387fed11a6b63fcba7ee36046" + "sourceHash": "04051dd7b9d82fc286b3295f20d29f42f9e92cd282e588295c728f27f781d635" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256_11.json b/VMTests/vmArithmeticTest/expPowerOf256_11.json index db159d0a37d..36615b8e9f3 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_11.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_11.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/vmArithmeticTest/expPowerOf256_11Filler.json", - "sourceHash": "7ee4b810d2046208bb7c70e22eb8b16647299b0a14c85f4576a316661c6e5945" + "sourceHash": "539fa78d77db2b2b4e5dadf17841ea9ccce92cee9e965e405ae3da8343d38383" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256_12.json b/VMTests/vmArithmeticTest/expPowerOf256_12.json index 546affa338c..27f7c3fbac4 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_12.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_12.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/vmArithmeticTest/expPowerOf256_12Filler.json", - "sourceHash": "52da0406415f240b4b3d4ca5e21e0cf13f1266e82b219c39d92f10ee778baa80" + "sourceHash": "c837269f587b7fa487d63c649517f0c82e0ab3fbc87cf3209ee63214adb247fc" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256_13.json b/VMTests/vmArithmeticTest/expPowerOf256_13.json index bdfb3c417b5..f2a1ba949cf 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_13.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_13.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/vmArithmeticTest/expPowerOf256_13Filler.json", - "sourceHash": "aff76e06110a1a2805585cd7dca065ebd42835b392dceea6a4ac0caa07b763cc" + "sourceHash": "164362da0450215255015d0d05abaa8b78e77646f27966337a8a878f16da6f43" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256_14.json b/VMTests/vmArithmeticTest/expPowerOf256_14.json index 46295333575..2b1c78ae30d 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_14.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_14.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/vmArithmeticTest/expPowerOf256_14Filler.json", - "sourceHash": "873a4e3271a72c9639ddbb3137f28881a919c75b40f13882750a80b9ef034464" + "sourceHash": "bb07d85208662a3236b75df0e004bf54abb982bb14e8134b13e666279a39f6a1" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256_15.json b/VMTests/vmArithmeticTest/expPowerOf256_15.json index 3453095ea54..f76bedba760 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_15.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_15.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/vmArithmeticTest/expPowerOf256_15Filler.json", - "sourceHash": "dc73275ba47d41487aa2b7aedbf87ef80e8a5af3545dbd2beb101a95a06e0f3b" + "sourceHash": "43d4318cd8989bb434be6f41f011dd397eb2b2c785070bedf9e4a333b279b5c7" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256_16.json b/VMTests/vmArithmeticTest/expPowerOf256_16.json index bc14fe4153d..e12e4148379 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_16.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_16.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/vmArithmeticTest/expPowerOf256_16Filler.json", - "sourceHash": "201a5623a8cf7bd18616ed5ea95203593aaf1d7d11ca90cb90c199bacbc26fb4" + "sourceHash": "66586a25e55376d52b4c15b22b116ffa26232b26978a9f16403d7e37560f8065" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256_17.json b/VMTests/vmArithmeticTest/expPowerOf256_17.json index cb82e53636f..8470d679d6d 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_17.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_17.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/vmArithmeticTest/expPowerOf256_17Filler.json", - "sourceHash": "b5017f30964e27c03a6eeb5e16ff13ef0842bf31eae3bfbed7d41a3b94328951" + "sourceHash": "5340e7363062468ab959ac92d014d03bd8e172fc6764fc7d2fe0200d437662da" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256_18.json b/VMTests/vmArithmeticTest/expPowerOf256_18.json index 71c8daab1f3..c46d7a9382c 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_18.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_18.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/vmArithmeticTest/expPowerOf256_18Filler.json", - "sourceHash": "6be23210a66260759909763324575b147fe442cc9b9c9a1cbd220199e39f62d4" + "sourceHash": "d2e13a0fdf747a1900296c97eb60b6ae888c47d96e776159454b321e2f0dc362" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256_19.json b/VMTests/vmArithmeticTest/expPowerOf256_19.json index 947e48d20be..111e287c48a 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_19.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_19.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/vmArithmeticTest/expPowerOf256_19Filler.json", - "sourceHash": "93ea749d7c78de2d6eb460dcad9ea417c7edd789e5497a5d9f4a8c576b2e720b" + "sourceHash": "37d0b9634c1b1523efd2a59cbba3a9bebf63696e36f07c786266b1da5b767667" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256_2.json b/VMTests/vmArithmeticTest/expPowerOf256_2.json index e1b5faa4edf..b32c1696c20 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_2.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_2.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/vmArithmeticTest/expPowerOf256_2Filler.json", - "sourceHash": "c2082c18913b60e480bb7704938ead3be84ae0aee89d5c4010beddb6357b0d9a" + "sourceHash": "fc70a26e625c0d09ff09f1c38b004037cb6ac37d222ab8f7e5d63ffeecb548bf" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256_20.json b/VMTests/vmArithmeticTest/expPowerOf256_20.json index 29895be89e8..d3b9e32b650 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_20.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_20.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/vmArithmeticTest/expPowerOf256_20Filler.json", - "sourceHash": "9e7190fd769d6ff5fd9b37c0aae1e3778f4d5bcc41effde76e073fb5f71dcd89" + "sourceHash": "d895dace7075b6b234a3b6669055b84a074d38caf2c94740dd707ede5c4e52e6" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256_21.json b/VMTests/vmArithmeticTest/expPowerOf256_21.json index 0337ee76dea..1dd78bd3967 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_21.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_21.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/vmArithmeticTest/expPowerOf256_21Filler.json", - "sourceHash": "ef5e98cb464f79b2b73042859905e99cff09674f80add2605ad4ca5ce64f0010" + "sourceHash": "85a12df1a4f899dbb79e93cd5ecebe67fdd00f6a01ecf7d2beb506e50917de31" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256_22.json b/VMTests/vmArithmeticTest/expPowerOf256_22.json index bc6d101eb5a..c47ec3ad47b 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_22.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_22.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/vmArithmeticTest/expPowerOf256_22Filler.json", - "sourceHash": "d346d64cdadaf626ec3a82c13e3213e79ea7a05a771d35373fbcb5a777c92c61" + "sourceHash": "d6c840b8fed448a5485f9902fbe548d3d0833253591b7523d2c8e7cee4b45d46" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256_23.json b/VMTests/vmArithmeticTest/expPowerOf256_23.json index 19f12c2e93c..6ac6e6a0078 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_23.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_23.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/vmArithmeticTest/expPowerOf256_23Filler.json", - "sourceHash": "0a489915fb2f2fcb1120b2b9174ce13876119083cb0a477abd8e9ac8cbd1a246" + "sourceHash": "70639158e9a2e7705e8e651519caa294422d4c22c4ae5f7aa4208c99934f8750" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256_24.json b/VMTests/vmArithmeticTest/expPowerOf256_24.json index c6d6385b70f..fdf5a4c94f6 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_24.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_24.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/vmArithmeticTest/expPowerOf256_24Filler.json", - "sourceHash": "9e36eb20a09491a5b1bb8cfeebc5b386be5a3242ed284bc58ced88f0407fa7ba" + "sourceHash": "de159931cdc4d9e3b05bcd2450e0a3a68cefd8f7790f0e9b3e4bd20b00348372" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256_25.json b/VMTests/vmArithmeticTest/expPowerOf256_25.json index 5158fa1112f..2bd2dde406c 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_25.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_25.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/vmArithmeticTest/expPowerOf256_25Filler.json", - "sourceHash": "72db4117dc1b0f5a6fc3e1280e661b380f364460977f10e249da2c2d0ca0fd31" + "sourceHash": "2be606687455e2c91c144dee314eb4a9b58d6d8fb20cdc3a2a5e249d343bff20" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256_26.json b/VMTests/vmArithmeticTest/expPowerOf256_26.json index edfbf9c1769..42e404d7717 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_26.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_26.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/vmArithmeticTest/expPowerOf256_26Filler.json", - "sourceHash": "85b50664210a2c41f927cc0db104febc8d0bd61921108ae56a3f2bfd715afe4a" + "sourceHash": "af71d938f6d58b1844196bd7efc232950357925dffae71ba917e3fae15fd590b" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256_27.json b/VMTests/vmArithmeticTest/expPowerOf256_27.json index 41bb4d01d72..6295ad3aa05 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_27.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_27.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/vmArithmeticTest/expPowerOf256_27Filler.json", - "sourceHash": "3f0d1cfb7b979bb29cda1db06a4f68db9348b1c22616bc12c721c8647a4a9145" + "sourceHash": "12b4fd8203f25dac8e6737c3bed9161e0a5750b398c2422c4e11ad654f0c3b36" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256_28.json b/VMTests/vmArithmeticTest/expPowerOf256_28.json index 3825979770a..228b35216b3 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_28.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_28.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/vmArithmeticTest/expPowerOf256_28Filler.json", - "sourceHash": "00254520e3dbee8daf3905150fc5a4767aac4b20211950759e4342b40c582e64" + "sourceHash": "e17b86493cb24537086cf9add344b6ae59bf3ae5940aeb9ad44eeb4a746823ef" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256_29.json b/VMTests/vmArithmeticTest/expPowerOf256_29.json index 0d1ec35995c..dabe8e0cd80 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_29.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_29.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/vmArithmeticTest/expPowerOf256_29Filler.json", - "sourceHash": "21d5af87f509911c0d175538885b22b1b99bd2cfea4c17eccc501cae8b1ee274" + "sourceHash": "b90d51e859337fb3fcf2e09ca2206790304d7bbaf7c5752081dfa62ec20a00bb" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256_3.json b/VMTests/vmArithmeticTest/expPowerOf256_3.json index 0004c835dfd..c46d1399622 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_3.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_3.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/vmArithmeticTest/expPowerOf256_3Filler.json", - "sourceHash": "0c0fdc87166818a3cbe9a86435c541994bcbfc77764439e63d843d75248f7b60" + "sourceHash": "6214682fab04f2582976d90de343ca30bf46ab6f7793ef052c9c0cd244c29c6e" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256_30.json b/VMTests/vmArithmeticTest/expPowerOf256_30.json index 0aba7ba6f92..9569c75b219 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_30.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_30.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/vmArithmeticTest/expPowerOf256_30Filler.json", - "sourceHash": "96d5216e48cc64ae6d772c52e68b37e23949af1cddff27f9b4aab749df161e33" + "sourceHash": "68b204da901a1c2f2cf81688626dad9204b912276b7e4432974a8c0e256715ac" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256_31.json b/VMTests/vmArithmeticTest/expPowerOf256_31.json index cb2c1a1d01e..5b972d3bc98 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_31.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_31.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/vmArithmeticTest/expPowerOf256_31Filler.json", - "sourceHash": "852b8458ab6f6c684fb032905b96d7bb2a57ed045265eaa7e48588530bf8ad1b" + "sourceHash": "49e5149601ae2cfa0564b18d38bcc35b4fe703cac76882025a1b35a9cabef567" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256_32.json b/VMTests/vmArithmeticTest/expPowerOf256_32.json index cc16b444800..09b1fe21ca0 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_32.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_32.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/vmArithmeticTest/expPowerOf256_32Filler.json", - "sourceHash": "2aeea4acf3edf9353cbc90fa3e32590d2e7b1a225f28f3f55e8efaa8f5325c5c" + "sourceHash": "974decf621c77d7ff79be3bc89ae8deecb63c5766ea8fd5a83b2dfd3b1f2058c" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256_33.json b/VMTests/vmArithmeticTest/expPowerOf256_33.json index 80971808609..acf63ce777b 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_33.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_33.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/vmArithmeticTest/expPowerOf256_33Filler.json", - "sourceHash": "d230bcbfac235549413e23dc612c321c1bdee74d8d5f19c1c649d83f7c5af364" + "sourceHash": "2a7b68ea601c62fb6ae7603e4576332eb8e52655734329d0b56be10ce4d88d8f" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256_4.json b/VMTests/vmArithmeticTest/expPowerOf256_4.json index e2e75a9c1ac..c6c6108c75d 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_4.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_4.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/vmArithmeticTest/expPowerOf256_4Filler.json", - "sourceHash": "0b26b79b89a1f2524a396d1eccd611944a1a99eef9df0a24a08ca519e3761b0f" + "sourceHash": "622075985c1d1107f37816ee8e9b24730902567916e00e2cc3b732f2dff0cbea" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256_5.json b/VMTests/vmArithmeticTest/expPowerOf256_5.json index 7f4bb47b9b6..59ad161a73d 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_5.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_5.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/vmArithmeticTest/expPowerOf256_5Filler.json", - "sourceHash": "25a339f8f448cc88cbcbb4679e64353156849ad1b110f4a071b1088ae37a3e03" + "sourceHash": "0deb85f9420b006b9e7cad328b4f1df2a820afac55d7ab1e0be81a67b9f4bf0c" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256_6.json b/VMTests/vmArithmeticTest/expPowerOf256_6.json index a03c75a3e62..80ab8a989c6 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_6.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_6.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/vmArithmeticTest/expPowerOf256_6Filler.json", - "sourceHash": "67476d54bf92b9bf62efbca3754923423a128796f3d92c7cc49030aaaf1ed715" + "sourceHash": "fce500eb9c5fb197ee2d407f7a0e6f69ad4bb1905ce651982255241e9b5210fd" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256_7.json b/VMTests/vmArithmeticTest/expPowerOf256_7.json index 0e998257378..130baab7e71 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_7.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_7.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/vmArithmeticTest/expPowerOf256_7Filler.json", - "sourceHash": "342d54d8a1d449e58bad80dc2d0e4bd5b5cf50921dfd7fb0d1cdcf03f1831273" + "sourceHash": "9f25116f93a9ebcf664ae3b302dcbc55d0c42a32ae52f837bff7057bc0adda16" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256_8.json b/VMTests/vmArithmeticTest/expPowerOf256_8.json index 877221c477f..062fd8f4880 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_8.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_8.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/vmArithmeticTest/expPowerOf256_8Filler.json", - "sourceHash": "532cd398d80995cb429a57b4517f8d913d911851fe188d6b7f4bfcf346671013" + "sourceHash": "6852bc5231c88e1d8dbd098c914b6e4496748429c62d9a3bac90c3a452bfbf12" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf256_9.json b/VMTests/vmArithmeticTest/expPowerOf256_9.json index ff4b90924c6..7f2204a1ba2 100644 --- a/VMTests/vmArithmeticTest/expPowerOf256_9.json +++ b/VMTests/vmArithmeticTest/expPowerOf256_9.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/vmArithmeticTest/expPowerOf256_9Filler.json", - "sourceHash": "f98bd39b536b6aa5d9680bc492cd439711bd51cedcbe96f970597f6b8a2ab563" + "sourceHash": "9daf0e960cb9e7ab3c3aaf8c587201eca7d809394fca60b0c301231d891d75d5" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf2_128.json b/VMTests/vmArithmeticTest/expPowerOf2_128.json index 61c9e18cfa5..5440c7c591b 100644 --- a/VMTests/vmArithmeticTest/expPowerOf2_128.json +++ b/VMTests/vmArithmeticTest/expPowerOf2_128.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/vmArithmeticTest/expPowerOf2_128Filler.json", - "sourceHash": "f406361f46a99980347cd8fea4b35f5198d4a8ab2f58e728b7769e384fefb8ee" + "sourceHash": "dac6d272b59f1cb03027b6e106b0b659a5ad6511e8cc121464dd73b220e512ff" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf2_16.json b/VMTests/vmArithmeticTest/expPowerOf2_16.json index e412e0120ec..2ac14e4593f 100644 --- a/VMTests/vmArithmeticTest/expPowerOf2_16.json +++ b/VMTests/vmArithmeticTest/expPowerOf2_16.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/vmArithmeticTest/expPowerOf2_16Filler.json", - "sourceHash": "df4d9798a2f5e787129c16d02fedb25095455ae2a8fe838f8c1461b69abfdfad" + "sourceHash": "298553d61666a9d9042726a205f483b392fcf206135ff0c709abab221cbf07cb" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf2_2.json b/VMTests/vmArithmeticTest/expPowerOf2_2.json index 01a3a573792..8b55f49a7d9 100644 --- a/VMTests/vmArithmeticTest/expPowerOf2_2.json +++ b/VMTests/vmArithmeticTest/expPowerOf2_2.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/vmArithmeticTest/expPowerOf2_2Filler.json", - "sourceHash": "3c52242b43e6cbe9df1812583c90f4d48558dc5d8829c91412bff6de95d04917" + "sourceHash": "a82b4186babe26c83c518bf8bbd99cd104af2f47bb39300eb40556aad07b5e12" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf2_256.json b/VMTests/vmArithmeticTest/expPowerOf2_256.json index 07b98fd000f..0cea9a2ddaf 100644 --- a/VMTests/vmArithmeticTest/expPowerOf2_256.json +++ b/VMTests/vmArithmeticTest/expPowerOf2_256.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/vmArithmeticTest/expPowerOf2_256Filler.json", - "sourceHash": "77f4f70185ff26f6cbf6bcf7acfdaadab8aff89a9b7ac068a72a11149eefd3ba" + "sourceHash": "c188d36960623fbc68bd0024325dfd28df3964c6ef43d2e5322500c780389b05" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf2_32.json b/VMTests/vmArithmeticTest/expPowerOf2_32.json index 69fa3cc154b..5841c8fe55d 100644 --- a/VMTests/vmArithmeticTest/expPowerOf2_32.json +++ b/VMTests/vmArithmeticTest/expPowerOf2_32.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/vmArithmeticTest/expPowerOf2_32Filler.json", - "sourceHash": "3d183557a5fe446fe25ab2594455fe5eb8deb3d99c58a7b790a1cdf942d034f1" + "sourceHash": "c6609e6780ee6df802de62d1dea9be23d63c4e9dcf9cccb789aea189af24ca4b" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf2_4.json b/VMTests/vmArithmeticTest/expPowerOf2_4.json index 059a480c2bc..fa6e31bb058 100644 --- a/VMTests/vmArithmeticTest/expPowerOf2_4.json +++ b/VMTests/vmArithmeticTest/expPowerOf2_4.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/vmArithmeticTest/expPowerOf2_4Filler.json", - "sourceHash": "599f256d91aede955882784bf1ed33f34d0226c7442d0feb0d88b36d6d0837c3" + "sourceHash": "824b5c5eb508090e972079c0ec4df08cb8a47ffaa01c430e27bd87d5fe5ff231" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf2_64.json b/VMTests/vmArithmeticTest/expPowerOf2_64.json index 81dab90ad0e..874f707f6ea 100644 --- a/VMTests/vmArithmeticTest/expPowerOf2_64.json +++ b/VMTests/vmArithmeticTest/expPowerOf2_64.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/vmArithmeticTest/expPowerOf2_64Filler.json", - "sourceHash": "d226bbcb429e8c471728f756b922b801aeaaef30afbeaa8a25a301e6e0788b53" + "sourceHash": "54e3387f099e871b185cfc2774993f7c7a0e84043861114322ec501197877b00" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expPowerOf2_8.json b/VMTests/vmArithmeticTest/expPowerOf2_8.json index 03cbf32ae2d..bf2e9f00479 100644 --- a/VMTests/vmArithmeticTest/expPowerOf2_8.json +++ b/VMTests/vmArithmeticTest/expPowerOf2_8.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/vmArithmeticTest/expPowerOf2_8Filler.json", - "sourceHash": "f629c23b6bbb04f8aa99a4f58b9117b38d74c4a4bf0c7ebe192a985c4ae81e3e" + "sourceHash": "7fe7ad308e3f9e180ceaa707ef7c0704b9824db69d5583b389118c7d008259a0" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expXY.json b/VMTests/vmArithmeticTest/expXY.json index bcbb00bc3ba..9bc13a8e048 100644 --- a/VMTests/vmArithmeticTest/expXY.json +++ b/VMTests/vmArithmeticTest/expXY.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/vmArithmeticTest/expXYFiller.json", - "sourceHash": "067303a3bc06772c36449c19ef3f62d9dce410be33d01931fb2fa443f438accc" + "sourceHash": "aa54a8124b5ab846684618ae6ca2a2b00b6b6f89ea8a92916d4c344252bc73b9" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/expXY_success.json b/VMTests/vmArithmeticTest/expXY_success.json index a22faa8c254..1e64bd42410 100644 --- a/VMTests/vmArithmeticTest/expXY_success.json +++ b/VMTests/vmArithmeticTest/expXY_success.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/vmArithmeticTest/expXY_successFiller.json", - "sourceHash": "ae921ba12837160df507e763bc563a36164d9ea0d64f8585881d8355af408225" + "sourceHash": "2591b4069ce479a824e6de352cc0feb650dd6e68e6b5d91a6ceae7ac47a182fd" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/fibbonacci_unrolled.json b/VMTests/vmArithmeticTest/fibbonacci_unrolled.json index e58539a2a62..38300eec266 100644 --- a/VMTests/vmArithmeticTest/fibbonacci_unrolled.json +++ b/VMTests/vmArithmeticTest/fibbonacci_unrolled.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/vmArithmeticTest/fibbonacci_unrolledFiller.json", - "sourceHash": "26b409c5c2ce1554f6c926fb9f40f69eeb68d58f24ce17d9fff6f70e254c69a6" + "sourceHash": "f2efe4855621477d368126f2eb61a6c0e0a859482ba9ca35ae946c183095e687" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/mod0.json b/VMTests/vmArithmeticTest/mod0.json index fbffd865c52..182bea8230f 100644 --- a/VMTests/vmArithmeticTest/mod0.json +++ b/VMTests/vmArithmeticTest/mod0.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/vmArithmeticTest/mod0Filler.json", - "sourceHash": "a48546bb2f2bf750ce6689a3b026d9501c8994fdb6c36c13222c822090b75dfe" + "sourceHash": "3e7d577aa0433a1c8bb59b19b139d2f195f93802b29f1cfa25586a5be27d5a55" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/mod1.json b/VMTests/vmArithmeticTest/mod1.json index 05b0f3e2800..54e8cd063c8 100644 --- a/VMTests/vmArithmeticTest/mod1.json +++ b/VMTests/vmArithmeticTest/mod1.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/vmArithmeticTest/mod1Filler.json", - "sourceHash": "93f462a6cf6d02f190c1e228837490f9ebde29418d4842bd2aa1e2c9e90b35ae" + "sourceHash": "400ab04d809c783c91ed79620d859ad3cde7557f4e16b629d883118692b010db" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/mod2.json b/VMTests/vmArithmeticTest/mod2.json index 6ec89981eb2..b6bd955a778 100644 --- a/VMTests/vmArithmeticTest/mod2.json +++ b/VMTests/vmArithmeticTest/mod2.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/vmArithmeticTest/mod2Filler.json", - "sourceHash": "0e55b16c633e36b81abed760638b72569ea4df2759f3ceb0b3814deb1361a0f3" + "sourceHash": "a0a44f5d470eb9b698cbb6e47079ddf9869089a7d53d72c2ee4742bb605c45b5" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/mod3.json b/VMTests/vmArithmeticTest/mod3.json index 43e371b8c52..94b0e5e3281 100644 --- a/VMTests/vmArithmeticTest/mod3.json +++ b/VMTests/vmArithmeticTest/mod3.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/vmArithmeticTest/mod3Filler.json", - "sourceHash": "bde0ba5733a37ea03ef8ca633e1a85bdda4a8566b1a1690ea0b49c2c2f1e0ba0" + "sourceHash": "7488d5657da87f809a873eac653c93daab9bc57e606cd57c2a71071ba2ea2e3d" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/mod4.json b/VMTests/vmArithmeticTest/mod4.json index 0587ba52043..4c13e683d12 100644 --- a/VMTests/vmArithmeticTest/mod4.json +++ b/VMTests/vmArithmeticTest/mod4.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/vmArithmeticTest/mod4Filler.json", - "sourceHash": "7ed6e4e98041953d4d835e90bc901116a1ddf2aa6279ce3000271bff73bf0386" + "sourceHash": "7d48b4616d7370ab85fa3014c889388eb07a0e6e111c8bc66ffdb5075245af30" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/modByZero.json b/VMTests/vmArithmeticTest/modByZero.json index 6af250942a6..645f930affe 100644 --- a/VMTests/vmArithmeticTest/modByZero.json +++ b/VMTests/vmArithmeticTest/modByZero.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/vmArithmeticTest/modByZeroFiller.json", - "sourceHash": "2977a9a546765d6ee12fed458a5efc7f8a350a87c416c7a0d38f4d7bd5b30950" + "sourceHash": "1ee861fa9935cce6f76e61719dd69f769ce07555784e64132bb11c83dc4ac82d" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/mul0.json b/VMTests/vmArithmeticTest/mul0.json index 6cf7af93aef..2a0f0123a03 100644 --- a/VMTests/vmArithmeticTest/mul0.json +++ b/VMTests/vmArithmeticTest/mul0.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/vmArithmeticTest/mul0Filler.json", - "sourceHash": "45b01b56aa88d671f59a69a9b86f99b4490c57d82d31835dea8eacf61b08b777" + "sourceHash": "f10c71e7abc8fcf1c8275d4fab7995b1a099623699bec6b431b9b683adb13d19" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/mul1.json b/VMTests/vmArithmeticTest/mul1.json index 1b8fc390e05..0911f259b4f 100644 --- a/VMTests/vmArithmeticTest/mul1.json +++ b/VMTests/vmArithmeticTest/mul1.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/vmArithmeticTest/mul1Filler.json", - "sourceHash": "1da8eb914ab6d4dbf9859cc01c3576d651eb61e88de925eccadd848a66359cc5" + "sourceHash": "18ac7009fa72c2a295b18398053e4a38b7513dcc78cf21dda7165277645b8a31" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/mul2.json b/VMTests/vmArithmeticTest/mul2.json index 4ccee73c6e1..a1e1cbe0491 100644 --- a/VMTests/vmArithmeticTest/mul2.json +++ b/VMTests/vmArithmeticTest/mul2.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/vmArithmeticTest/mul2Filler.json", - "sourceHash": "9dc99b37caab60673df67e686c709a13a1c04b0536fbad158a06556b199a902b" + "sourceHash": "15d55a50802f3114002e61e7cc3ccf67965130efc05f401666744665bb0fd7e5" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/mul3.json b/VMTests/vmArithmeticTest/mul3.json index 0f8dc4a0972..4f20e4f3ec3 100644 --- a/VMTests/vmArithmeticTest/mul3.json +++ b/VMTests/vmArithmeticTest/mul3.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/vmArithmeticTest/mul3Filler.json", - "sourceHash": "03d70272d97bdd08b6ef9fd8d25bd78fb42d0ca46bc2a2855b92ce932a69c627" + "sourceHash": "833d319fb029a718db5a29c1f80b163aea968523c768b47346331102fc245d9a" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/mul4.json b/VMTests/vmArithmeticTest/mul4.json index c3085dce9b0..c0d331a70df 100644 --- a/VMTests/vmArithmeticTest/mul4.json +++ b/VMTests/vmArithmeticTest/mul4.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/vmArithmeticTest/mul4Filler.json", - "sourceHash": "cad46aed38325c1125fce09fed6558c0cf283a7a83912d909b713291ac15ced6" + "sourceHash": "f2153621a98b81499e3d6692ee5ecb70305619ea9d216e33bfd4f30386c888cc" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/mul5.json b/VMTests/vmArithmeticTest/mul5.json index ec1eb8a3895..28df671df34 100644 --- a/VMTests/vmArithmeticTest/mul5.json +++ b/VMTests/vmArithmeticTest/mul5.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/vmArithmeticTest/mul5Filler.json", - "sourceHash": "e88ba5531f1a1e780243b8ec6c8bb61daae0828ffaa0ce8621595c78d9abf626" + "sourceHash": "d3beb055e4e2cd779d8e0a9809c8d64f0afd3f2c5709e96781120b46c7c79f63" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/mul6.json b/VMTests/vmArithmeticTest/mul6.json index 207089ee0c5..51f28e3201d 100644 --- a/VMTests/vmArithmeticTest/mul6.json +++ b/VMTests/vmArithmeticTest/mul6.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/vmArithmeticTest/mul6Filler.json", - "sourceHash": "f5e7dc347d841680f6aebafdc237114485dced12426b9e7214ccb7475320a609" + "sourceHash": "11d29defa64cdfbb8a43175b0e372cd909c8117d038214db7e55287fe8b8e4e1" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/mul7.json b/VMTests/vmArithmeticTest/mul7.json index 70fc0e2e153..07808193a0c 100644 --- a/VMTests/vmArithmeticTest/mul7.json +++ b/VMTests/vmArithmeticTest/mul7.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/vmArithmeticTest/mul7Filler.json", - "sourceHash": "9a7effe8a21e52e1c8e75c380c8572b8b5fff3d07a65493559792e7bc98c49c3" + "sourceHash": "19d2f9f0f01f9720e26192d56e917a98349ebca4838b88b445f0bc192d31fb37" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/mulUnderFlow.json b/VMTests/vmArithmeticTest/mulUnderFlow.json index f03a8aec584..45a46d59f4e 100644 --- a/VMTests/vmArithmeticTest/mulUnderFlow.json +++ b/VMTests/vmArithmeticTest/mulUnderFlow.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/vmArithmeticTest/mulUnderFlowFiller.json", - "sourceHash": "d3d6fba33f4ad41fcfa40c2a488a363cb89741325d9a243405a119fa1b979a63" + "sourceHash": "4a3d10d6a3b9087c687ac40b92b91b1f7418ab10b9b8998d37d91498e0d49962" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmArithmeticTest/mulmod0.json b/VMTests/vmArithmeticTest/mulmod0.json index c3bba5ec8b8..20d34c91ad1 100644 --- a/VMTests/vmArithmeticTest/mulmod0.json +++ b/VMTests/vmArithmeticTest/mulmod0.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/vmArithmeticTest/mulmod0Filler.json", - "sourceHash": "47a62e6bea1a142c45ba9ce93a2f5e5b242a3beba84eb8ac46c87d86429b524c" + "sourceHash": "7a85365937f4a347082dcccf17277f2fabe096434e1463d033eca053177c26de" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/mulmod1.json b/VMTests/vmArithmeticTest/mulmod1.json index 55f17c074f1..7fc2fb55a11 100644 --- a/VMTests/vmArithmeticTest/mulmod1.json +++ b/VMTests/vmArithmeticTest/mulmod1.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/vmArithmeticTest/mulmod1Filler.json", - "sourceHash": "454113ab0dea0960dd08d7054c43bf7e74715dc8b44149f8aa9aa1c391b42cfc" + "sourceHash": "6db56ceb11f53bd80b8f3531720133c250640c35c9ba822aba0d5ea2fb9c0bc6" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/mulmod1_overflow.json b/VMTests/vmArithmeticTest/mulmod1_overflow.json index ec8115e1630..597da982de4 100644 --- a/VMTests/vmArithmeticTest/mulmod1_overflow.json +++ b/VMTests/vmArithmeticTest/mulmod1_overflow.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/vmArithmeticTest/mulmod1_overflowFiller.json", - "sourceHash": "bc930c6e91c3c39ab3fb219f6ecb51b07e63c9e5e8b3c8d0a26b0100ec47445b" + "sourceHash": "4c2a84a6695eac961ca4d3d9f493bd2b1f7294a9d182b3d6473156d242ce370f" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/mulmod1_overflow2.json b/VMTests/vmArithmeticTest/mulmod1_overflow2.json index a8ccb1e4c46..baad99a6ff4 100644 --- a/VMTests/vmArithmeticTest/mulmod1_overflow2.json +++ b/VMTests/vmArithmeticTest/mulmod1_overflow2.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/vmArithmeticTest/mulmod1_overflow2Filler.json", - "sourceHash": "7018d2ac166880e58c3ab060c0cacf9a1a42a8736cb2ef54024174c533bb71eb" + "sourceHash": "17f238c5929305eeddf4df7e289bd41936bceafeccda7c1f3ad63df457cef8a4" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/mulmod1_overflow3.json b/VMTests/vmArithmeticTest/mulmod1_overflow3.json index d1392e5d7ab..6d952d85c42 100644 --- a/VMTests/vmArithmeticTest/mulmod1_overflow3.json +++ b/VMTests/vmArithmeticTest/mulmod1_overflow3.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/vmArithmeticTest/mulmod1_overflow3Filler.json", - "sourceHash": "c523049a1dd71b95cadda7252bfd995a7c6dedd1626c4a04a0ed5ed60d6efa3f" + "sourceHash": "07059fc8bbd6426ca73d3dbf7c27ee13cdfc6b7f011a4567fdf4c24db26a9289" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/mulmod1_overflow4.json b/VMTests/vmArithmeticTest/mulmod1_overflow4.json index 6c5f388a053..e1186e457a6 100644 --- a/VMTests/vmArithmeticTest/mulmod1_overflow4.json +++ b/VMTests/vmArithmeticTest/mulmod1_overflow4.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/vmArithmeticTest/mulmod1_overflow4Filler.json", - "sourceHash": "f17d87bc789b1835d9d631a1633a47989ae41c94baa320c4987ce734e57ccd99" + "sourceHash": "33cef2a558f1598c9506702942344efc563fb91d7afb8888c00313911aac3681" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/mulmod2.json b/VMTests/vmArithmeticTest/mulmod2.json index 3ff129340b8..5c12812795d 100644 --- a/VMTests/vmArithmeticTest/mulmod2.json +++ b/VMTests/vmArithmeticTest/mulmod2.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/vmArithmeticTest/mulmod2Filler.json", - "sourceHash": "62ae35a26108d2bd76f952a55aa3ff97a7216ba6bbe069a9f6dca9ae98590264" + "sourceHash": "775f75c0de180ff2d75ebace50e0de592f0c2d6fe37834d7ddee534a11a74b95" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/mulmod2_0.json b/VMTests/vmArithmeticTest/mulmod2_0.json index 6a66a8dffa0..88d0181ad64 100644 --- a/VMTests/vmArithmeticTest/mulmod2_0.json +++ b/VMTests/vmArithmeticTest/mulmod2_0.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/vmArithmeticTest/mulmod2_0Filler.json", - "sourceHash": "75905f992305b3abbefe230ba8b91043d7713c4ad999eb986142fbdd26164011" + "sourceHash": "e0b5b4c3d337750afce688fd1052033093d205564d51c9b7ffd5d229431b87db" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/mulmod2_1.json b/VMTests/vmArithmeticTest/mulmod2_1.json index 1e967b22bd8..132ec283726 100644 --- a/VMTests/vmArithmeticTest/mulmod2_1.json +++ b/VMTests/vmArithmeticTest/mulmod2_1.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/vmArithmeticTest/mulmod2_1Filler.json", - "sourceHash": "682a30d02973fe890bf86662435d6eaf87733f3cb84f8c80289115ee90836a5e" + "sourceHash": "06ca473c76f3d122323af9b62efe6fdc9cc0908e176db279806be103db96dbf2" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/mulmod3.json b/VMTests/vmArithmeticTest/mulmod3.json index f18ee6e1a01..69852d18bf0 100644 --- a/VMTests/vmArithmeticTest/mulmod3.json +++ b/VMTests/vmArithmeticTest/mulmod3.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/vmArithmeticTest/mulmod3Filler.json", - "sourceHash": "17dcec41abc789259c4254fd4f97754b5551ed474d286cecdc39cd3f5449ea2d" + "sourceHash": "7cc844062b25211aa679f8cd221741f0ee4128d6a52d7d19d571e5916541f0a8" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/mulmod3_0.json b/VMTests/vmArithmeticTest/mulmod3_0.json index 1937052f95b..51a203023ee 100644 --- a/VMTests/vmArithmeticTest/mulmod3_0.json +++ b/VMTests/vmArithmeticTest/mulmod3_0.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/vmArithmeticTest/mulmod3_0Filler.json", - "sourceHash": "a7dee86eb78c57460059641d41a3f61929190ba1d536831c18477cfef3cc0cbf" + "sourceHash": "b3d3a4cdf02aa5cb2b41d91cea4a94ef1c69b7b17c27d18fa16f3555dab41f24" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/mulmod4.json b/VMTests/vmArithmeticTest/mulmod4.json index 5e78dc37724..e374d1e0dbb 100644 --- a/VMTests/vmArithmeticTest/mulmod4.json +++ b/VMTests/vmArithmeticTest/mulmod4.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/vmArithmeticTest/mulmod4Filler.json", - "sourceHash": "8a216be2c35d28db557834ebe7810d043013df50d9c4e0cab2e3cb64459f81ac" + "sourceHash": "6182e58d7e616d18db75f5a0fa4577abf1c00b1d76a62f9d86b8f2a72e133d44" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/mulmoddivByZero.json b/VMTests/vmArithmeticTest/mulmoddivByZero.json index 7451ed0d821..e730ca6b50c 100644 --- a/VMTests/vmArithmeticTest/mulmoddivByZero.json +++ b/VMTests/vmArithmeticTest/mulmoddivByZero.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/vmArithmeticTest/mulmoddivByZeroFiller.json", - "sourceHash": "83ff6169f6aa40a8891e820a92cf9eb900793bea48070bd8ca9a3cb8a870362d" + "sourceHash": "8a022cd49b9135b3a23925324bda3d394dd7a930e80699d054897bb40dbd7a9b" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/mulmoddivByZero1.json b/VMTests/vmArithmeticTest/mulmoddivByZero1.json index 744682d7171..4804dd823da 100644 --- a/VMTests/vmArithmeticTest/mulmoddivByZero1.json +++ b/VMTests/vmArithmeticTest/mulmoddivByZero1.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/vmArithmeticTest/mulmoddivByZero1Filler.json", - "sourceHash": "02d70d2355dbb7bbcd3167eed6ffee5e30c18b85341414c251b35a9737336840" + "sourceHash": "cbcd5284164a3ec86b605bc3a42efb84f54710e7407b4b78d79a492d09ae8a7f" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/mulmoddivByZero2.json b/VMTests/vmArithmeticTest/mulmoddivByZero2.json index c57296b63a8..f2a7fad01d5 100644 --- a/VMTests/vmArithmeticTest/mulmoddivByZero2.json +++ b/VMTests/vmArithmeticTest/mulmoddivByZero2.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/vmArithmeticTest/mulmoddivByZero2Filler.json", - "sourceHash": "eaaf5ef1029d94edee87270a7504e9f19d7709243619f059d5d34cffdbf0bec9" + "sourceHash": "7f8bc67d37e359d6313f6e86a6569da126d12329f8bb93945b6902a9f03f51b5" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/mulmoddivByZero3.json b/VMTests/vmArithmeticTest/mulmoddivByZero3.json index 2201d5f9b6c..411a4b09c7e 100644 --- a/VMTests/vmArithmeticTest/mulmoddivByZero3.json +++ b/VMTests/vmArithmeticTest/mulmoddivByZero3.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/vmArithmeticTest/mulmoddivByZero3Filler.json", - "sourceHash": "910da360c6fc2c0df8a9819b434150dc8199c0e5bc7d601ee52fcd9f8cf98b15" + "sourceHash": "7688b4d65f8ec53bf9153958e4e1513cff10bf7aeef85358c5460c93650c5b7e" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/not1.json b/VMTests/vmArithmeticTest/not1.json index 640bd1654b3..7252d28aa2f 100644 --- a/VMTests/vmArithmeticTest/not1.json +++ b/VMTests/vmArithmeticTest/not1.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/vmArithmeticTest/not1Filler.json", - "sourceHash": "e6fc15762bc62d7da3c81549602d83d997d50a2515b77cf9e56d7e597d9cef4d" + "sourceHash": "1f61a917c75f86536e6a6d2244ef9fff5af15ae315eeca357fc50515d7998cc9" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/sdiv0.json b/VMTests/vmArithmeticTest/sdiv0.json index 3f33c4a06ee..acf5ade8d9e 100644 --- a/VMTests/vmArithmeticTest/sdiv0.json +++ b/VMTests/vmArithmeticTest/sdiv0.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/vmArithmeticTest/sdiv0Filler.json", - "sourceHash": "4641bbac7bbcd5b4511bb0368314f6426005768c8ca40146213c8af6c1913437" + "sourceHash": "2c0d876988f16b3044bf06c02656608dd4bff9d1c543b5bf4bdbc719077b6df4" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/sdiv1.json b/VMTests/vmArithmeticTest/sdiv1.json index 36c9bd9de27..b1684fbf8b1 100644 --- a/VMTests/vmArithmeticTest/sdiv1.json +++ b/VMTests/vmArithmeticTest/sdiv1.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/vmArithmeticTest/sdiv1Filler.json", - "sourceHash": "0be189b70ef6da908fd37a7382e218e5680ccd7bb8046f32daa2e49bf945d36c" + "sourceHash": "4cb3f0d95c2be66db60cf7feb607cbe4e8626f770d5819b1687cea47f1d7ae51" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/sdiv2.json b/VMTests/vmArithmeticTest/sdiv2.json index 66685b17add..e33659653ca 100644 --- a/VMTests/vmArithmeticTest/sdiv2.json +++ b/VMTests/vmArithmeticTest/sdiv2.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/vmArithmeticTest/sdiv2Filler.json", - "sourceHash": "90f064b685aa61c9f4589ee121682259a46920bb43efec0121a693610b916a3d" + "sourceHash": "ae07c37c5d2bb2af34d6fdf03af2b989192e0b33c10537da65e85c957a007312" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/sdiv3.json b/VMTests/vmArithmeticTest/sdiv3.json index 929df4e9cad..0030f6df52e 100644 --- a/VMTests/vmArithmeticTest/sdiv3.json +++ b/VMTests/vmArithmeticTest/sdiv3.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/vmArithmeticTest/sdiv3Filler.json", - "sourceHash": "8be6c44943db75aa652e007c6cfd30fd714e8e72e8b4d3e93e0667dccb780b6a" + "sourceHash": "8ee2402bfe21dabf91e921a32251808f8ad9f3a9739132155e283cfe4f0a0747" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/sdiv4.json b/VMTests/vmArithmeticTest/sdiv4.json index 24035f80ad7..5eae9385f3a 100644 --- a/VMTests/vmArithmeticTest/sdiv4.json +++ b/VMTests/vmArithmeticTest/sdiv4.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/vmArithmeticTest/sdiv4Filler.json", - "sourceHash": "3d763189deec7537114556964fdd8826b83e42022598d9b6400711d3ba429ba9" + "sourceHash": "271280077cf5bee771ebcccae268a86ac603c990debe40a7f3b0f32324def426" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/sdiv5.json b/VMTests/vmArithmeticTest/sdiv5.json index c7294eaabf9..682fcee849c 100644 --- a/VMTests/vmArithmeticTest/sdiv5.json +++ b/VMTests/vmArithmeticTest/sdiv5.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/vmArithmeticTest/sdiv5Filler.json", - "sourceHash": "7b4b16f9204128c634de8708f9115833a15cd1ce12085922c14416b5eb4769d3" + "sourceHash": "36db7de83011fb20807d30a5be5dfd0ab8b48c4f5cbb426d81e5189cc04d0694" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/sdiv6.json b/VMTests/vmArithmeticTest/sdiv6.json index 2a663501d90..eaf72d9f5ff 100644 --- a/VMTests/vmArithmeticTest/sdiv6.json +++ b/VMTests/vmArithmeticTest/sdiv6.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/vmArithmeticTest/sdiv6Filler.json", - "sourceHash": "2cb2dfdd3481421b1f6510cd26c0d7d87b3a807551cbc4664f44e5356b948d14" + "sourceHash": "a045b5379d9af7d8304b71f8c67876fcbf1710892858cec78a6bffb30d4e21e1" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/sdiv7.json b/VMTests/vmArithmeticTest/sdiv7.json index 7c49a38f9c7..5be1532828d 100644 --- a/VMTests/vmArithmeticTest/sdiv7.json +++ b/VMTests/vmArithmeticTest/sdiv7.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/vmArithmeticTest/sdiv7Filler.json", - "sourceHash": "70319fb98fb9f96cb483121d3170bf3d1dd0d262bb6a787a3597d6fbf4d876cb" + "sourceHash": "f4fe8c32af100ae3c2c8084e2b00306df9e38cf9313873ad810ecfa0461b7481" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/sdiv8.json b/VMTests/vmArithmeticTest/sdiv8.json index caa85d95560..0a58e786950 100644 --- a/VMTests/vmArithmeticTest/sdiv8.json +++ b/VMTests/vmArithmeticTest/sdiv8.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/vmArithmeticTest/sdiv8Filler.json", - "sourceHash": "04a53d76a803d0846f19ee94b82113aae40cc42a174ab097c4f8f6ef8fb56a4a" + "sourceHash": "78a291be48ce1144fbc0a8579c1a081a60f8b60b3ac5d6fedcc6293e18815caa" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/sdiv9.json b/VMTests/vmArithmeticTest/sdiv9.json index 17fb2e88087..ca39b09076e 100644 --- a/VMTests/vmArithmeticTest/sdiv9.json +++ b/VMTests/vmArithmeticTest/sdiv9.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/vmArithmeticTest/sdiv9Filler.json", - "sourceHash": "2bfad5c028d98d923bf0e29a790a80564b0b832ebf57d303df298cfec204778a" + "sourceHash": "7a561f7a1e2f67ee73d4a80da566df5cffb62750cf3ba78b3ed05d4060c719c0" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/sdivByZero0.json b/VMTests/vmArithmeticTest/sdivByZero0.json index b9b2368ac0b..90022b009bc 100644 --- a/VMTests/vmArithmeticTest/sdivByZero0.json +++ b/VMTests/vmArithmeticTest/sdivByZero0.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/vmArithmeticTest/sdivByZero0Filler.json", - "sourceHash": "ef6904d3615350f124151049f45aa8380aad9eba3d6d4097afcbc5de11287a05" + "sourceHash": "96ed2f4a00af3d35ce604e7c80653ab3bd82068c016d055b05a5ac974b617c75" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/sdivByZero1.json b/VMTests/vmArithmeticTest/sdivByZero1.json index dc0e388ed31..c63950dbb2c 100644 --- a/VMTests/vmArithmeticTest/sdivByZero1.json +++ b/VMTests/vmArithmeticTest/sdivByZero1.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/vmArithmeticTest/sdivByZero1Filler.json", - "sourceHash": "c6886360f703411c663b8f8d198ab993b7a77faebac536d9d4ff1c1a081d536b" + "sourceHash": "b1da3a2bbeee8a06d2aed771b57930c7942ada63fc583943364cdc4f5944ba5a" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/sdivByZero2.json b/VMTests/vmArithmeticTest/sdivByZero2.json index 4af22773fb9..c74285fd29a 100644 --- a/VMTests/vmArithmeticTest/sdivByZero2.json +++ b/VMTests/vmArithmeticTest/sdivByZero2.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/vmArithmeticTest/sdivByZero2Filler.json", - "sourceHash": "9f42daf99f369737027225ee4c2591ba30a44d76c4cddaeae4870931177e0776" + "sourceHash": "1c8def1dce7b0cbede238934556897534a1307ed30815446ef651b5f42526a01" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/sdiv_dejavu.json b/VMTests/vmArithmeticTest/sdiv_dejavu.json index d42e7b29b83..0d80f2f8e20 100644 --- a/VMTests/vmArithmeticTest/sdiv_dejavu.json +++ b/VMTests/vmArithmeticTest/sdiv_dejavu.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/vmArithmeticTest/sdiv_dejavuFiller.json", - "sourceHash": "6689eef18af5c2a40fe9a37a0f9aef8b21bfc9ba0e1f1fb9b0ad3c8553bb2578" + "sourceHash": "a18742fdc18faf55d5d8473bdd7353855f15cbf0e5777fd844b887c56089c3c2" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/sdiv_i256min.json b/VMTests/vmArithmeticTest/sdiv_i256min.json index b63ca046451..288615bdc25 100644 --- a/VMTests/vmArithmeticTest/sdiv_i256min.json +++ b/VMTests/vmArithmeticTest/sdiv_i256min.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/vmArithmeticTest/sdiv_i256minFiller.json", - "sourceHash": "d957b146c8f06fc93078bb753368a9545f64d1aefed9b037bf0546cb18554477" + "sourceHash": "7b034b640478e576766cf07ec531a2e797b450e51e5e28ad8e44671b735a3c2d" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/sdiv_i256min2.json b/VMTests/vmArithmeticTest/sdiv_i256min2.json index aa0493acdcb..41f9e077561 100644 --- a/VMTests/vmArithmeticTest/sdiv_i256min2.json +++ b/VMTests/vmArithmeticTest/sdiv_i256min2.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/vmArithmeticTest/sdiv_i256min2Filler.json", - "sourceHash": "03ea1dc84bbf4fd36c41a0c8bef41d02c612d6170cf1d2c9175b6fb260eb8f5c" + "sourceHash": "aea84dd4611287455f1e3edacab6c6f97dcbc2514fe8c5c03634934d7f675822" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/sdiv_i256min3.json b/VMTests/vmArithmeticTest/sdiv_i256min3.json index bba9846777b..adf69d6bb19 100644 --- a/VMTests/vmArithmeticTest/sdiv_i256min3.json +++ b/VMTests/vmArithmeticTest/sdiv_i256min3.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/vmArithmeticTest/sdiv_i256min3Filler.json", - "sourceHash": "20d11cf49adaf37b959c6c44e2f2096fae898e3ec593ddac251bf603077fc201" + "sourceHash": "e3bddf0c7cb0c1ac947275072cc39085532b34dbe34213f5a69a6a45c4f89f3e" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/signextendInvalidByteNumber.json b/VMTests/vmArithmeticTest/signextendInvalidByteNumber.json index d13d114cafc..103134f4e49 100644 --- a/VMTests/vmArithmeticTest/signextendInvalidByteNumber.json +++ b/VMTests/vmArithmeticTest/signextendInvalidByteNumber.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/vmArithmeticTest/signextendInvalidByteNumberFiller.json", - "sourceHash": "31174de24e05024c42e28b5eaa3aed56427ce634dc1afb5280a7153081df2f10" + "sourceHash": "ae2ebe3461944c83320578ae60e2d5b58ac8c905a085f8208174c2c4a43582f1" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/signextend_00.json b/VMTests/vmArithmeticTest/signextend_00.json index c91ba7147e1..254d87190a8 100644 --- a/VMTests/vmArithmeticTest/signextend_00.json +++ b/VMTests/vmArithmeticTest/signextend_00.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/vmArithmeticTest/signextend_00Filler.json", - "sourceHash": "51e7715a62f4e9f4f0b5d1a4030543e84afb8802db3114e9fa002c2f1334492f" + "sourceHash": "14c63e4a6badf000b6f489b33cbeebd1337d18f7118ae64c091cba0f2c71865c" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/signextend_0_BigByte.json b/VMTests/vmArithmeticTest/signextend_0_BigByte.json index 4309b69f46f..c6f2c0e806b 100644 --- a/VMTests/vmArithmeticTest/signextend_0_BigByte.json +++ b/VMTests/vmArithmeticTest/signextend_0_BigByte.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/vmArithmeticTest/signextend_0_BigByteFiller.json", - "sourceHash": "8d4f3601fc12bcfc1d5f8942d2a9c77510a4b3c41f845a43468e0231cb390035" + "sourceHash": "51826d588208ff7923d16a2d7237a034e5549d9b576c4f676fe1a70c02cf8fa1" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/signextend_AlmostBiggestByte.json b/VMTests/vmArithmeticTest/signextend_AlmostBiggestByte.json index f54f390fcfe..087fde37c37 100644 --- a/VMTests/vmArithmeticTest/signextend_AlmostBiggestByte.json +++ b/VMTests/vmArithmeticTest/signextend_AlmostBiggestByte.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/vmArithmeticTest/signextend_AlmostBiggestByteFiller.json", - "sourceHash": "54ec7880b77ffc1a1bff0e82f7909b8952530ccaa7755c7a94c856e98f83f376" + "sourceHash": "6b18abf5b443f69a5db8c96342dd485f1a667a69b8dbabf0a562c25dad996b76" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/signextend_BigByteBigByte.json b/VMTests/vmArithmeticTest/signextend_BigByteBigByte.json index e71cba84af2..82d8ccaffaf 100644 --- a/VMTests/vmArithmeticTest/signextend_BigByteBigByte.json +++ b/VMTests/vmArithmeticTest/signextend_BigByteBigByte.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/vmArithmeticTest/signextend_BigByteBigByteFiller.json", - "sourceHash": "12a957269768b273f967c5405d0b5b8362c71d9ffc2453aa96e7e3a875a1f915" + "sourceHash": "8e48087be94e847f3d64c7ac1b8ac041d85d63bae9aa6144ef668d5749f50d1a" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/signextend_BigBytePlus1_2.json b/VMTests/vmArithmeticTest/signextend_BigBytePlus1_2.json index 1d2b9910f8f..23f251c0737 100644 --- a/VMTests/vmArithmeticTest/signextend_BigBytePlus1_2.json +++ b/VMTests/vmArithmeticTest/signextend_BigBytePlus1_2.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/vmArithmeticTest/signextend_BigBytePlus1_2Filler.json", - "sourceHash": "aef46b90f88e2d2f3f7dd735df5d4d423b172b019d1f9af7e99a3348dd83b31d" + "sourceHash": "0c4455484bad24f9a15f343c3082f14a6b13c61c67ffc2b79b00ba7edccfbf55" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/signextend_BigByte_0.json b/VMTests/vmArithmeticTest/signextend_BigByte_0.json index d0095be30ad..f0a989363c0 100644 --- a/VMTests/vmArithmeticTest/signextend_BigByte_0.json +++ b/VMTests/vmArithmeticTest/signextend_BigByte_0.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/vmArithmeticTest/signextend_BigByte_0Filler.json", - "sourceHash": "3a1142cca23917e0941726b5110888c1016161de31d86e87c914b2d5328363a9" + "sourceHash": "3f541ab10aecc9a1f44cde8811de0aaae5a39b202a82ee3e11488a4320eb4af5" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/signextend_BitIsNotSet.json b/VMTests/vmArithmeticTest/signextend_BitIsNotSet.json index 3b9a4fc6239..da8eebaf048 100644 --- a/VMTests/vmArithmeticTest/signextend_BitIsNotSet.json +++ b/VMTests/vmArithmeticTest/signextend_BitIsNotSet.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/vmArithmeticTest/signextend_BitIsNotSetFiller.json", - "sourceHash": "2d0922c05e5347f6453a1aee7696262cced5e9b9f12f3c0b5895a32f9deba6ca" + "sourceHash": "c9d69758b60dd1e44dd8eeabf7df4c0cc7a7276decdd717842036afcf5116b97" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/signextend_BitIsNotSetInHigherByte.json b/VMTests/vmArithmeticTest/signextend_BitIsNotSetInHigherByte.json index 33d519b5112..5816d2fd377 100644 --- a/VMTests/vmArithmeticTest/signextend_BitIsNotSetInHigherByte.json +++ b/VMTests/vmArithmeticTest/signextend_BitIsNotSetInHigherByte.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/vmArithmeticTest/signextend_BitIsNotSetInHigherByteFiller.json", - "sourceHash": "4e886d9fe1fc042d2c39b8d5bf0f4767963e099dc98d44c01200d4a55f17f3c1" + "sourceHash": "82d0345b35ff950ddc99d62e74ec1dd1ad97cfad97fea03ef678758d68af7f9f" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/signextend_BitIsSetInHigherByte.json b/VMTests/vmArithmeticTest/signextend_BitIsSetInHigherByte.json index 5c1fd393354..71b41c51555 100644 --- a/VMTests/vmArithmeticTest/signextend_BitIsSetInHigherByte.json +++ b/VMTests/vmArithmeticTest/signextend_BitIsSetInHigherByte.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/vmArithmeticTest/signextend_BitIsSetInHigherByteFiller.json", - "sourceHash": "95cfc7bc83247ca36fe8c816bd2869573e64c1341d43feb952f12b0f95cd688c" + "sourceHash": "b5dc9bb4906717453c5d4140f135bfe98b0fe8695e970ef24a29ab71df0bda1c" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/signextend_Overflow_dj42.json b/VMTests/vmArithmeticTest/signextend_Overflow_dj42.json index 2d9237bf1bf..838dedcf5c5 100644 --- a/VMTests/vmArithmeticTest/signextend_Overflow_dj42.json +++ b/VMTests/vmArithmeticTest/signextend_Overflow_dj42.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/vmArithmeticTest/signextend_Overflow_dj42Filler.json", - "sourceHash": "cb76c278cda4535ce85388d49776c68da6f700f3154177ddba7a689a7b0c3ee3" + "sourceHash": "f7bdd84657605dd676ce51acf2d3eefc1fd0ccbec5221713a047cb40d1a65b35" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/signextend_bigBytePlus1.json b/VMTests/vmArithmeticTest/signextend_bigBytePlus1.json index 44be38df812..84f6fea4a73 100644 --- a/VMTests/vmArithmeticTest/signextend_bigBytePlus1.json +++ b/VMTests/vmArithmeticTest/signextend_bigBytePlus1.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/vmArithmeticTest/signextend_bigBytePlus1Filler.json", - "sourceHash": "5186997bbd2bfb1ef1b9081eb1761153453ebdd1b153a55f9c089f36712861a0" + "sourceHash": "d0db106dfe0e5b3805ac0dd9944caba9033cc9d42300277db9178888de3da5ab" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/signextend_bitIsSet.json b/VMTests/vmArithmeticTest/signextend_bitIsSet.json index 4c2a4c60e74..03918bbc243 100644 --- a/VMTests/vmArithmeticTest/signextend_bitIsSet.json +++ b/VMTests/vmArithmeticTest/signextend_bitIsSet.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/vmArithmeticTest/signextend_bitIsSetFiller.json", - "sourceHash": "26d461f7a6e70011974819265fa83e5fb3bcb0016db8bd68265675eeac9d03dd" + "sourceHash": "14f83c5f56b0fcc7c2b5483ab05230a989cd554a607dd7b84cb099a89cc897af" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/smod0.json b/VMTests/vmArithmeticTest/smod0.json index e86fb7f0914..ec1592d950f 100644 --- a/VMTests/vmArithmeticTest/smod0.json +++ b/VMTests/vmArithmeticTest/smod0.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/vmArithmeticTest/smod0Filler.json", - "sourceHash": "17fb83fe8277c3eccc8159dbd5aadb4f278cb993982618d399654652e469c9d8" + "sourceHash": "5090832871af25c7ceaf944f409eb0e94d1800eebd6b87e0cac8315067184fcb" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/smod1.json b/VMTests/vmArithmeticTest/smod1.json index 2dffc596284..01b6a779e50 100644 --- a/VMTests/vmArithmeticTest/smod1.json +++ b/VMTests/vmArithmeticTest/smod1.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/vmArithmeticTest/smod1Filler.json", - "sourceHash": "55df7430e1a354884e936a143830099d0b64ddf679dd7d429da2b9ffa0b40bb8" + "sourceHash": "a57ed4a85de8b2939c039da5fee98f4fc354fa223ae092f3e495105ddce5c56b" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/smod2.json b/VMTests/vmArithmeticTest/smod2.json index 086e4d0be51..d103bf51b4b 100644 --- a/VMTests/vmArithmeticTest/smod2.json +++ b/VMTests/vmArithmeticTest/smod2.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/vmArithmeticTest/smod2Filler.json", - "sourceHash": "b62c139bce0304d46141decf1d57b4059ea62c93d9c8d655e60cc4608b22838a" + "sourceHash": "d5a496413d292ae0096943667462f92b52d3010e36ea0c846d723390e83658d3" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/smod3.json b/VMTests/vmArithmeticTest/smod3.json index 854dfe71eeb..df369734991 100644 --- a/VMTests/vmArithmeticTest/smod3.json +++ b/VMTests/vmArithmeticTest/smod3.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/vmArithmeticTest/smod3Filler.json", - "sourceHash": "320381889d53a97d5521fcbd30b00556c35b927fa0f50e9c9703203ea857f6bf" + "sourceHash": "e4d49fb43415af8b0bf060644c44d62006e9b6ed9b6e8fd0c7b45f037f013796" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/smod4.json b/VMTests/vmArithmeticTest/smod4.json index 2a6f2346c12..ef2be7fd5a3 100644 --- a/VMTests/vmArithmeticTest/smod4.json +++ b/VMTests/vmArithmeticTest/smod4.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/vmArithmeticTest/smod4Filler.json", - "sourceHash": "1c76bca1056faf288758e7db05d7bb4909e815481138f8dfeda448fdcd3223cc" + "sourceHash": "7908421af47faaa7b9522476f8d51d570900688619861b975ab02f6cefc0d1e3" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/smod5.json b/VMTests/vmArithmeticTest/smod5.json index 388176280a7..b6f620e3a2c 100644 --- a/VMTests/vmArithmeticTest/smod5.json +++ b/VMTests/vmArithmeticTest/smod5.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/vmArithmeticTest/smod5Filler.json", - "sourceHash": "3285c546b901cde88e8f8f0b858029128f0ea5f519ec4b3ed5a118ba1af4c41f" + "sourceHash": "07eb8321e49b92d57ae65e0a70e469a242c14ecdcff8e825edf6708a46377cd2" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/smod6.json b/VMTests/vmArithmeticTest/smod6.json index 6c129e77020..0435b1f55c5 100644 --- a/VMTests/vmArithmeticTest/smod6.json +++ b/VMTests/vmArithmeticTest/smod6.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/vmArithmeticTest/smod6Filler.json", - "sourceHash": "04a4cb039b16959074250a38a83e44b2ebaeb8d4d01063fd666f423f93496a1a" + "sourceHash": "fe56c5ac0debfe243c96c9d5aa90ac5c720a92ac095dbd6223568d209db8df07" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/smod7.json b/VMTests/vmArithmeticTest/smod7.json index 5462bede498..c8d7e166b1b 100644 --- a/VMTests/vmArithmeticTest/smod7.json +++ b/VMTests/vmArithmeticTest/smod7.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/vmArithmeticTest/smod7Filler.json", - "sourceHash": "d1cb4ea300f994ea8e601e364c148ddbd3490bb4436abbe0a6c2715a84c497b2" + "sourceHash": "06d6c999f902ae33810fa7c57315c91e2224dbf6bccb27fc3ab67da27ab1d259" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/smod8_byZero.json b/VMTests/vmArithmeticTest/smod8_byZero.json index 3a958143c5a..9910e640457 100644 --- a/VMTests/vmArithmeticTest/smod8_byZero.json +++ b/VMTests/vmArithmeticTest/smod8_byZero.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/vmArithmeticTest/smod8_byZeroFiller.json", - "sourceHash": "3df5ac7d7b8ab62fdd74e1289262efc9e4da5dc86c34f53b18f693395be3c91e" + "sourceHash": "b2d99792bf12eee7d74ed10f87a20da79d761bebcdbfd850dac15bfc7af03548" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/smod_i256min1.json b/VMTests/vmArithmeticTest/smod_i256min1.json index cda14e552ab..9d59485cea2 100644 --- a/VMTests/vmArithmeticTest/smod_i256min1.json +++ b/VMTests/vmArithmeticTest/smod_i256min1.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/vmArithmeticTest/smod_i256min1Filler.json", - "sourceHash": "6080bc164afd98a6ecc6800fce389132898361e7e4a92b4edb9224a37a48087f" + "sourceHash": "49dc44af825b3bf752ffe7c8794b3bc7bcebc76e23d7a5346f499da42e4f8223" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/smod_i256min2.json b/VMTests/vmArithmeticTest/smod_i256min2.json index f63f2f5a841..79b6a122170 100644 --- a/VMTests/vmArithmeticTest/smod_i256min2.json +++ b/VMTests/vmArithmeticTest/smod_i256min2.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/vmArithmeticTest/smod_i256min2Filler.json", - "sourceHash": "6c78e691f58ca12b847e221dce33ea6ad34f8dc2bbb2dd763c705b6b525476e0" + "sourceHash": "cc7209a5759f3315b98364bcb6ef30bebb16b685ed36afadcbab35a1200acdb2" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/stop.json b/VMTests/vmArithmeticTest/stop.json index 21379dd67b3..b3ede4d1660 100644 --- a/VMTests/vmArithmeticTest/stop.json +++ b/VMTests/vmArithmeticTest/stop.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/vmArithmeticTest/stopFiller.json", - "sourceHash": "fa0c997092023ce30619703e3c4990c4b0a0df7a65d842c2c8925e58f3ee5d0d" + "sourceHash": "bc6050bff0814e1c855ff9aef2c44c284d23f536bf88ecbc3186f9aa66c946bb" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/sub0.json b/VMTests/vmArithmeticTest/sub0.json index 2418d5a245d..1f43448e689 100644 --- a/VMTests/vmArithmeticTest/sub0.json +++ b/VMTests/vmArithmeticTest/sub0.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/vmArithmeticTest/sub0Filler.json", - "sourceHash": "3ae3e9c3c7f1a48f94cc6e1b2abc3e946874f9e8af8fa22cec3bb3d69f3742c7" + "sourceHash": "80d4bc7245d1e0ae45c6556aaa6efcd2fc50635477aeb551119ddcc76c895177" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/sub1.json b/VMTests/vmArithmeticTest/sub1.json index 10e68986e58..e369cec9ec8 100644 --- a/VMTests/vmArithmeticTest/sub1.json +++ b/VMTests/vmArithmeticTest/sub1.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/vmArithmeticTest/sub1Filler.json", - "sourceHash": "d68d479d3ff6c281bb3dda09c01025af215a1cf98a34d3b98286fc0702424465" + "sourceHash": "63ac31d5c57f74ac93f4586ea3043afcec3ebacbe9cae42f38bc2eadb43a42ad" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/sub2.json b/VMTests/vmArithmeticTest/sub2.json index 8216c6b504e..872256398b0 100644 --- a/VMTests/vmArithmeticTest/sub2.json +++ b/VMTests/vmArithmeticTest/sub2.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/vmArithmeticTest/sub2Filler.json", - "sourceHash": "89ef9d37c264135cca885847a1e610d9f256ec08c71c9fb9fc7190a3f401ea09" + "sourceHash": "9b0965f57e67ef44cdb6e1429c539328c9ad65ce3327e3f8734a885c0bfd7b59" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/sub3.json b/VMTests/vmArithmeticTest/sub3.json index 8dc3b64bff8..a36eff95fe1 100644 --- a/VMTests/vmArithmeticTest/sub3.json +++ b/VMTests/vmArithmeticTest/sub3.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/vmArithmeticTest/sub3Filler.json", - "sourceHash": "48e45413679c14601084b196e7cd9d9147842cf9af28003287a84e10b063138c" + "sourceHash": "8fb91e839aacf910ef69140a7b0580422298414d336741213d858b8fc351c080" }, "callcreates": [], "env": { diff --git a/VMTests/vmArithmeticTest/sub4.json b/VMTests/vmArithmeticTest/sub4.json index 72fca8f2361..b23f64ebb9d 100644 --- a/VMTests/vmArithmeticTest/sub4.json +++ b/VMTests/vmArithmeticTest/sub4.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/vmArithmeticTest/sub4Filler.json", - "sourceHash": "4e8bd2f68be4c4d674bf6eb283d360c944399d4dd68d42c2b336e6905ce9a63c" + "sourceHash": "417b791bbf2fa854dee2bc03e91e41257df0dd49affcf219824265c2d100d4c9" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/and0.json b/VMTests/vmBitwiseLogicOperation/and0.json index 465386aeec5..aed9037b9cd 100644 --- a/VMTests/vmBitwiseLogicOperation/and0.json +++ b/VMTests/vmBitwiseLogicOperation/and0.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/vmBitwiseLogicOperation/and0Filler.json", - "sourceHash": "b9cb6d53d8c30b664aed36eb1216bb423d2e33eb72340ff8970ec4246599087a" + "sourceHash": "14f32dd58d68714ee6f4705a400489ad1efe41ed699ea9b609398a4aa22a6cbf" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/and1.json b/VMTests/vmBitwiseLogicOperation/and1.json index 9bb849b6586..ae422712cc4 100644 --- a/VMTests/vmBitwiseLogicOperation/and1.json +++ b/VMTests/vmBitwiseLogicOperation/and1.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/vmBitwiseLogicOperation/and1Filler.json", - "sourceHash": "35cd9313cdeb89de54ca1d137afdd156d4bccc653e3fb083ef4d8f9d762e4b1a" + "sourceHash": "c7ac841a103f5e5ab1420c56c419c61889a1bdb97e79a2020f8d657cdaca9fb1" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/and2.json b/VMTests/vmBitwiseLogicOperation/and2.json index fdd407e93c8..02c5fdd4706 100644 --- a/VMTests/vmBitwiseLogicOperation/and2.json +++ b/VMTests/vmBitwiseLogicOperation/and2.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/vmBitwiseLogicOperation/and2Filler.json", - "sourceHash": "fa540d4dada798fb2243d101c6b34272b552c03dc8522f2cc9fd81f352f45de3" + "sourceHash": "37eb48053f6407ab3ffe503a2f8655a34a95b2bfcf5854e6568b71d8ce9b1db0" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/and3.json b/VMTests/vmBitwiseLogicOperation/and3.json index 0d73cec6df3..c279acdf4b0 100644 --- a/VMTests/vmBitwiseLogicOperation/and3.json +++ b/VMTests/vmBitwiseLogicOperation/and3.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/vmBitwiseLogicOperation/and3Filler.json", - "sourceHash": "dddaa96ea78cda64886225f5bd8e8e4b1ef1156fe7648d28b55a3a78cbd57848" + "sourceHash": "c60d6b4895ce79dcbe1b4ff257861e8e10b6ab308925d1e4c7a4487110001485" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/and4.json b/VMTests/vmBitwiseLogicOperation/and4.json index 6a70d66ab6e..e413f31b675 100644 --- a/VMTests/vmBitwiseLogicOperation/and4.json +++ b/VMTests/vmBitwiseLogicOperation/and4.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/vmBitwiseLogicOperation/and4Filler.json", - "sourceHash": "9d9d2616f9b03a79daf5e2654558d9a3c61772671004c632230c5df4c990bb1b" + "sourceHash": "2c353d97bd40d32729e87965b65e4bf379c7f5d6684e9c875c83c5345a8050a4" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/and5.json b/VMTests/vmBitwiseLogicOperation/and5.json index 38353a0ac5f..d6d298d6b99 100644 --- a/VMTests/vmBitwiseLogicOperation/and5.json +++ b/VMTests/vmBitwiseLogicOperation/and5.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/vmBitwiseLogicOperation/and5Filler.json", - "sourceHash": "078e6e89dbf24dcaca4f8afbd1d401719598aa00b076f88b8ab3928b3743b96a" + "sourceHash": "6597b405edb6bd8cce68029e7c4e9f559dab641541da69daa7907d614554312d" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/byte0.json b/VMTests/vmBitwiseLogicOperation/byte0.json index 6a3a6567bbf..9dfa45e8d6f 100644 --- a/VMTests/vmBitwiseLogicOperation/byte0.json +++ b/VMTests/vmBitwiseLogicOperation/byte0.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/vmBitwiseLogicOperation/byte0Filler.json", - "sourceHash": "1945f981198562a1530219dba06042c5f364e5c3b38c833ba36645c56fda56d4" + "sourceHash": "ea63670bc2286bdb8f2380aedd16e93a8366783d5b50f8442809743d3369bd5d" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/byte1.json b/VMTests/vmBitwiseLogicOperation/byte1.json index d017ceea380..248f68a5018 100644 --- a/VMTests/vmBitwiseLogicOperation/byte1.json +++ b/VMTests/vmBitwiseLogicOperation/byte1.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/vmBitwiseLogicOperation/byte1Filler.json", - "sourceHash": "18fe108319cb1110a22eb041bb3f39eba61f53a414310d8caeceedff51857580" + "sourceHash": "fb697816c0596ed19c1346224359cedf8b46d497d0f8c349c2af8aa7744b9212" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/byte10.json b/VMTests/vmBitwiseLogicOperation/byte10.json index a0520e1c442..225d0c05705 100644 --- a/VMTests/vmBitwiseLogicOperation/byte10.json +++ b/VMTests/vmBitwiseLogicOperation/byte10.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/vmBitwiseLogicOperation/byte10Filler.json", - "sourceHash": "08cf32f782ad88fa03487060f51330e57695f74207ea9fc2b663f15711c7c0dd" + "sourceHash": "e08730f7d7daf720d0cb1401892c57e3b7cc72361a24e7719bb8ea0e762de788" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/byte11.json b/VMTests/vmBitwiseLogicOperation/byte11.json index 90504935433..1c8d5b5b510 100644 --- a/VMTests/vmBitwiseLogicOperation/byte11.json +++ b/VMTests/vmBitwiseLogicOperation/byte11.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/vmBitwiseLogicOperation/byte11Filler.json", - "sourceHash": "53b9638cf6eac9909eb0e5823846f776295e9d10dae365dbde014c6eb3b5f1fe" + "sourceHash": "7e8138aeffb4886a912a6869aa89ba3995ff7b2c817afd23031aaaafef607678" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/byte2.json b/VMTests/vmBitwiseLogicOperation/byte2.json index 371a0b13f9d..4b9f9e892cc 100644 --- a/VMTests/vmBitwiseLogicOperation/byte2.json +++ b/VMTests/vmBitwiseLogicOperation/byte2.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/vmBitwiseLogicOperation/byte2Filler.json", - "sourceHash": "3f608f631425358ad97a1c92774d9ffa219fc7cb4ecbdfb6f97b5ba62c581cf8" + "sourceHash": "b038e80d46241725c30907ecaee80d618b0de1912ca974fd6d076378a37dae32" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/byte3.json b/VMTests/vmBitwiseLogicOperation/byte3.json index 6ab6d4f8c1f..18ae923aa63 100644 --- a/VMTests/vmBitwiseLogicOperation/byte3.json +++ b/VMTests/vmBitwiseLogicOperation/byte3.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/vmBitwiseLogicOperation/byte3Filler.json", - "sourceHash": "38d26ce0b1cf6b32910b7c2941fe3a11354289a101c4f027b4ca751cdcfc5c91" + "sourceHash": "ebf3a322f61016d6036f507fac37565667187799b1c3bbe06142dde0d4be5740" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/byte4.json b/VMTests/vmBitwiseLogicOperation/byte4.json index a864e3f0f84..9cf5be9424f 100644 --- a/VMTests/vmBitwiseLogicOperation/byte4.json +++ b/VMTests/vmBitwiseLogicOperation/byte4.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/vmBitwiseLogicOperation/byte4Filler.json", - "sourceHash": "1d1090032abd77c37194625b13034800b814a76deea3b58a22e86c6f9c0a997b" + "sourceHash": "168f18bd93797e99fd1029e675f9bba802a7596137a93bab8b3324600b09cd17" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/byte5.json b/VMTests/vmBitwiseLogicOperation/byte5.json index c424d16a51d..a82544a2744 100644 --- a/VMTests/vmBitwiseLogicOperation/byte5.json +++ b/VMTests/vmBitwiseLogicOperation/byte5.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/vmBitwiseLogicOperation/byte5Filler.json", - "sourceHash": "bfab93df62e94e12ce483f3d1bc7f2e88d257cbb6771b4c73cfd99303faeb022" + "sourceHash": "2dab17b01a7b9eae3b145e235a288d36c220e0b506ad68407aadc493631ee875" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/byte6.json b/VMTests/vmBitwiseLogicOperation/byte6.json index e13b296f73d..1578881a91a 100644 --- a/VMTests/vmBitwiseLogicOperation/byte6.json +++ b/VMTests/vmBitwiseLogicOperation/byte6.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/vmBitwiseLogicOperation/byte6Filler.json", - "sourceHash": "b4b1a174227be3dce270310c010bbb3331db38da25f0445547918b1298eda522" + "sourceHash": "bd8087e9bf0f7f311ec06ff51a5cc19c37e2b09f8230022c2756fed6c883035f" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/byte7.json b/VMTests/vmBitwiseLogicOperation/byte7.json index 9fb298aad06..b5f086af964 100644 --- a/VMTests/vmBitwiseLogicOperation/byte7.json +++ b/VMTests/vmBitwiseLogicOperation/byte7.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/vmBitwiseLogicOperation/byte7Filler.json", - "sourceHash": "2d2410bce5d931097467776247303a8dd6246557711d31e4854e2a6467362ae0" + "sourceHash": "802b474442313a969df3c1a871cca729dd3215e3622dc19f96fe8bb7ce2519c4" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/byte8.json b/VMTests/vmBitwiseLogicOperation/byte8.json index 6378ce233a6..e0036db812c 100644 --- a/VMTests/vmBitwiseLogicOperation/byte8.json +++ b/VMTests/vmBitwiseLogicOperation/byte8.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/vmBitwiseLogicOperation/byte8Filler.json", - "sourceHash": "6b9bc5f352fde6ac62f97b644f12f0293b663d79d659e0e5738c2d021c556ed1" + "sourceHash": "f338a4d0ec64c3ab5752b5ecdf64abe070b822049471833a0fa80dd47a6d4078" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/byte9.json b/VMTests/vmBitwiseLogicOperation/byte9.json index 1d02cec0de9..063839bdb48 100644 --- a/VMTests/vmBitwiseLogicOperation/byte9.json +++ b/VMTests/vmBitwiseLogicOperation/byte9.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/vmBitwiseLogicOperation/byte9Filler.json", - "sourceHash": "ae0b378cda60307be8e4bf01b99ec8276a398e47ebe9bdd316a29444955bff30" + "sourceHash": "3f6dbb6f2aa27b61876f250224efe294b0d9dbd8644c8124eb26b6c4e40c1ed9" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/byteBN.json b/VMTests/vmBitwiseLogicOperation/byteBN.json index c787bd7c25e..dc838e2adb7 100644 --- a/VMTests/vmBitwiseLogicOperation/byteBN.json +++ b/VMTests/vmBitwiseLogicOperation/byteBN.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/vmBitwiseLogicOperation/byteBNFiller.json", - "sourceHash": "9a518fc54681db00dd99674bc1566f743a643524313a27f646d86e219cc72857" + "sourceHash": "a05b8c0286bd302f28d073dc4f6522bfea4b8d4890738e44ac3949f5f27f36c3" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/eq0.json b/VMTests/vmBitwiseLogicOperation/eq0.json index 066cdaf7a38..64bb39de6b3 100644 --- a/VMTests/vmBitwiseLogicOperation/eq0.json +++ b/VMTests/vmBitwiseLogicOperation/eq0.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/vmBitwiseLogicOperation/eq0Filler.json", - "sourceHash": "a542319031170c357ef65d6299c39b4c2b1d10a0893bbc6c78e0475934242522" + "sourceHash": "11def35cb252e674ea8471875861ed66a83740adb365d6af46f76097bf9710b9" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/eq1.json b/VMTests/vmBitwiseLogicOperation/eq1.json index 863d1559223..595f61bf748 100644 --- a/VMTests/vmBitwiseLogicOperation/eq1.json +++ b/VMTests/vmBitwiseLogicOperation/eq1.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/vmBitwiseLogicOperation/eq1Filler.json", - "sourceHash": "3de76b30c04bc98b28458706d7914bdd2a9a585dd3c88f8a116f4a3539503165" + "sourceHash": "1267cb33d6732133cec0e811c7627b571a3c3f31c8ef613da6eaa7878d236257" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/eq2.json b/VMTests/vmBitwiseLogicOperation/eq2.json index 5de515145b7..8ea00219bb5 100644 --- a/VMTests/vmBitwiseLogicOperation/eq2.json +++ b/VMTests/vmBitwiseLogicOperation/eq2.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/vmBitwiseLogicOperation/eq2Filler.json", - "sourceHash": "0214130e35c134ba604e98bac9fe512b5c37e495fd76478266372e7a0f8ae0f5" + "sourceHash": "34ce9a5e635b59f77d8c35ad1a7427c74d14442064a2ce61773d4d7f19880c06" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/gt0.json b/VMTests/vmBitwiseLogicOperation/gt0.json index 24c420e1a50..4070e55816a 100644 --- a/VMTests/vmBitwiseLogicOperation/gt0.json +++ b/VMTests/vmBitwiseLogicOperation/gt0.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/vmBitwiseLogicOperation/gt0Filler.json", - "sourceHash": "d7fc54d28bdb263f16f83264691bdf91321bd365396a90664950ba224b186d4c" + "sourceHash": "6d733878f90d173a4c26075ef5e11ecf21bf838785f987f9e35810a7cf306a94" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/gt1.json b/VMTests/vmBitwiseLogicOperation/gt1.json index 8f358c14a72..817702d87ab 100644 --- a/VMTests/vmBitwiseLogicOperation/gt1.json +++ b/VMTests/vmBitwiseLogicOperation/gt1.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/vmBitwiseLogicOperation/gt1Filler.json", - "sourceHash": "6afcc69f9c607b8cd6c6e18a1119a383cf7500aae3076f5b27d3b84d733aa129" + "sourceHash": "97c4a77f3fc1d5894a2b233f28987d74330dac65b5c87d425811c9f5e2876940" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/gt2.json b/VMTests/vmBitwiseLogicOperation/gt2.json index 6ed23383690..f5638806b8b 100644 --- a/VMTests/vmBitwiseLogicOperation/gt2.json +++ b/VMTests/vmBitwiseLogicOperation/gt2.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/vmBitwiseLogicOperation/gt2Filler.json", - "sourceHash": "5bf467833fed1f6919b0a66b01606065787357d62d4cbfe089614700eaa237e1" + "sourceHash": "cee4f43ee629fc9b3e2f22a16ca638067d34044635a18915bc4c0725fc8cbaa2" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/gt3.json b/VMTests/vmBitwiseLogicOperation/gt3.json index 4828ed3a205..7288f61e0bd 100644 --- a/VMTests/vmBitwiseLogicOperation/gt3.json +++ b/VMTests/vmBitwiseLogicOperation/gt3.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/vmBitwiseLogicOperation/gt3Filler.json", - "sourceHash": "f0c80dceeabbd7f51596360e982a3950c57a5666b9404d87d1bc546aeded7dfa" + "sourceHash": "c72ed4b0c80932bf8fd232199c61ba63c0143117c8e555b37d51a8b8fcb47e8e" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/iszeo2.json b/VMTests/vmBitwiseLogicOperation/iszeo2.json index 176ac8c7ffd..dfc169a11b6 100644 --- a/VMTests/vmBitwiseLogicOperation/iszeo2.json +++ b/VMTests/vmBitwiseLogicOperation/iszeo2.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/vmBitwiseLogicOperation/iszeo2Filler.json", - "sourceHash": "ebe870341423a12d050a9414df18c0b608ed0483043e4d920b9c900ab88c8772" + "sourceHash": "b2d4983a1487e2ebb2af54e3bbdc9491e44fdaf1dd926bd6ee3c00c8cd394d7e" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/iszero0.json b/VMTests/vmBitwiseLogicOperation/iszero0.json index a994291061d..bc122ee388c 100644 --- a/VMTests/vmBitwiseLogicOperation/iszero0.json +++ b/VMTests/vmBitwiseLogicOperation/iszero0.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/vmBitwiseLogicOperation/iszero0Filler.json", - "sourceHash": "dc59ccd62dc7c3a250c54fc985e1cd279abff3f7f0c13be2c493d8d834bde02f" + "sourceHash": "dc1977d1f5a0cb2ce3ca9d7329d7716f2be903f3a23a054ffd64bfbbd7f75f49" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/iszero1.json b/VMTests/vmBitwiseLogicOperation/iszero1.json index e19e456c7c4..b40e01c2718 100644 --- a/VMTests/vmBitwiseLogicOperation/iszero1.json +++ b/VMTests/vmBitwiseLogicOperation/iszero1.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/vmBitwiseLogicOperation/iszero1Filler.json", - "sourceHash": "140c0027f920d89f422f8ed38b6025fba59eba3e8c78f82402b8da2ab9e8f78e" + "sourceHash": "cb5031d95caffac3055ee9f90c158a96407fe6e72696114b2c2024ac54c3e31b" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/lt0.json b/VMTests/vmBitwiseLogicOperation/lt0.json index 241f51e590f..1af29ebb815 100644 --- a/VMTests/vmBitwiseLogicOperation/lt0.json +++ b/VMTests/vmBitwiseLogicOperation/lt0.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/vmBitwiseLogicOperation/lt0Filler.json", - "sourceHash": "29b579eee083b9cff43d6ca8dba2a62a86afed0393d889d8da130a07bfb6c6ae" + "sourceHash": "58e4c8c1ef872fe6f6906a9e4b2759551858fa180f46aa829e40b689c5aee848" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/lt1.json b/VMTests/vmBitwiseLogicOperation/lt1.json index 72733035e72..9ac6604a0fb 100644 --- a/VMTests/vmBitwiseLogicOperation/lt1.json +++ b/VMTests/vmBitwiseLogicOperation/lt1.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/vmBitwiseLogicOperation/lt1Filler.json", - "sourceHash": "75c7e29dd05c34f6fba28d0acce8b0df86a35a216f15f7c2a17e5b5b3e5f97e9" + "sourceHash": "5b0957e588ebc41c7fcc2299f22e0ce17b014f158f71703c7d06f8050719f8d7" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/lt2.json b/VMTests/vmBitwiseLogicOperation/lt2.json index c61d5cf1e8d..500c08ffb17 100644 --- a/VMTests/vmBitwiseLogicOperation/lt2.json +++ b/VMTests/vmBitwiseLogicOperation/lt2.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/vmBitwiseLogicOperation/lt2Filler.json", - "sourceHash": "ac169234d31a2886deaf05867d54b8d96d08eb2859d589b7ba0280801dc75402" + "sourceHash": "869e2f9aa717666aaef312eb36ae7ac6208bf668de5f178681fad2e9a62d48cc" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/lt3.json b/VMTests/vmBitwiseLogicOperation/lt3.json index 09311ef8abb..c46bdbdb1ed 100644 --- a/VMTests/vmBitwiseLogicOperation/lt3.json +++ b/VMTests/vmBitwiseLogicOperation/lt3.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/vmBitwiseLogicOperation/lt3Filler.json", - "sourceHash": "9d85b0c329b71b8d977e668b7eba0431f3d95cd5094b30c2f35a3a2f0a86fa86" + "sourceHash": "fd64a5807c2ce47386a17b1bdf49fbd4fa78c461d1c13a20202c5ac92303b6f0" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/not0.json b/VMTests/vmBitwiseLogicOperation/not0.json index 8705584d215..352cae40140 100644 --- a/VMTests/vmBitwiseLogicOperation/not0.json +++ b/VMTests/vmBitwiseLogicOperation/not0.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/vmBitwiseLogicOperation/not0Filler.json", - "sourceHash": "596aa09bc4775526932288ff0f2c8f87dbc0257cfb80bc2386b526d5ae19f149" + "sourceHash": "fe49bb6c58c37a8d594a006f5db524e10100dea00d27c4ae193a15c834a7d43f" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/not1.json b/VMTests/vmBitwiseLogicOperation/not1.json index 47ef4deecf8..0f1d03d019e 100644 --- a/VMTests/vmBitwiseLogicOperation/not1.json +++ b/VMTests/vmBitwiseLogicOperation/not1.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/vmBitwiseLogicOperation/not1Filler.json", - "sourceHash": "987e403ee266b8235341e5d991b085d5bffb05a03686e048fcb4500cd96e9d0d" + "sourceHash": "3b3e24d1092eb8bf0e53d7af1c4da2f532ea3c92c6738642338f2e0bbf3c22bd" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/not2.json b/VMTests/vmBitwiseLogicOperation/not2.json index 8e3a79fbba8..a641b5e85b3 100644 --- a/VMTests/vmBitwiseLogicOperation/not2.json +++ b/VMTests/vmBitwiseLogicOperation/not2.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/vmBitwiseLogicOperation/not2Filler.json", - "sourceHash": "8bb634e8f0a5a3ab355a1464430a0bf303a6edfb9abac4134f45537bfd60d085" + "sourceHash": "f02c8d6aa430386d561349c7befde19aab072d356c89887cdee54f046ef6eecc" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/not3.json b/VMTests/vmBitwiseLogicOperation/not3.json index d98152fc821..b5a51e9e20b 100644 --- a/VMTests/vmBitwiseLogicOperation/not3.json +++ b/VMTests/vmBitwiseLogicOperation/not3.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/vmBitwiseLogicOperation/not3Filler.json", - "sourceHash": "f80c01bdb4f0dc8b023f746065ba4f317922b26cb32fb42b72b35ff6a2e44c70" + "sourceHash": "37a30eba4d90d92c0ecb0de0582dc093922d139ad2abc209eccd762ba7011783" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/not4.json b/VMTests/vmBitwiseLogicOperation/not4.json index d1aca384dc1..dd1d34dfa99 100644 --- a/VMTests/vmBitwiseLogicOperation/not4.json +++ b/VMTests/vmBitwiseLogicOperation/not4.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/vmBitwiseLogicOperation/not4Filler.json", - "sourceHash": "c70035810e263c6a9d3a6df7ac7aefe8928497574c7a6aa6191b52f7a6285927" + "sourceHash": "547391f19f042d113b6f76790ac76e0306b45fc374125e67e2ab0b1bd0a18ac3" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/not5.json b/VMTests/vmBitwiseLogicOperation/not5.json index 524b10c65b5..0def8114cbe 100644 --- a/VMTests/vmBitwiseLogicOperation/not5.json +++ b/VMTests/vmBitwiseLogicOperation/not5.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/vmBitwiseLogicOperation/not5Filler.json", - "sourceHash": "42228b47a595ab5b15377b0781882e2a58f93d390d27c1cc3d31397714f0d65b" + "sourceHash": "ccbdb651d402718908348bbd3e789f50a9c9c85117e227b9805207e75d4ab7df" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/or0.json b/VMTests/vmBitwiseLogicOperation/or0.json index 837b60442a8..c881fef02ce 100644 --- a/VMTests/vmBitwiseLogicOperation/or0.json +++ b/VMTests/vmBitwiseLogicOperation/or0.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/vmBitwiseLogicOperation/or0Filler.json", - "sourceHash": "3986513f09c7eaebafbf75cda584610b3e0fe0aa4b73064e3e7c332edd569b82" + "sourceHash": "5550f54a09040efe31478550558e5627f605696b6383f558d3140d07e5e823c5" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/or1.json b/VMTests/vmBitwiseLogicOperation/or1.json index 827e43f0f23..7288754f8cb 100644 --- a/VMTests/vmBitwiseLogicOperation/or1.json +++ b/VMTests/vmBitwiseLogicOperation/or1.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/vmBitwiseLogicOperation/or1Filler.json", - "sourceHash": "b241bd041f31a2c8cf8236529523cd935899606f39a097ea4141fc0fc86fc8af" + "sourceHash": "96a5cd04fd668baecd64eac2323296e1deb7fa112ae45ff4dcbd70f7a2c82165" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/or2.json b/VMTests/vmBitwiseLogicOperation/or2.json index e74881d00ef..4c247ff377e 100644 --- a/VMTests/vmBitwiseLogicOperation/or2.json +++ b/VMTests/vmBitwiseLogicOperation/or2.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/vmBitwiseLogicOperation/or2Filler.json", - "sourceHash": "08bb3e78096a45c7183662f24eabd9769926369df2ba088f2825f0d5ef85db52" + "sourceHash": "01cabd795592e35ca27a76c54a7831f00ad5e35a6a095ecb653594acc684b8d0" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/or3.json b/VMTests/vmBitwiseLogicOperation/or3.json index 25de147d0dc..4936be24b36 100644 --- a/VMTests/vmBitwiseLogicOperation/or3.json +++ b/VMTests/vmBitwiseLogicOperation/or3.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/vmBitwiseLogicOperation/or3Filler.json", - "sourceHash": "c3af472fb1bdb9690c39caaf1f68e719a08f12e965d4c59934a1260e2d87c8c9" + "sourceHash": "15509bdbb55c950e434cc8a4cdd7e812ffb1237e26f6173de54ce415652592ac" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/or4.json b/VMTests/vmBitwiseLogicOperation/or4.json index 61693481ce9..0bb996cc4c8 100644 --- a/VMTests/vmBitwiseLogicOperation/or4.json +++ b/VMTests/vmBitwiseLogicOperation/or4.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/vmBitwiseLogicOperation/or4Filler.json", - "sourceHash": "f19acc86556a4c5dc5ef068488f86c773c6d649241956d895f99767cdf01761a" + "sourceHash": "84216b332ed67a2ca47360eb7b7b210d6d38d1e128910432391279bce5ef82d5" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/or5.json b/VMTests/vmBitwiseLogicOperation/or5.json index d9b2bba28e8..f9c8d57e9c2 100644 --- a/VMTests/vmBitwiseLogicOperation/or5.json +++ b/VMTests/vmBitwiseLogicOperation/or5.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/vmBitwiseLogicOperation/or5Filler.json", - "sourceHash": "ed0d7c45f7486d40ccdf077813e6a9d3cdaedc1ff16a9702aa4ff1e42d3d3df3" + "sourceHash": "4114d5938f469040eec8a5248255c159eb66d3da13c0999feaef9758439b37b6" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/sgt0.json b/VMTests/vmBitwiseLogicOperation/sgt0.json index 1a39105fd59..ec197b02549 100644 --- a/VMTests/vmBitwiseLogicOperation/sgt0.json +++ b/VMTests/vmBitwiseLogicOperation/sgt0.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/vmBitwiseLogicOperation/sgt0Filler.json", - "sourceHash": "829e349d5198c6bcde6b55b75896c031adb2f7f5fa1bec037684e3fe187d5d7d" + "sourceHash": "f1e5f371011e0f6cc9bcd0f364f95a37525456821f455f51b6ae284a63ec0d3d" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/sgt1.json b/VMTests/vmBitwiseLogicOperation/sgt1.json index 867e4cb2246..ed44328b1c1 100644 --- a/VMTests/vmBitwiseLogicOperation/sgt1.json +++ b/VMTests/vmBitwiseLogicOperation/sgt1.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/vmBitwiseLogicOperation/sgt1Filler.json", - "sourceHash": "ad1fcf308fd2617554371b81ee67be1ec47c58b9d272287530ec947a34132f86" + "sourceHash": "098612bb6cdcfe709b8bfd1ece9a2112ec5e5092395fc677b670425b10a8df01" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/sgt2.json b/VMTests/vmBitwiseLogicOperation/sgt2.json index 5f9d22490a8..d00244bbda9 100644 --- a/VMTests/vmBitwiseLogicOperation/sgt2.json +++ b/VMTests/vmBitwiseLogicOperation/sgt2.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/vmBitwiseLogicOperation/sgt2Filler.json", - "sourceHash": "d653c9c3eda68012a4bde90fb968c689eb5d8cc6d9b8f16c5339764a1e2d7e56" + "sourceHash": "6809c61936ad09b73b0e224c639ca4eaea6cfece5cae4e8d35fa61986133518f" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/sgt3.json b/VMTests/vmBitwiseLogicOperation/sgt3.json index 9d59a5d1319..8db5ed21486 100644 --- a/VMTests/vmBitwiseLogicOperation/sgt3.json +++ b/VMTests/vmBitwiseLogicOperation/sgt3.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/vmBitwiseLogicOperation/sgt3Filler.json", - "sourceHash": "beae261f5fbc761508915551c5f597124d1df5067ffd9eb0a79ffb3f28bff23a" + "sourceHash": "557469265d024881228dc167c3fe0eca848f388e3222491ae4040ff28f30face" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/sgt4.json b/VMTests/vmBitwiseLogicOperation/sgt4.json index c7dcf092ecc..9b4934cd0df 100644 --- a/VMTests/vmBitwiseLogicOperation/sgt4.json +++ b/VMTests/vmBitwiseLogicOperation/sgt4.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/vmBitwiseLogicOperation/sgt4Filler.json", - "sourceHash": "8fdc8118f0fbd2299c5d16db4076f5e53aad3b485d4a9883578128c0bc3eec5a" + "sourceHash": "3e549418b20f1153d8ff4a811a5441568d4213149bc745017498cd44b8280250" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/slt0.json b/VMTests/vmBitwiseLogicOperation/slt0.json index e7c4abf9552..de72250917a 100644 --- a/VMTests/vmBitwiseLogicOperation/slt0.json +++ b/VMTests/vmBitwiseLogicOperation/slt0.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/vmBitwiseLogicOperation/slt0Filler.json", - "sourceHash": "be50d070f40745698f908f34875c74cf12d65cf405b6a39506d93bcc70ba20a6" + "sourceHash": "67ee69d0093992dc6a339f70e5ffb4bc218ad64f22a4378d7e7a32e86cd0c5c7" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/slt1.json b/VMTests/vmBitwiseLogicOperation/slt1.json index 8f0a9122849..9c6c83be361 100644 --- a/VMTests/vmBitwiseLogicOperation/slt1.json +++ b/VMTests/vmBitwiseLogicOperation/slt1.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/vmBitwiseLogicOperation/slt1Filler.json", - "sourceHash": "cb70d43cee81322e286b73d26f4e6cdae7226a2a9d596db1fd602d541a983743" + "sourceHash": "31bca0eff15f266145fe80c42dfd497f860c9a7abefe43cbcb9f2eab94e76170" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/slt2.json b/VMTests/vmBitwiseLogicOperation/slt2.json index 1b766e76ad4..73323b86a68 100644 --- a/VMTests/vmBitwiseLogicOperation/slt2.json +++ b/VMTests/vmBitwiseLogicOperation/slt2.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/vmBitwiseLogicOperation/slt2Filler.json", - "sourceHash": "20b91b44b862fc7f06106c4c6c6e1b679d3fd8dc77841aa5375e899d58454c66" + "sourceHash": "3d37d758efdacd87e5fa7bbd7d0efeaea6dee14965f3b8ac1c0aa5294814451a" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/slt3.json b/VMTests/vmBitwiseLogicOperation/slt3.json index afad670e63b..bc2b52a436b 100644 --- a/VMTests/vmBitwiseLogicOperation/slt3.json +++ b/VMTests/vmBitwiseLogicOperation/slt3.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/vmBitwiseLogicOperation/slt3Filler.json", - "sourceHash": "a014a6e6f48e0e8369a837f534ef9f03f4c202ee8bb6a00ee86f5f7979e9216e" + "sourceHash": "eec842bddda7a8fb9048312c362489d7dd6ab35b4d0a7a980a78554da25ca628" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/slt4.json b/VMTests/vmBitwiseLogicOperation/slt4.json index 4a34fb17e44..4cfd098fe33 100644 --- a/VMTests/vmBitwiseLogicOperation/slt4.json +++ b/VMTests/vmBitwiseLogicOperation/slt4.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/vmBitwiseLogicOperation/slt4Filler.json", - "sourceHash": "afb3ef6e7c19d538af66bf416037ab647bf47b00fcdd47c0d614422d5f9dc99f" + "sourceHash": "d2d87baa9dcf879134c9a19db8b7471c4808e8a62435e021582725a2e0fa74ec" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/xor0.json b/VMTests/vmBitwiseLogicOperation/xor0.json index fc827984fc5..0beb6024dce 100644 --- a/VMTests/vmBitwiseLogicOperation/xor0.json +++ b/VMTests/vmBitwiseLogicOperation/xor0.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/vmBitwiseLogicOperation/xor0Filler.json", - "sourceHash": "2a1a67b9207cfd18af1329afed2b421f1c3a2a33c332ac9f63bd6bd5a631a465" + "sourceHash": "ae12a45f74d9e209832942f7639a0841cb832c4772461b3dc0702c818fbcf9fc" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/xor1.json b/VMTests/vmBitwiseLogicOperation/xor1.json index eb0b6277433..0ae21ed8480 100644 --- a/VMTests/vmBitwiseLogicOperation/xor1.json +++ b/VMTests/vmBitwiseLogicOperation/xor1.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/vmBitwiseLogicOperation/xor1Filler.json", - "sourceHash": "bdb87947bd5088c42062b9570d80b6f8da03497d96590f2da9b771008b60bc6f" + "sourceHash": "e37f9b09f1f6f04a181b80d842c2a431714098a991edc22ed8a368e2f732db35" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/xor2.json b/VMTests/vmBitwiseLogicOperation/xor2.json index bceb267b5b0..ab7cf7de8fe 100644 --- a/VMTests/vmBitwiseLogicOperation/xor2.json +++ b/VMTests/vmBitwiseLogicOperation/xor2.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/vmBitwiseLogicOperation/xor2Filler.json", - "sourceHash": "a2746f702b1f2f3f6f9ba945037f93116330d95b5681863c7c3010ec24cd5bef" + "sourceHash": "5e48ab566b93699370cf3cde172dc677b64913fdac1d5d0affeeae5915643529" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/xor3.json b/VMTests/vmBitwiseLogicOperation/xor3.json index 46b5957924e..8b0d6620820 100644 --- a/VMTests/vmBitwiseLogicOperation/xor3.json +++ b/VMTests/vmBitwiseLogicOperation/xor3.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/vmBitwiseLogicOperation/xor3Filler.json", - "sourceHash": "1f963d1018299b03ee722e0b7b7dd35d8015315570620a2d13034907e654cc64" + "sourceHash": "83f20b02ba16210a31651360f8288ce498a939a560800764659110c71c8d1652" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/xor4.json b/VMTests/vmBitwiseLogicOperation/xor4.json index 3d5883db92d..3309aae9389 100644 --- a/VMTests/vmBitwiseLogicOperation/xor4.json +++ b/VMTests/vmBitwiseLogicOperation/xor4.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/vmBitwiseLogicOperation/xor4Filler.json", - "sourceHash": "f93caea2aba1666bc90d39c542c88bd29f6dd39070cdbbd8201f2a2e1391b1e9" + "sourceHash": "58529724d33ba6c8c44cb3ce36f2fc8004950e01d479936d99a4136e0285ffcf" }, "callcreates": [], "env": { diff --git a/VMTests/vmBitwiseLogicOperation/xor5.json b/VMTests/vmBitwiseLogicOperation/xor5.json index 9e49b1cee02..093c1cdc059 100644 --- a/VMTests/vmBitwiseLogicOperation/xor5.json +++ b/VMTests/vmBitwiseLogicOperation/xor5.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/vmBitwiseLogicOperation/xor5Filler.json", - "sourceHash": "3fce38bb76439e2e0c35b8eed52344d49fce4704cb7612a2fc58f3fdc154d5c8" + "sourceHash": "4dcdabaaedfd333184fc34e91df263538cdc39e8c8208faab48a28d1a630a08e" }, "callcreates": [], "env": { diff --git a/VMTests/vmBlockInfoTest/coinbase.json b/VMTests/vmBlockInfoTest/coinbase.json index 8ed50409086..39231ea99de 100644 --- a/VMTests/vmBlockInfoTest/coinbase.json +++ b/VMTests/vmBlockInfoTest/coinbase.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/vmBlockInfoTest/coinbaseFiller.json", - "sourceHash": "45a18d6e6aa7e027fccbf9e3fc7ecbf9459e7abeaa9a9b6751f8fc55e391fbfa" + "sourceHash": "ea8240530ab0826e6091327c701b357607aaae8d630e0edad820314632068927" }, "callcreates": [], "env": { diff --git a/VMTests/vmBlockInfoTest/difficulty.json b/VMTests/vmBlockInfoTest/difficulty.json index 6dca815e217..0a0344653d7 100644 --- a/VMTests/vmBlockInfoTest/difficulty.json +++ b/VMTests/vmBlockInfoTest/difficulty.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/vmBlockInfoTest/difficultyFiller.json", - "sourceHash": "04d76a7113df4a934c7a7ee839133e2fe61ed325c4b1d158e5df327164d8d8c0" + "sourceHash": "f8710ef9db2077eec63188e31c321e289b6c2c94d082ff11efe6b4c6b49521c7" }, "callcreates": [], "env": { diff --git a/VMTests/vmBlockInfoTest/gaslimit.json b/VMTests/vmBlockInfoTest/gaslimit.json index 1a4a1d903fc..c2829fe3255 100644 --- a/VMTests/vmBlockInfoTest/gaslimit.json +++ b/VMTests/vmBlockInfoTest/gaslimit.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/vmBlockInfoTest/gaslimitFiller.json", - "sourceHash": "2ad301b9ccf0ca4917d556e40c9cb5205511ddcfa7a6ae9d14c203b7c9879aeb" + "sourceHash": "2f8b2721186068f480273fddfae299e349ca90db71d6fc1afe8d93cce894b7bb" }, "callcreates": [], "env": { diff --git a/VMTests/vmBlockInfoTest/number.json b/VMTests/vmBlockInfoTest/number.json index 33381ca7345..e3f0f78add0 100644 --- a/VMTests/vmBlockInfoTest/number.json +++ b/VMTests/vmBlockInfoTest/number.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/vmBlockInfoTest/numberFiller.json", - "sourceHash": "095d409e80d6c2baccb4f8a31aa165cc35f4e99f9ece9aecdd0a738b39ae7520" + "sourceHash": "bb197523c926bafe6a48f7ebf6b9a5a724c1ee406179737e37f4d963449a5784" }, "callcreates": [], "env": { diff --git a/VMTests/vmBlockInfoTest/timestamp.json b/VMTests/vmBlockInfoTest/timestamp.json index 7755bf682e7..38f0d6b648c 100644 --- a/VMTests/vmBlockInfoTest/timestamp.json +++ b/VMTests/vmBlockInfoTest/timestamp.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/vmBlockInfoTest/timestampFiller.json", - "sourceHash": "4f447c643e607c2fada158bdfe4204eb4426c2965f1013a6e1f395b08fff06d3" + "sourceHash": "267fe48f679d0577da2678624331e33639d4ff2f33bf6d84e20e4fdf1e007415" }, "callcreates": [], "env": { diff --git a/VMTests/vmEnvironmentalInfo/address0.json b/VMTests/vmEnvironmentalInfo/address0.json index e87d3dfdafd..a5f3289ee38 100644 --- a/VMTests/vmEnvironmentalInfo/address0.json +++ b/VMTests/vmEnvironmentalInfo/address0.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/vmEnvironmentalInfo/address0Filler.json", - "sourceHash": "c2e4b442058a54065947dd53f4076ca31a42e19a2fe025b19d040d50ba6af559" + "sourceHash": "b2cb80dee57d2479f7a0a7895d8c87c15817d9adfe5dbc527e4831dc170edd71" }, "callcreates": [], "env": { diff --git a/VMTests/vmEnvironmentalInfo/address1.json b/VMTests/vmEnvironmentalInfo/address1.json index c5b4749dc32..ebbc85eb3b3 100644 --- a/VMTests/vmEnvironmentalInfo/address1.json +++ b/VMTests/vmEnvironmentalInfo/address1.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/vmEnvironmentalInfo/address1Filler.json", - "sourceHash": "5353cf85c3f2515a96ac8363505248bd6c7422970bf58a112979852de77d8815" + "sourceHash": "75a0a8788d67c736638c83eac354808a380bf059778ebf598990ae2a4976ce72" }, "callcreates": [], "env": { diff --git a/VMTests/vmEnvironmentalInfo/calldatacopy0.json b/VMTests/vmEnvironmentalInfo/calldatacopy0.json index 96e01ced537..b882d1129f9 100644 --- a/VMTests/vmEnvironmentalInfo/calldatacopy0.json +++ b/VMTests/vmEnvironmentalInfo/calldatacopy0.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/vmEnvironmentalInfo/calldatacopy0Filler.json", - "sourceHash": "36fce75296de94e8afd969429349b2d72cde8c338a33dcfe2fbb9c7810d5fd61" + "sourceHash": "eef7cd440500bccd94523a7cc35841da0cc19776c960689cde3f4424fe848fdc" }, "callcreates": [], "env": { diff --git a/VMTests/vmEnvironmentalInfo/calldatacopy0_return.json b/VMTests/vmEnvironmentalInfo/calldatacopy0_return.json index 8ed61dbd04c..f6566e6540d 100644 --- a/VMTests/vmEnvironmentalInfo/calldatacopy0_return.json +++ b/VMTests/vmEnvironmentalInfo/calldatacopy0_return.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/vmEnvironmentalInfo/calldatacopy0_returnFiller.json", - "sourceHash": "4d37ad7c08d456435d797ac87a135dab4423da4d17cfa366cce57e83acc08cac" + "sourceHash": "d8ea358691b5d7cfed793dab95f146f025d5e8a1e62937084ec5123943006321" }, "callcreates": [], "env": { diff --git a/VMTests/vmEnvironmentalInfo/calldatacopy1.json b/VMTests/vmEnvironmentalInfo/calldatacopy1.json index 5184754b3ca..19c34fa5ab8 100644 --- a/VMTests/vmEnvironmentalInfo/calldatacopy1.json +++ b/VMTests/vmEnvironmentalInfo/calldatacopy1.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/vmEnvironmentalInfo/calldatacopy1Filler.json", - "sourceHash": "2e7bf60d55e503a2bea0e64df281257a1e700a6389f87ddd512f37d4aa0c1994" + "sourceHash": "b6d259c3f7c601b27f05d4076b3ddccb9d8f21c646cb799d8d625ab09e1f2c4f" }, "callcreates": [], "env": { diff --git a/VMTests/vmEnvironmentalInfo/calldatacopy1_return.json b/VMTests/vmEnvironmentalInfo/calldatacopy1_return.json index fa2ab47fb59..d3694a3c66a 100644 --- a/VMTests/vmEnvironmentalInfo/calldatacopy1_return.json +++ b/VMTests/vmEnvironmentalInfo/calldatacopy1_return.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/vmEnvironmentalInfo/calldatacopy1_returnFiller.json", - "sourceHash": "a712eed7b6b1090747331b8e77226a3147d3a40c637560c19b192d675fd6d2c4" + "sourceHash": "5c72af166f72265735d5036def491f662c41d7dd6b8848b28f11a67615780d66" }, "callcreates": [], "env": { diff --git a/VMTests/vmEnvironmentalInfo/calldatacopy2.json b/VMTests/vmEnvironmentalInfo/calldatacopy2.json index e36ba82a34c..ddc4c3f18d6 100644 --- a/VMTests/vmEnvironmentalInfo/calldatacopy2.json +++ b/VMTests/vmEnvironmentalInfo/calldatacopy2.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/vmEnvironmentalInfo/calldatacopy2Filler.json", - "sourceHash": "f54fbd5e7be21a56ebd9bd851bd912218c64e9a070f43d08ae1e54f7de28fb4f" + "sourceHash": "8539605b430942ce2e19013b58695b233b756d6ca3478638e0b1ed55332c98af" }, "callcreates": [], "env": { diff --git a/VMTests/vmEnvironmentalInfo/calldatacopy2_return.json b/VMTests/vmEnvironmentalInfo/calldatacopy2_return.json index 34557dc4ab1..d07182b0e40 100644 --- a/VMTests/vmEnvironmentalInfo/calldatacopy2_return.json +++ b/VMTests/vmEnvironmentalInfo/calldatacopy2_return.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/vmEnvironmentalInfo/calldatacopy2_returnFiller.json", - "sourceHash": "0b7b47579f85c511808e107b60c449e2507cc2d923f15a269bd9f114625b86ff" + "sourceHash": "bc3127103ce4cfd2f4c3e3a47e0129dc9f76b7f58b114414a632277fae558147" }, "callcreates": [], "env": { diff --git a/VMTests/vmEnvironmentalInfo/calldatacopyUnderFlow.json b/VMTests/vmEnvironmentalInfo/calldatacopyUnderFlow.json index 7a11a4315e8..d9d709bcf3e 100644 --- a/VMTests/vmEnvironmentalInfo/calldatacopyUnderFlow.json +++ b/VMTests/vmEnvironmentalInfo/calldatacopyUnderFlow.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/vmEnvironmentalInfo/calldatacopyUnderFlowFiller.json", - "sourceHash": "9842db46b083d091970f2743f819461be1c18a990037f62254892d62c42e34ec" + "sourceHash": "030ad20ee0bc0e04d3740f8e8752ee35ae97e98963a6ecd0207295789fe15038" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmEnvironmentalInfo/calldatacopyZeroMemExpansion.json b/VMTests/vmEnvironmentalInfo/calldatacopyZeroMemExpansion.json index 187c8a7aae9..a0391215a0b 100644 --- a/VMTests/vmEnvironmentalInfo/calldatacopyZeroMemExpansion.json +++ b/VMTests/vmEnvironmentalInfo/calldatacopyZeroMemExpansion.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/vmEnvironmentalInfo/calldatacopyZeroMemExpansionFiller.json", - "sourceHash": "b60c2114aa299f264dd75112e0a58f7ef6c2b9df1d4ca2c083ad57ce3e5845d6" + "sourceHash": "c740132756cfee41012c63a1af928bff7de3dab6baea5ae4f358c1222efb2ffa" }, "callcreates": [], "env": { diff --git a/VMTests/vmEnvironmentalInfo/calldatacopyZeroMemExpansion_return.json b/VMTests/vmEnvironmentalInfo/calldatacopyZeroMemExpansion_return.json index 6f9e3ca3ee2..5290080202b 100644 --- a/VMTests/vmEnvironmentalInfo/calldatacopyZeroMemExpansion_return.json +++ b/VMTests/vmEnvironmentalInfo/calldatacopyZeroMemExpansion_return.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/vmEnvironmentalInfo/calldatacopyZeroMemExpansion_returnFiller.json", - "sourceHash": "7282edd2a027f6139742ee4309bcc5e6911a3a4ff71cb202107652794a674cdf" + "sourceHash": "d9c6711c48e9dbe7c8a9683414b122bd9ec9ee7f02d202920ef0fc293441041d" }, "callcreates": [], "env": { diff --git a/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh.json b/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh.json index 1ec64986def..f957a58d971 100644 --- a/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh.json +++ b/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh.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/vmEnvironmentalInfo/calldatacopy_DataIndexTooHighFiller.json", - "sourceHash": "a0e9d8250a87886bf235d9a905118b58536b084e18b11d1b0dadd34a62a80921" + "sourceHash": "24f8d31360b204b845319af0e93040ab08011d0b218ba91847097f70450f91df" }, "callcreates": [], "env": { diff --git a/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2.json b/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2.json index f0efa7c869c..6ba068f1254 100644 --- a/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2.json +++ b/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2.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/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2Filler.json", - "sourceHash": "d5e37b4a43140c9a8b0b31d7ca3ac3d7ad3b02b5d117ba07881e1632421b62f0" + "sourceHash": "860cf8b631694dd4302aae143f237f3b5518cfe6744ba75800e2f7b0fc1e6dc5" }, "callcreates": [], "env": { diff --git a/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2_return.json b/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2_return.json index e9296d834cc..fe9a37d4621 100644 --- a/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2_return.json +++ b/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2_return.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/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh2_returnFiller.json", - "sourceHash": "4f2e9aea338723dfe2c86c42c6de1e753282e4912c76dbba32bf82429f48be38" + "sourceHash": "61b30f9e328852f194c72e5cc468c2aa08a1b1dbf24e7b9074e97e421c43436c" }, "callcreates": [], "env": { diff --git a/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh_return.json b/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh_return.json index 187d5892e63..0e2f2ab7e5f 100644 --- a/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh_return.json +++ b/VMTests/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh_return.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/vmEnvironmentalInfo/calldatacopy_DataIndexTooHigh_returnFiller.json", - "sourceHash": "b08c70e5a937107d7d4abb3be24ca3f104307a370cc1cb176e58fbaeb746b879" + "sourceHash": "c2045c7c06c3b844b615c7d7a6760eb242922c33e2d89ea756d25ba38e91587f" }, "callcreates": [], "env": { diff --git a/VMTests/vmEnvironmentalInfo/calldatacopy_sec.json b/VMTests/vmEnvironmentalInfo/calldatacopy_sec.json index ca74e3a228e..1590f273be0 100644 --- a/VMTests/vmEnvironmentalInfo/calldatacopy_sec.json +++ b/VMTests/vmEnvironmentalInfo/calldatacopy_sec.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/vmEnvironmentalInfo/calldatacopy_secFiller.json", - "sourceHash": "1cb02a52b686ba63aa65eea6c27f0cf691923b74c70b22fcc9aee0bd91d975aa" + "sourceHash": "7da8c0161ba7241cfabf48b05686b7c5c924f89c45a2ba927c7872524f7f2585" }, "callcreates": [], "env": { diff --git a/VMTests/vmEnvironmentalInfo/calldataload0.json b/VMTests/vmEnvironmentalInfo/calldataload0.json index 1323648eb3b..6ca8a2042f9 100644 --- a/VMTests/vmEnvironmentalInfo/calldataload0.json +++ b/VMTests/vmEnvironmentalInfo/calldataload0.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/vmEnvironmentalInfo/calldataload0Filler.json", - "sourceHash": "54be5b7ccfa7976289eaaf32536159bfbeb7d738ed523ae70806c55aa9429e8c" + "sourceHash": "64f39d40dfabda0466b237ceed08f7606174faae74a20a6f10588d2ed053dda0" }, "callcreates": [], "env": { diff --git a/VMTests/vmEnvironmentalInfo/calldataload1.json b/VMTests/vmEnvironmentalInfo/calldataload1.json index 63dc9375a87..52a6b42c574 100644 --- a/VMTests/vmEnvironmentalInfo/calldataload1.json +++ b/VMTests/vmEnvironmentalInfo/calldataload1.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/vmEnvironmentalInfo/calldataload1Filler.json", - "sourceHash": "1e0eba1d9f1f8ab2ea809c38d382573a46d99b5443ee7e4679ce5227c459de07" + "sourceHash": "9dd3f5bbd0838f2ce33e0bf76e8fe4075b70277cf13de382f03f939c764ec83a" }, "callcreates": [], "env": { diff --git a/VMTests/vmEnvironmentalInfo/calldataload2.json b/VMTests/vmEnvironmentalInfo/calldataload2.json index 62854cba2e1..2df49aa745e 100644 --- a/VMTests/vmEnvironmentalInfo/calldataload2.json +++ b/VMTests/vmEnvironmentalInfo/calldataload2.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/vmEnvironmentalInfo/calldataload2Filler.json", - "sourceHash": "6e24e93cd08038949c331b79e4bb0c8a3cbe4036f1eaec51267dd4a5ec1a6c3a" + "sourceHash": "f42929773a6aa05cbf90ddc8b429bc55109877452c5ac8e8769772964b506fa6" }, "callcreates": [], "env": { diff --git a/VMTests/vmEnvironmentalInfo/calldataloadSizeTooHigh.json b/VMTests/vmEnvironmentalInfo/calldataloadSizeTooHigh.json index 30a0d259343..ad60f4316cd 100644 --- a/VMTests/vmEnvironmentalInfo/calldataloadSizeTooHigh.json +++ b/VMTests/vmEnvironmentalInfo/calldataloadSizeTooHigh.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/vmEnvironmentalInfo/calldataloadSizeTooHighFiller.json", - "sourceHash": "c7993d4893fd9fdac1842b5e7181cb136e1f047dbe049757ad4cb8cd1b7855be" + "sourceHash": "df8c3ba169a7fafd19f328c6aa610d4f6cab9102da40f0378da1cba3f4e63c29" }, "callcreates": [], "env": { diff --git a/VMTests/vmEnvironmentalInfo/calldataloadSizeTooHighPartial.json b/VMTests/vmEnvironmentalInfo/calldataloadSizeTooHighPartial.json index b1529215709..42e78735fe7 100644 --- a/VMTests/vmEnvironmentalInfo/calldataloadSizeTooHighPartial.json +++ b/VMTests/vmEnvironmentalInfo/calldataloadSizeTooHighPartial.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/vmEnvironmentalInfo/calldataloadSizeTooHighPartialFiller.json", - "sourceHash": "d7c960f881d92c140ef49c65db2f29e62f5b21e83e45d44d7afe9ca637dddf2f" + "sourceHash": "bb9b598595e4d3797f50590de9fb99251a5ec212f38173c7af45d8b1b11e9a3c" }, "callcreates": [], "env": { diff --git a/VMTests/vmEnvironmentalInfo/calldataload_BigOffset.json b/VMTests/vmEnvironmentalInfo/calldataload_BigOffset.json index 162c29ab982..7403caa7423 100644 --- a/VMTests/vmEnvironmentalInfo/calldataload_BigOffset.json +++ b/VMTests/vmEnvironmentalInfo/calldataload_BigOffset.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/vmEnvironmentalInfo/calldataload_BigOffsetFiller.json", - "sourceHash": "6367c515a77b601995ef4662688952536db1c063cc9c8e1289b94a140aaddd98" + "sourceHash": "d7a9c44f6a42c49db6521df5e8290e10f920dde697cf1d539a992482fc5f03d6" }, "callcreates": [], "env": { diff --git a/VMTests/vmEnvironmentalInfo/calldatasize0.json b/VMTests/vmEnvironmentalInfo/calldatasize0.json index 9ed6d5f52d4..bfd085c696e 100644 --- a/VMTests/vmEnvironmentalInfo/calldatasize0.json +++ b/VMTests/vmEnvironmentalInfo/calldatasize0.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/vmEnvironmentalInfo/calldatasize0Filler.json", - "sourceHash": "36a4171f8608e18c3741bf60ca6a8069c4efe0e2d816a566821d8cc0f658dc63" + "sourceHash": "7743137270c7670e57a52279f59efcf59eb78ba8dd1f3033a39336d7e3878b8c" }, "callcreates": [], "env": { diff --git a/VMTests/vmEnvironmentalInfo/calldatasize1.json b/VMTests/vmEnvironmentalInfo/calldatasize1.json index cd11e5e7091..8d138e1cd45 100644 --- a/VMTests/vmEnvironmentalInfo/calldatasize1.json +++ b/VMTests/vmEnvironmentalInfo/calldatasize1.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/vmEnvironmentalInfo/calldatasize1Filler.json", - "sourceHash": "06c74e8cc367282ed1fe140963a94f14383fe32be2b335b3f8d387af697e207f" + "sourceHash": "d087200d3795fad93c4b4d194ee850c8516a9ea43169e74420cff2a4a5e715cd" }, "callcreates": [], "env": { diff --git a/VMTests/vmEnvironmentalInfo/calldatasize2.json b/VMTests/vmEnvironmentalInfo/calldatasize2.json index 68445e442ac..eaaacc474cb 100644 --- a/VMTests/vmEnvironmentalInfo/calldatasize2.json +++ b/VMTests/vmEnvironmentalInfo/calldatasize2.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/vmEnvironmentalInfo/calldatasize2Filler.json", - "sourceHash": "d40365842ee890622090b342e5fa4d11ca50009bde4de54baf9bb59b1bdee7f5" + "sourceHash": "b432f1b435e0c412322482cae438f93e6a2cfeb6ce64e5e8e65df2a8a14706ea" }, "callcreates": [], "env": { diff --git a/VMTests/vmEnvironmentalInfo/caller.json b/VMTests/vmEnvironmentalInfo/caller.json index 0f1a200360f..82d74e25403 100644 --- a/VMTests/vmEnvironmentalInfo/caller.json +++ b/VMTests/vmEnvironmentalInfo/caller.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/vmEnvironmentalInfo/callerFiller.json", - "sourceHash": "93d707425a753bb55dc6bd8e19f0a3e7029dde6a80156757bf291999f53e6606" + "sourceHash": "ac5eb9d2546012db8f8d35ad6aea1526310a43b1164cab8e9ebfdd9a76a5b170" }, "callcreates": [], "env": { diff --git a/VMTests/vmEnvironmentalInfo/callvalue.json b/VMTests/vmEnvironmentalInfo/callvalue.json index b8dacbe86e5..2d3212d0e39 100644 --- a/VMTests/vmEnvironmentalInfo/callvalue.json +++ b/VMTests/vmEnvironmentalInfo/callvalue.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/vmEnvironmentalInfo/callvalueFiller.json", - "sourceHash": "c111e7fff425b92fc0207e50c9536876fd17f6418b6c4519a184bfe94bbc2afe" + "sourceHash": "6c6f3a36dec277556adb98cf62fe16396e91555ef57105f245a39a4081532416" }, "callcreates": [], "env": { diff --git a/VMTests/vmEnvironmentalInfo/codecopy0.json b/VMTests/vmEnvironmentalInfo/codecopy0.json index a8bbc673fe0..bd3d4541cf6 100644 --- a/VMTests/vmEnvironmentalInfo/codecopy0.json +++ b/VMTests/vmEnvironmentalInfo/codecopy0.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/vmEnvironmentalInfo/codecopy0Filler.json", - "sourceHash": "a9dde22eac7ac234043d3cbd99a723a0d7c64ba1c508eb5dc8cfdf134fe5c892" + "sourceHash": "dca2fa016cc59fa323b223482c6d791ee6a7f455d71e4c4513223644731646a2" }, "callcreates": [], "env": { diff --git a/VMTests/vmEnvironmentalInfo/codecopyZeroMemExpansion.json b/VMTests/vmEnvironmentalInfo/codecopyZeroMemExpansion.json index e68146bbe5f..b698fc2233f 100644 --- a/VMTests/vmEnvironmentalInfo/codecopyZeroMemExpansion.json +++ b/VMTests/vmEnvironmentalInfo/codecopyZeroMemExpansion.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/vmEnvironmentalInfo/codecopyZeroMemExpansionFiller.json", - "sourceHash": "e5366a67d99b4a93daa79cdf12b0ffbdede15c7b0a99a53e9b2b8eb8ff43b7b0" + "sourceHash": "8cfc6d601660fbd30d362da6661b36db5134718d60beedd11bc5ad856038a10f" }, "callcreates": [], "env": { diff --git a/VMTests/vmEnvironmentalInfo/codecopy_DataIndexTooHigh.json b/VMTests/vmEnvironmentalInfo/codecopy_DataIndexTooHigh.json index 0ec5f4dc2c7..4066e42d957 100644 --- a/VMTests/vmEnvironmentalInfo/codecopy_DataIndexTooHigh.json +++ b/VMTests/vmEnvironmentalInfo/codecopy_DataIndexTooHigh.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/vmEnvironmentalInfo/codecopy_DataIndexTooHighFiller.json", - "sourceHash": "5b1c2a83cc2030ed67fb7e87499ed5e4408ec05ad1c25e3d3d1c2fde1416f04d" + "sourceHash": "9f6103e810afff888a8354e06e94156d3d0272ab1fa0680e22faaf14fb6cf05e" }, "callcreates": [], "env": { diff --git a/VMTests/vmEnvironmentalInfo/codesize.json b/VMTests/vmEnvironmentalInfo/codesize.json index 33b1fb37d7d..ae2132957e0 100644 --- a/VMTests/vmEnvironmentalInfo/codesize.json +++ b/VMTests/vmEnvironmentalInfo/codesize.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/vmEnvironmentalInfo/codesizeFiller.json", - "sourceHash": "1ddcf4c7d1b8bbae6f3376e7066737b9e51e196cb41928a29aeff09c78260975" + "sourceHash": "1125af9ab5f626a9c580da4b0f8ef8ebbeb586d19446a07d9e503dd02ad7c8d4" }, "callcreates": [], "env": { diff --git a/VMTests/vmEnvironmentalInfo/gasprice.json b/VMTests/vmEnvironmentalInfo/gasprice.json index a62df56e37e..efb6c726e64 100644 --- a/VMTests/vmEnvironmentalInfo/gasprice.json +++ b/VMTests/vmEnvironmentalInfo/gasprice.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/vmEnvironmentalInfo/gaspriceFiller.json", - "sourceHash": "15719ef439c5a477be9c5dc74c90d4c88ea51efe46429ee2bbbbb9b9937ae42d" + "sourceHash": "27573bc80854fddbfbabdd59767e441abc2df942244a540da4532c5ea8f023d9" }, "callcreates": [], "env": { diff --git a/VMTests/vmEnvironmentalInfo/origin.json b/VMTests/vmEnvironmentalInfo/origin.json index 0a606d34196..221b0279364 100644 --- a/VMTests/vmEnvironmentalInfo/origin.json +++ b/VMTests/vmEnvironmentalInfo/origin.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/vmEnvironmentalInfo/originFiller.json", - "sourceHash": "9624d73d3fdee30933bce26fd2baf58d171581c64a177d03a8e1916d8063391b" + "sourceHash": "3ac4734a8441e831a5a0a7b29bad6a3543d5112adf8ece6a3f373f11e65feafe" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdest.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdest.json index a97effa5e0a..213f3bc2b11 100644 --- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdest.json +++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdest.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/BlockNumberDynamicJump0_AfterJumpdestFiller.json", - "sourceHash": "60a342394ec71ee6cc6918df07947fff77d94932ca87f8da778484cde9308da4" + "sourceHash": "76f78ec5e0138f62cd3310eed59ebc5e801b5cb6f62a05e0cc6202a83379e7da" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdest3.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdest3.json index 902d9876078..d348a566ccf 100644 --- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdest3.json +++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_AfterJumpdest3.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/BlockNumberDynamicJump0_AfterJumpdest3Filler.json", - "sourceHash": "b9528499c75a36090a3bc0da23b1409d6c2f4cc14aa9a42d93f8e420cb0249eb" + "sourceHash": "09658c1a2e6cb24adb354f0653af47b981ae5c73cc6b52c4e030e1b21243c3b9" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_foreverOutOfGas.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_foreverOutOfGas.json index 4e011ef85b8..873190f7b11 100644 --- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_foreverOutOfGas.json +++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_foreverOutOfGas.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/BlockNumberDynamicJump0_foreverOutOfGasFiller.json", - "sourceHash": "478f48afe2725afc966ced558e3bddd2f2073501e7a18e27b56e9d76e1147a06" + "sourceHash": "73cac1c028eaca32e2a77aeb3011773c0c0a19441e68bf105704c67ccd02d5b5" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest0.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest0.json index 89355c8afb3..9187a6b55f0 100644 --- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest0.json +++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest0.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/BlockNumberDynamicJump0_jumpdest0Filler.json", - "sourceHash": "0551f961373324819436748d700e944e30987dbe3abef8ba286fceac63a2eb42" + "sourceHash": "3ce498f07a725ffecf852b87cb332396a371011850171cb3c46662e41e1a6160" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest2.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest2.json index ee34d061ddc..1a60d83c157 100644 --- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest2.json +++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_jumpdest2.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/BlockNumberDynamicJump0_jumpdest2Filler.json", - "sourceHash": "8baec85e2a867781074c8253e698235ecbbc6b4e0b800aeae1bbc1f496dd5df8" + "sourceHash": "d7bb426b0bb0500f624b5976fdde45537fb1f26d8c169a3e680d6be601058b65" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_withoutJumpdest.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_withoutJumpdest.json index 7ee9c83e29b..9d46c842ebf 100644 --- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_withoutJumpdest.json +++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump0_withoutJumpdest.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/BlockNumberDynamicJump0_withoutJumpdestFiller.json", - "sourceHash": "31f31e5c915cf8ab43cfbb41086486a4a787c046008b3977b2c2726b79a0dcd9" + "sourceHash": "80164489b9670a8e438dee2cb68cd38ee1d749e17c31e0425ba0b113c4cb81b4" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump1.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump1.json index b1e708449fb..0cebfe0eb05 100644 --- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump1.json +++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJump1.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/BlockNumberDynamicJump1Filler.json", - "sourceHash": "c5968ad229d917aa0b151a3f5425c1c004d6c2185863a121f37dab31cc086820" + "sourceHash": "cae5fc9201b0ac62aa60c6073ac87f7ef7d4f0a977dc90a6445589d7d14def20" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithJumpDest.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithJumpDest.json index fe02daa7b7b..12e87fcffc7 100644 --- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithJumpDest.json +++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithJumpDest.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/BlockNumberDynamicJumpInsidePushWithJumpDestFiller.json", - "sourceHash": "06d36f7a3c78c8d9daae68779a30fd1c1a2eec7ea117a2c2610a215c61bdc78c" + "sourceHash": "d1c71ac6585caf0dead9b45eaccfa6788fd8ead69f18b676a9f5932e136279aa" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithoutJumpDest.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithoutJumpDest.json index 2551dbcc255..3e6d2c903f5 100644 --- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithoutJumpDest.json +++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpInsidePushWithoutJumpDest.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/BlockNumberDynamicJumpInsidePushWithoutJumpDestFiller.json", - "sourceHash": "ec0ad14a6e12ee5a9159387dab7f962654d6567e446b98a4e246f5cf85d4f614" + "sourceHash": "aabe65d7be6c0402398fbfb3106b6b2522c589edff67131fc8d2b90efc8e3199" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi0.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi0.json index 9d2f3155f13..a843a4303e7 100644 --- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi0.json +++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi0.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/BlockNumberDynamicJumpi0Filler.json", - "sourceHash": "b4ebed943ff1b91e908d31d1ee4b223b5702202c9b29da37a45a8b04697dee17" + "sourceHash": "e2960c17fc1686eb38bd904de832d4c8ca0d334f36d8a05f6e9c475f15b36e4b" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi1.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi1.json index fc9455926ad..1ce1b1c2c92 100644 --- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi1.json +++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi1.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/BlockNumberDynamicJumpi1Filler.json", - "sourceHash": "2bc7ee2a08f4bfcd83fff1f0a3aa141af0259428548621450b5e736e09cccf86" + "sourceHash": "b2eebc684142a8ee5ac367c36085e54d95a499e15e48b876955bfd9df6340b76" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi1_jumpdest.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi1_jumpdest.json index cf7b4223d28..cf80237b705 100644 --- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi1_jumpdest.json +++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpi1_jumpdest.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/BlockNumberDynamicJumpi1_jumpdestFiller.json", - "sourceHash": "5dcb8105f811de000ec297f7c8d56640c1cbf4ee09f5729f51b21a2fccd065ce" + "sourceHash": "d602d9deee62e42c9da3d643947125103e1c81e9521578576500bd84b9e3b7ae" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpiAfterStop.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpiAfterStop.json index eea1f2c45b9..4447bbefbff 100644 --- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpiAfterStop.json +++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpiAfterStop.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/BlockNumberDynamicJumpiAfterStopFiller.json", - "sourceHash": "76043e6b07b53923af91a34e3ee2bdedc04951a252bc55aa4e8ca354bf00480a" + "sourceHash": "90e8d00c1b5066108adb96a133f8f2e2839539c282ef42fc40fc554f8f85dcd0" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpiOutsideBoundary.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpiOutsideBoundary.json index 27a427baca2..df9c916bb64 100644 --- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpiOutsideBoundary.json +++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpiOutsideBoundary.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/BlockNumberDynamicJumpiOutsideBoundaryFiller.json", - "sourceHash": "5312d784d75d1ca0eaa62883029fa72bf6c285963013a1e83ee8364b3263d4ad" + "sourceHash": "895f57d28b07a143ddbde0af9f534ae1aa2bb3c9077932b3b5e9cdba94027b51" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithJumpDest.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithJumpDest.json index 144b252fca6..43f966fe297 100644 --- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithJumpDest.json +++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithJumpDest.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/BlockNumberDynamicJumpifInsidePushWithJumpDestFiller.json", - "sourceHash": "5711d20e7a5a9a9f6fee8d9bafbb34648cae2960fe4daa4f8645f30548766abd" + "sourceHash": "020923c6dc051ec54cc0086ab931f67b823773f0109a84a720efc915d71b9cc3" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithoutJumpDest.json b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithoutJumpDest.json index 50f572cb4ea..3f615be0eaf 100644 --- a/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithoutJumpDest.json +++ b/VMTests/vmIOandFlowOperations/BlockNumberDynamicJumpifInsidePushWithoutJumpDest.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/BlockNumberDynamicJumpifInsidePushWithoutJumpDestFiller.json", - "sourceHash": "b6957202b0fc2254d90af1fa9218982d3b1b87dffe0707be361c60592de83626" + "sourceHash": "c8f59e57ed9609c937276af0bc49dc991c63a2611c741d17daa335f1d7b39637" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/DyanmicJump0_outOfBoundary.json b/VMTests/vmIOandFlowOperations/DyanmicJump0_outOfBoundary.json index 0cb55b904cc..231645be493 100644 --- a/VMTests/vmIOandFlowOperations/DyanmicJump0_outOfBoundary.json +++ b/VMTests/vmIOandFlowOperations/DyanmicJump0_outOfBoundary.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/DyanmicJump0_outOfBoundaryFiller.json", - "sourceHash": "de36ac9c8273d45a4e65fa05a2d77d214bfc7c2d7a01fcc968ecaf216e2854d2" + "sourceHash": "42a0c6b6c7840fe8ea8f3161c8e4619ca30bd664ad282092ba32ae8171201070" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/DynamicJump0_AfterJumpdest.json b/VMTests/vmIOandFlowOperations/DynamicJump0_AfterJumpdest.json index dbba6341467..a7c6ec3073b 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJump0_AfterJumpdest.json +++ b/VMTests/vmIOandFlowOperations/DynamicJump0_AfterJumpdest.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/DynamicJump0_AfterJumpdestFiller.json", - "sourceHash": "2760e7901ec06cde9a0ed9360259190e7e8829dcc02bfed67b467b83f21b35f8" + "sourceHash": "59fed547915b741001f98d1b66c9e1542c360885c14d32fb96f3f9d8e6262e84" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/DynamicJump0_AfterJumpdest3.json b/VMTests/vmIOandFlowOperations/DynamicJump0_AfterJumpdest3.json index c69e05952ff..ee990b14c2c 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJump0_AfterJumpdest3.json +++ b/VMTests/vmIOandFlowOperations/DynamicJump0_AfterJumpdest3.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/DynamicJump0_AfterJumpdest3Filler.json", - "sourceHash": "c71733bfed77f2ab28e16e3498a9d20534ff7f40e9cd2cdae9b37d4b6454c2dd" + "sourceHash": "b1c776c252971a670e9f659f21fec3aa991bf585543f8500c6d387e83f315817" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/DynamicJump0_foreverOutOfGas.json b/VMTests/vmIOandFlowOperations/DynamicJump0_foreverOutOfGas.json index edbe470fc33..c45a5538736 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJump0_foreverOutOfGas.json +++ b/VMTests/vmIOandFlowOperations/DynamicJump0_foreverOutOfGas.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/DynamicJump0_foreverOutOfGasFiller.json", - "sourceHash": "101e8a373b79c0e3a9b037412f84ad68bae0604b9ef557ee800985c521d6466b" + "sourceHash": "d54448f83aa127024ecbc431d44b94530b4a2cee089f03cd5a7e395292e9d25d" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/DynamicJump0_jumpdest0.json b/VMTests/vmIOandFlowOperations/DynamicJump0_jumpdest0.json index 7612598d636..41790d029c3 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJump0_jumpdest0.json +++ b/VMTests/vmIOandFlowOperations/DynamicJump0_jumpdest0.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/DynamicJump0_jumpdest0Filler.json", - "sourceHash": "cb435ec31cd61b9a384627920e2b3f750fb08a41f379e7d7fa0fdb00dea196d1" + "sourceHash": "6d2369ae86f578c543fa2d943124d02251f984e934a92bb7efc21e1b00b512ab" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/DynamicJump0_jumpdest2.json b/VMTests/vmIOandFlowOperations/DynamicJump0_jumpdest2.json index 8c1bba5212b..24bfdd220a2 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJump0_jumpdest2.json +++ b/VMTests/vmIOandFlowOperations/DynamicJump0_jumpdest2.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/DynamicJump0_jumpdest2Filler.json", - "sourceHash": "ecfb7623cdc1b25498101d7f1518dea608cc50a48278dbe1a5b94b10c966da18" + "sourceHash": "921210dc52fa45d5d961a4e9a73eadbaba1b2b81b6855f9e5af20223cc2bca44" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/DynamicJump0_withoutJumpdest.json b/VMTests/vmIOandFlowOperations/DynamicJump0_withoutJumpdest.json index 123af78604d..25d41f9e193 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJump0_withoutJumpdest.json +++ b/VMTests/vmIOandFlowOperations/DynamicJump0_withoutJumpdest.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/DynamicJump0_withoutJumpdestFiller.json", - "sourceHash": "d866ed7c6f8908ca07d983eac12b9f5231cfc89f48fd3a434890ff2f8e219290" + "sourceHash": "3b33c5e34a52f81a1e6576be88048b924cdc7960f636405a43b8f78f0a9be1f9" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/DynamicJump1.json b/VMTests/vmIOandFlowOperations/DynamicJump1.json index 28dfc126cad..598d1468a7c 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJump1.json +++ b/VMTests/vmIOandFlowOperations/DynamicJump1.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/DynamicJump1Filler.json", - "sourceHash": "d63901038a6647b31d6d2526aa0ef08718e30c5c959ece55af64c9d2cc09520e" + "sourceHash": "ec271a733f1bb3f7c1bbc6482527dc59201b0a9533e681be66882bd0e6e3339a" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpAfterStop.json b/VMTests/vmIOandFlowOperations/DynamicJumpAfterStop.json index 18595c8d0f8..6b6d016a91a 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJumpAfterStop.json +++ b/VMTests/vmIOandFlowOperations/DynamicJumpAfterStop.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/DynamicJumpAfterStopFiller.json", - "sourceHash": "4d2e92b425345a10399d1ffd01b3c20848eb9f86673d31ea59c43724deb2e348" + "sourceHash": "58506f533e6015899169201037330f50a9ff7a9e57762f44c01a6683ff79c4e8" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpInsidePushWithJumpDest.json b/VMTests/vmIOandFlowOperations/DynamicJumpInsidePushWithJumpDest.json index 7af4ac66387..ccd5e706780 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJumpInsidePushWithJumpDest.json +++ b/VMTests/vmIOandFlowOperations/DynamicJumpInsidePushWithJumpDest.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/DynamicJumpInsidePushWithJumpDestFiller.json", - "sourceHash": "bde67c652f183fe19b736ec899124dbaacf33e5d14599ddb9031c0b9871da629" + "sourceHash": "a862889f4b6cf7d93876c3a981bab861cbc47ac6e85bb7b9bb3638c6cd0533ae" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpInsidePushWithoutJumpDest.json b/VMTests/vmIOandFlowOperations/DynamicJumpInsidePushWithoutJumpDest.json index c818e560f0d..a65a16f6af9 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJumpInsidePushWithoutJumpDest.json +++ b/VMTests/vmIOandFlowOperations/DynamicJumpInsidePushWithoutJumpDest.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/DynamicJumpInsidePushWithoutJumpDestFiller.json", - "sourceHash": "324bcc6136dd0a612f76a2717828542140f4d3e5d1c1c419296d5ff525b15632" + "sourceHash": "adb7d2361fe893701db07aa7ca0672713bfbf6f800499bc82816d67bd6709870" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps0.json b/VMTests/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps0.json index 91461a9682a..569d2ebf0b4 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps0.json +++ b/VMTests/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps0.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/DynamicJumpJD_DependsOnJumps0Filler.json", - "sourceHash": "e78f1b125754d7f639a87720836344952e5d6879b8bebc524f4cc9fa04f56ac7" + "sourceHash": "e7b2432987a7fc48e9cb0261d46ad47a462846f3ccd25a88113657029db8bc7c" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps1.json b/VMTests/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps1.json index ac26d38049a..13fe936169b 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps1.json +++ b/VMTests/vmIOandFlowOperations/DynamicJumpJD_DependsOnJumps1.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/DynamicJumpJD_DependsOnJumps1Filler.json", - "sourceHash": "e0e9b659e94ea434df79e8ca0590e723fa13f5fafbb7ad507b311e86c444ea72" + "sourceHash": "fff339d9e2aa6e0eefc446a504a1774d782c4fa99ec58473c77796af77fb82be" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest0.json b/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest0.json index 0fceb92f784..1fb5dda351a 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest0.json +++ b/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest0.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/DynamicJumpPathologicalTest0Filler.json", - "sourceHash": "f9f226c3276088aa5f48c48c433a3a9ef80af7661228c7fe44997ffc74fe690a" + "sourceHash": "556294f48aa927659c184630b4570bfaaef1de03f207c4c6402650a2822c7501" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest1.json b/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest1.json index 65509d56dad..c51e67565ba 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest1.json +++ b/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest1.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/DynamicJumpPathologicalTest1Filler.json", - "sourceHash": "dc076c772cd3acf17cfa74797a5825406887fa5960dae4ac08fb6e008688bb49" + "sourceHash": "f35ac103ec69cafc3c4306ec1c67d184d73740721acf71493bed71097bd91815" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest2.json b/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest2.json index 1a8f1141069..61a4016e68a 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest2.json +++ b/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest2.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/DynamicJumpPathologicalTest2Filler.json", - "sourceHash": "054be992d3b59e750740dd72d9b996591fceec04d0af996ca0c392dc519a738b" + "sourceHash": "74b9accb0f049be40c5ce774834d35a47c37ee6123ee88a21c44fe02c122e41f" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest3.json b/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest3.json index 79c016967c1..a6e739ac94e 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest3.json +++ b/VMTests/vmIOandFlowOperations/DynamicJumpPathologicalTest3.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/DynamicJumpPathologicalTest3Filler.json", - "sourceHash": "1ec4a6f7c61509d6cc893865e2c355a6250fef80734ba66b366d5b80930f6779" + "sourceHash": "68f6b66968f75bca39a47452f9a424d48fc1341d1f25b50e7cfcd185cfa74bae" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpStartWithJumpDest.json b/VMTests/vmIOandFlowOperations/DynamicJumpStartWithJumpDest.json index 84e7022d6b2..fecf093b1cb 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJumpStartWithJumpDest.json +++ b/VMTests/vmIOandFlowOperations/DynamicJumpStartWithJumpDest.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/DynamicJumpStartWithJumpDestFiller.json", - "sourceHash": "0166032cf51da90b08dcc25730c8712fef1d07ce9262bc827059ee0c8f4afe50" + "sourceHash": "1b6a21ea62bd2f10a4b635e1871cde0c6983f700572d8f65dfb6c5debe3d2c2c" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/DynamicJump_value1.json b/VMTests/vmIOandFlowOperations/DynamicJump_value1.json index a9fcf6757b8..d2af8b9cb01 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJump_value1.json +++ b/VMTests/vmIOandFlowOperations/DynamicJump_value1.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/DynamicJump_value1Filler.json", - "sourceHash": "dd0fcfdd851bc8bd48509dc7776d7b26df6b64ecaee73c72acdc338a5931c28e" + "sourceHash": "5d1d10bb8343f01ae870a87e3f0aeda9d34544912a9e270b6b6bd89e1dfb5797" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/DynamicJump_value2.json b/VMTests/vmIOandFlowOperations/DynamicJump_value2.json index 69f1e4e162f..e54a8d7baa7 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJump_value2.json +++ b/VMTests/vmIOandFlowOperations/DynamicJump_value2.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/DynamicJump_value2Filler.json", - "sourceHash": "4ef680abf42376dcc446ab6382762378a98b1cbfcc61041cfe264b5365bfba2f" + "sourceHash": "b4d3bf3a9efe9d5601d36d5c6cb30ffbd1ec23df4fb391d6d695c6bc1c278a09" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/DynamicJump_value3.json b/VMTests/vmIOandFlowOperations/DynamicJump_value3.json index 0c0936ae2e2..67b5532b6a9 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJump_value3.json +++ b/VMTests/vmIOandFlowOperations/DynamicJump_value3.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/DynamicJump_value3Filler.json", - "sourceHash": "31d6444dc2f0df972f932ec868e6516ea3f15ce647a8de4b4d49143c8616665a" + "sourceHash": "48f19bb7d9e5c45cbd3bcd4849b8ce2296490479e7f0c0c9d1c5bfe9e5616dd6" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/DynamicJump_valueUnderflow.json b/VMTests/vmIOandFlowOperations/DynamicJump_valueUnderflow.json index 6fa9ed22b88..f53fe0f9859 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJump_valueUnderflow.json +++ b/VMTests/vmIOandFlowOperations/DynamicJump_valueUnderflow.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/DynamicJump_valueUnderflowFiller.json", - "sourceHash": "11036640f203113880c1544ec1b63e737df4315a5f3a7f7cc1491fd8a91a93d2" + "sourceHash": "02c3cc5dd964751e3e9df0d82402527956a5391d6d72c7329c768eba424e1215" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpi0.json b/VMTests/vmIOandFlowOperations/DynamicJumpi0.json index 2794cf29f20..d84a1f119ba 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJumpi0.json +++ b/VMTests/vmIOandFlowOperations/DynamicJumpi0.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/DynamicJumpi0Filler.json", - "sourceHash": "313bfe7f2c62f758233af895688e94b35e93cdb92df0f2e69005d7b161380b13" + "sourceHash": "9dc0b39402972d592af7d5a229ee639160f0103423741e91c6e37dd15a9f18bc" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpi1.json b/VMTests/vmIOandFlowOperations/DynamicJumpi1.json index c066d87c8c3..4de3e2f0dcc 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJumpi1.json +++ b/VMTests/vmIOandFlowOperations/DynamicJumpi1.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/DynamicJumpi1Filler.json", - "sourceHash": "14abb89cf39d02e7b4260fbec0fe37fd97322aed6d3cc8edc5d2214f049797fe" + "sourceHash": "23b61c139dee793d1df425aa128017c86e58ba022e3932238e11b381e896818b" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpi1_jumpdest.json b/VMTests/vmIOandFlowOperations/DynamicJumpi1_jumpdest.json index 48ef4f19470..e68b9cf8538 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJumpi1_jumpdest.json +++ b/VMTests/vmIOandFlowOperations/DynamicJumpi1_jumpdest.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/DynamicJumpi1_jumpdestFiller.json", - "sourceHash": "af5599308f4934319593304365bc6094e9323b8dc98903438c12a3c10296e32b" + "sourceHash": "592854c4016209c4aa9f5d3e54f663f2f27b9e7042c5acff88cf3cd40bddead0" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpiAfterStop.json b/VMTests/vmIOandFlowOperations/DynamicJumpiAfterStop.json index 4c2f1bfb158..4c6a7b7da92 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJumpiAfterStop.json +++ b/VMTests/vmIOandFlowOperations/DynamicJumpiAfterStop.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/DynamicJumpiAfterStopFiller.json", - "sourceHash": "9b06bf7ef67637bbd7dbc1234ecdf0d84d274c47cb6a16b0606aefa748870a65" + "sourceHash": "3b320b49bdb3bbd765e93186b038a6b3c18185978ac14ea68d3a21939dcc88a3" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpiOutsideBoundary.json b/VMTests/vmIOandFlowOperations/DynamicJumpiOutsideBoundary.json index b005ad44663..09eeb4b014f 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJumpiOutsideBoundary.json +++ b/VMTests/vmIOandFlowOperations/DynamicJumpiOutsideBoundary.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/DynamicJumpiOutsideBoundaryFiller.json", - "sourceHash": "e1ffbd9f5d4f7e6fe4c3ecb1a385de83f3da4422c0a56f8eb8b7789deb462679" + "sourceHash": "c613d44002ed360e482535974752213f2ed215d73831a56e42420fab4108c651" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpifInsidePushWithJumpDest.json b/VMTests/vmIOandFlowOperations/DynamicJumpifInsidePushWithJumpDest.json index 2a0c6e05ca2..2a8d43da6a2 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJumpifInsidePushWithJumpDest.json +++ b/VMTests/vmIOandFlowOperations/DynamicJumpifInsidePushWithJumpDest.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/DynamicJumpifInsidePushWithJumpDestFiller.json", - "sourceHash": "3f1898bc9264ff6796875dd678b7359884209a50f7a3935c67adce374d337dc4" + "sourceHash": "0e227f5f7ad43c81323fec1c8b43e35e068851b19415c08935e41b7700914d6c" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/DynamicJumpifInsidePushWithoutJumpDest.json b/VMTests/vmIOandFlowOperations/DynamicJumpifInsidePushWithoutJumpDest.json index b9af2e64e90..9d77b0f5a77 100644 --- a/VMTests/vmIOandFlowOperations/DynamicJumpifInsidePushWithoutJumpDest.json +++ b/VMTests/vmIOandFlowOperations/DynamicJumpifInsidePushWithoutJumpDest.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/DynamicJumpifInsidePushWithoutJumpDestFiller.json", - "sourceHash": "5b71d697fbb0b63d2a94a710f8d235134f90a6d1c31d41f331b770a9c45392a7" + "sourceHash": "dcf611025b1dbd48a52c952951611dff73acbe8f2350646e4d892849e7e454d6" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdest.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdest.json index cd9cdbd9e1e..8078713ab8b 100644 --- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdest.json +++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdest.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/JDfromStorageDynamicJump0_AfterJumpdestFiller.json", - "sourceHash": "9c4ed63cc899c72c4e370ed3a5b41d96595081cd01668982666b81de06ab2f19" + "sourceHash": "ccc86b6e48d1b7f13208f4d016ae84666f6caea0625c09374f2d7648900e9999" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdest3.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdest3.json index 1bc166786b9..f5f46af7e52 100644 --- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdest3.json +++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_AfterJumpdest3.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/JDfromStorageDynamicJump0_AfterJumpdest3Filler.json", - "sourceHash": "95c9be4910ca193bd3ddf8cff4ed8384b8c900181117e6a50260bb255b5c4c1a" + "sourceHash": "7c1f1c0f90c0ed16b59110e0a333ee5efba8d2797941cd87388f793a6d79f688" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_foreverOutOfGas.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_foreverOutOfGas.json index a3f70cd5149..037e5fd4b77 100644 --- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_foreverOutOfGas.json +++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_foreverOutOfGas.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/JDfromStorageDynamicJump0_foreverOutOfGasFiller.json", - "sourceHash": "8d68dfe512a54c858140ce645782e10007d148069a6a22ffa64737a7f1c17f0c" + "sourceHash": "2c942abbdfbd84650071aecb04574473f3081df3bec321f9c4e70df95d2fa5a2" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest0.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest0.json index 1d530bb4285..fce59cadad5 100644 --- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest0.json +++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest0.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/JDfromStorageDynamicJump0_jumpdest0Filler.json", - "sourceHash": "5655ff3d592cf0f0638a9afeddc2f113beb97ada02b9cd267bbe19dfedac0c65" + "sourceHash": "b66ea401a0b6757ca1e65f3e0815040fe219af28ae59ff64be2c57028362f16d" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest2.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest2.json index 99ac4879b1f..a5635a2c630 100644 --- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest2.json +++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_jumpdest2.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/JDfromStorageDynamicJump0_jumpdest2Filler.json", - "sourceHash": "f5767520fa5b3603c8e71252b782afdb87dab378c86a97f296ee162e54b6c99b" + "sourceHash": "32ad58146ab95b92b255cf18fe11ce115ab478558de2575edcea172c921dad4b" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_withoutJumpdest.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_withoutJumpdest.json index 0ac1f9c14cb..4906e29100a 100644 --- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_withoutJumpdest.json +++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump0_withoutJumpdest.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/JDfromStorageDynamicJump0_withoutJumpdestFiller.json", - "sourceHash": "18bf216949ce0e944737930265ecea391884b6f25031dfbba9515cb80ecfc057" + "sourceHash": "4ab169c5ccf519e29fb5b33e728e09c07d6073627771919def5580f2a0aa0ff0" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump1.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump1.json index 261545ca2b8..55a74891da0 100644 --- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump1.json +++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJump1.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/JDfromStorageDynamicJump1Filler.json", - "sourceHash": "0925a9ccf5e3a84e86011c12bfc412b3b3c736426319e7b6019cf34a9d7af23b" + "sourceHash": "82b246f2e9aa219efaecda3417dababdcc191bc35e01e3beb827a82b67c6a05f" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithJumpDest.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithJumpDest.json index a64ea49cd35..ce15ead78aa 100644 --- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithJumpDest.json +++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithJumpDest.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/JDfromStorageDynamicJumpInsidePushWithJumpDestFiller.json", - "sourceHash": "21a38c7de7dec983a66a6c978c70a462d979cc4255412d273a6d06982316ca98" + "sourceHash": "1a662d3a5c7f9a227c5a242070ec1905273c4c904e0174c5b0135594f23a6d8d" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithoutJumpDest.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithoutJumpDest.json index 0771a9501af..abcce09fa17 100644 --- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithoutJumpDest.json +++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpInsidePushWithoutJumpDest.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/JDfromStorageDynamicJumpInsidePushWithoutJumpDestFiller.json", - "sourceHash": "9293d7f8c0d51d484df7500661809fd86bf939b213a2fa56950e33a9173f615a" + "sourceHash": "7b5caffb492090f8058e3d9e7704da7b959646be1acc340c443390d4bb9ed584" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi0.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi0.json index a86054c5197..91f24492160 100644 --- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi0.json +++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi0.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/JDfromStorageDynamicJumpi0Filler.json", - "sourceHash": "53a15ba4f21b32e9f243ff4327f8977ac6eed6820998d11385e8a986e8bd6fc6" + "sourceHash": "15079295bc460bcf54f4563829d5fc672744d7884eb4841abe3c6bdb60c92f04" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi1.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi1.json index 30334c087b7..e59cb1635be 100644 --- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi1.json +++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi1.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/JDfromStorageDynamicJumpi1Filler.json", - "sourceHash": "6a9b1619cb21a87c8cd126b1e67d4172a8ef308bb2512d48d29f6bf8a5a9008f" + "sourceHash": "d20bca95074cf9f6534b8203d802ffb6860c45af14293c7dcb7e974da9b550cb" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi1_jumpdest.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi1_jumpdest.json index c276cc6d976..f0a2f93e562 100644 --- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi1_jumpdest.json +++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpi1_jumpdest.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/JDfromStorageDynamicJumpi1_jumpdestFiller.json", - "sourceHash": "13ad14806b2653cb56353e50cb859f81e9114fad631f9d2a65916ad846c4798e" + "sourceHash": "6753d2846f42cb334873406e73b9a46b7ee91b58e336ea8ef2eefb588e3dd6ab" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpiAfterStop.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpiAfterStop.json index 6b807e6505b..f5c586ae314 100644 --- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpiAfterStop.json +++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpiAfterStop.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/JDfromStorageDynamicJumpiAfterStopFiller.json", - "sourceHash": "af696fa88807001aa7908e7f762199af8f748bcee2ec0472abce6bcf4928b236" + "sourceHash": "1b99c92e581e48acdc503905a53da1509899527b5882f78fbf103f0373342d8c" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpiOutsideBoundary.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpiOutsideBoundary.json index 7ebd993c1bd..288a903ba8d 100644 --- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpiOutsideBoundary.json +++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpiOutsideBoundary.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/JDfromStorageDynamicJumpiOutsideBoundaryFiller.json", - "sourceHash": "815dc4efa3ccf17cf614ef6e3695f8afe0d366af9d5f5ac53b4247f099c32a9a" + "sourceHash": "c50973080da41bf0110a87a5395baa329d72a2e897562ea38e69245bc24d8b3e" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithJumpDest.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithJumpDest.json index 90b9cb4c25a..382f1758897 100644 --- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithJumpDest.json +++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithJumpDest.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/JDfromStorageDynamicJumpifInsidePushWithJumpDestFiller.json", - "sourceHash": "b6a1c0f896fb0f5c99b0352b140d6198db384d40dce89d633e4f09d5c4cb8a59" + "sourceHash": "2c767222270bd8b79cd73a7fd6a76d2b157b500c5160efeb099a7fa8002ea58d" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithoutJumpDest.json b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithoutJumpDest.json index ea1f7b5795b..f69d9f10786 100644 --- a/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithoutJumpDest.json +++ b/VMTests/vmIOandFlowOperations/JDfromStorageDynamicJumpifInsidePushWithoutJumpDest.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/JDfromStorageDynamicJumpifInsidePushWithoutJumpDestFiller.json", - "sourceHash": "e386358935cc9bcb643ecd841907e9750d33e91bef01598ca5adcc2cf587b87e" + "sourceHash": "bc4f148b091e1863354c5e71abe4021555b2cb531f677c77d694ff3350f386ca" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/bad_indirect_jump1.json b/VMTests/vmIOandFlowOperations/bad_indirect_jump1.json index 48394378200..7de8535936c 100644 --- a/VMTests/vmIOandFlowOperations/bad_indirect_jump1.json +++ b/VMTests/vmIOandFlowOperations/bad_indirect_jump1.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/bad_indirect_jump1Filler.json", - "sourceHash": "92f92574f754a4b63655ea1f09dd31d01fd393afc7171391b63a647473523053" + "sourceHash": "caf21eb21278e22b037ba7ac1c9536e88b4d33311ba82dc2043e465728d9bc5a" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/bad_indirect_jump2.json b/VMTests/vmIOandFlowOperations/bad_indirect_jump2.json index b5d3cc371fe..31ec9efd21f 100644 --- a/VMTests/vmIOandFlowOperations/bad_indirect_jump2.json +++ b/VMTests/vmIOandFlowOperations/bad_indirect_jump2.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/bad_indirect_jump2Filler.json", - "sourceHash": "86e3a94f85df338158ba844b1109e1fcb6ebd42935b680ba487c805fec8fb481" + "sourceHash": "b3dc0ba771721b62539e1e0bf5da7abd47205527d04d29c3da132398e47f2531" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/byte1.json b/VMTests/vmIOandFlowOperations/byte1.json index 2655dbe6ab6..dd201877daa 100644 --- a/VMTests/vmIOandFlowOperations/byte1.json +++ b/VMTests/vmIOandFlowOperations/byte1.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/byte1Filler.json", - "sourceHash": "ae0e06c0b1c378a082800ac58ec5955d5c29ac21e90c5d6b1c798bb1a3f29865" + "sourceHash": "9bdc07d8d3c3e62f80b12f85728df28842020b7d0cafb7e0a0c7ed955c767b71" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/calldatacopyMemExp.json b/VMTests/vmIOandFlowOperations/calldatacopyMemExp.json index 3b747f3b98c..6618a309d83 100644 --- a/VMTests/vmIOandFlowOperations/calldatacopyMemExp.json +++ b/VMTests/vmIOandFlowOperations/calldatacopyMemExp.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/calldatacopyMemExpFiller.json", - "sourceHash": "e551f88c77fdba034b315f7713731d8a1856c39d004365d7a1cf5ecf19dae22b" + "sourceHash": "7a2777f206dddd01eb3bb474949476a1d0809c872273e3d63642489dfb7a5ee1" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/codecopyMemExp.json b/VMTests/vmIOandFlowOperations/codecopyMemExp.json index 3db5c5cd155..0a933a53d55 100644 --- a/VMTests/vmIOandFlowOperations/codecopyMemExp.json +++ b/VMTests/vmIOandFlowOperations/codecopyMemExp.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/codecopyMemExpFiller.json", - "sourceHash": "7c420c429b77e70d3ed494be18e94d301410849df45e932e1c7244b788e166dd" + "sourceHash": "40d3b6084301dba906db6d72e8d43c26ad656c82405c48597737aed8373091d2" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/deadCode_1.json b/VMTests/vmIOandFlowOperations/deadCode_1.json index ea50bec1242..6fd0f808e4a 100644 --- a/VMTests/vmIOandFlowOperations/deadCode_1.json +++ b/VMTests/vmIOandFlowOperations/deadCode_1.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/deadCode_1Filler.json", - "sourceHash": "cd5431bc5136227ffbd79f35bd486790744f26553a707f9b12d0cf3431d2df88" + "sourceHash": "e0d49d61078818701e29f80fc81da0c0a0033c9bc3f8baf3d04e039c9ba58bd2" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/dupAt51becameMload.json b/VMTests/vmIOandFlowOperations/dupAt51becameMload.json index 5b7c7baeb9f..3785fdaa4f0 100644 --- a/VMTests/vmIOandFlowOperations/dupAt51becameMload.json +++ b/VMTests/vmIOandFlowOperations/dupAt51becameMload.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/dupAt51becameMloadFiller.json", - "sourceHash": "95635fd032604c8f160773659ddcc83415464d3fc92a6d0d02581a23939b57cc" + "sourceHash": "4c275e40995cfa075b523f80a5c19e30a0ca40e17dcbf31a3e59c44a0e431f25" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/for_loop1.json b/VMTests/vmIOandFlowOperations/for_loop1.json index f22ad6f31e4..44d08220b39 100644 --- a/VMTests/vmIOandFlowOperations/for_loop1.json +++ b/VMTests/vmIOandFlowOperations/for_loop1.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/for_loop1Filler.json", - "sourceHash": "14c69c67cb39687d20b1f3a814024e8db17e9f1a3723ce790542317e2b620fed" + "sourceHash": "a4f5288cfa1040206869c1b0d087f216619db3f5d525186fea2de52a2f2ac739" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/for_loop2.json b/VMTests/vmIOandFlowOperations/for_loop2.json index 0eb92e4f01d..3b7f087a4a3 100644 --- a/VMTests/vmIOandFlowOperations/for_loop2.json +++ b/VMTests/vmIOandFlowOperations/for_loop2.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/for_loop2Filler.json", - "sourceHash": "e7761227fa3908813064e7eb21b6ded1c07cb510958e8ce7194da6d50f11d123" + "sourceHash": "2e6b595bb3f2c1aaa015912dde697216c91bb00965e8860be23a310543d73b9d" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/gas0.json b/VMTests/vmIOandFlowOperations/gas0.json index 687eb1f7f72..f3b483c5ce0 100644 --- a/VMTests/vmIOandFlowOperations/gas0.json +++ b/VMTests/vmIOandFlowOperations/gas0.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/gas0Filler.json", - "sourceHash": "7400aa09f73f283bac835afb256f95baf41254fcd9bc446b9ee8686abec070fc" + "sourceHash": "bfe3b081561bbc7aecd458605e9020b0135ddb0a52896b8ff2496457ca6f6d23" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/gas1.json b/VMTests/vmIOandFlowOperations/gas1.json index c1cae23f0f2..c8dfd76ed15 100644 --- a/VMTests/vmIOandFlowOperations/gas1.json +++ b/VMTests/vmIOandFlowOperations/gas1.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/gas1Filler.json", - "sourceHash": "cb8e6657a06a059623df30165796449dccb840a24cf7df47e19a195bd5610b99" + "sourceHash": "38f52bf215461f40ef157a404ce45fc7f10aee9022215ead6b17d99d0a78138b" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/gasOverFlow.json b/VMTests/vmIOandFlowOperations/gasOverFlow.json index 1971fb475e4..bb8a9a549b5 100644 --- a/VMTests/vmIOandFlowOperations/gasOverFlow.json +++ b/VMTests/vmIOandFlowOperations/gasOverFlow.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/gasOverFlowFiller.json", - "sourceHash": "93f326c78d0f9daf93396122bc9bf0ee016962926da3f53b7e58cd602824e7a6" + "sourceHash": "ed6394b638a8acf394a0394a16fd2d421115e8beaf0c48eadc06492c0b2e363c" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/indirect_jump1.json b/VMTests/vmIOandFlowOperations/indirect_jump1.json index 2caf8f06e6c..6a066610216 100644 --- a/VMTests/vmIOandFlowOperations/indirect_jump1.json +++ b/VMTests/vmIOandFlowOperations/indirect_jump1.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/indirect_jump1Filler.json", - "sourceHash": "fd1fa216f96a268442498efa9c17ead9d66a64dee0cbc35b2564d7b6e8afdb1a" + "sourceHash": "c2c1a1509a890ddcebf3c11f8a92c03561345597e4c00f3311cadd4c0091b457" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/indirect_jump2.json b/VMTests/vmIOandFlowOperations/indirect_jump2.json index d7caecdaa1b..94b07fa1ae6 100644 --- a/VMTests/vmIOandFlowOperations/indirect_jump2.json +++ b/VMTests/vmIOandFlowOperations/indirect_jump2.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/indirect_jump2Filler.json", - "sourceHash": "728c60d92d3d7b65da325b0ddd5f833c35b1d47394e8937290867477c587ca95" + "sourceHash": "0e933a594dcf0722a358bbf3abd65a8669233300b3c145220026af47cf02e2b8" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/indirect_jump3.json b/VMTests/vmIOandFlowOperations/indirect_jump3.json index 9bffe443003..49a177e4404 100644 --- a/VMTests/vmIOandFlowOperations/indirect_jump3.json +++ b/VMTests/vmIOandFlowOperations/indirect_jump3.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/indirect_jump3Filler.json", - "sourceHash": "1fb8c95abf49071e1212482672c6bc1f75f7d2563f430f42aacd21feec488dc4" + "sourceHash": "9252aea33d8475082f8980cbacb0e1fc9d0ba04f67b03551043f10a96bcf5564" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/indirect_jump4.json b/VMTests/vmIOandFlowOperations/indirect_jump4.json index e9377d76f1e..d8da2a165aa 100644 --- a/VMTests/vmIOandFlowOperations/indirect_jump4.json +++ b/VMTests/vmIOandFlowOperations/indirect_jump4.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/indirect_jump4Filler.json", - "sourceHash": "a922a14c1b0ce258d6a3696d30db1ec15286792e540ab4568c0cab073b8558b3" + "sourceHash": "91e64401b636c758b1162f4ad256e6e30dbdfe7644326ef780ce92ad0fb3334f" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/jump0_AfterJumpdest.json b/VMTests/vmIOandFlowOperations/jump0_AfterJumpdest.json index ae8deb47c30..b95130eea6e 100644 --- a/VMTests/vmIOandFlowOperations/jump0_AfterJumpdest.json +++ b/VMTests/vmIOandFlowOperations/jump0_AfterJumpdest.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/jump0_AfterJumpdestFiller.json", - "sourceHash": "3f61d29dc8c4ad9a342d38ddd861217a674cf83360e9e101a1e92980a4aef0c6" + "sourceHash": "20e8b5d4891e1230630de6ef4b7d8684b611258fcd9e2d0cc6572bc35302ca35" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/jump0_AfterJumpdest3.json b/VMTests/vmIOandFlowOperations/jump0_AfterJumpdest3.json index 0465922694c..f18637ded26 100644 --- a/VMTests/vmIOandFlowOperations/jump0_AfterJumpdest3.json +++ b/VMTests/vmIOandFlowOperations/jump0_AfterJumpdest3.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/jump0_AfterJumpdest3Filler.json", - "sourceHash": "0859a66ddb9c7e02c0c764f063d8e6b0c548e7b764530a70ec5309e6a5dbb8f1" + "sourceHash": "effa26eda6a9e8c431a6a7d5bcc09675356e82eac5f983f41c5af1514fbfc2da" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/jump0_foreverOutOfGas.json b/VMTests/vmIOandFlowOperations/jump0_foreverOutOfGas.json index 860ddc16e5d..e04ef38d29b 100644 --- a/VMTests/vmIOandFlowOperations/jump0_foreverOutOfGas.json +++ b/VMTests/vmIOandFlowOperations/jump0_foreverOutOfGas.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/jump0_foreverOutOfGasFiller.json", - "sourceHash": "0bec2abe65cea816a52da162654ff19d6ccfe8565eabdb012fe5d38f3dc0b786" + "sourceHash": "be0075af09624471bd44d930cf353ea93a2fb5d11d64dcbf095baa70f7da09c0" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/jump0_jumpdest0.json b/VMTests/vmIOandFlowOperations/jump0_jumpdest0.json index cd0b2175886..0c00726d6b7 100644 --- a/VMTests/vmIOandFlowOperations/jump0_jumpdest0.json +++ b/VMTests/vmIOandFlowOperations/jump0_jumpdest0.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/jump0_jumpdest0Filler.json", - "sourceHash": "08de8738e1784f80da4b50d881e17423bbd455b2fe1edf6ce9a1de4656f87ea4" + "sourceHash": "de12463504fc03b0cd803bfd43c98b604dd2355ca79401f27afcaa43932abf7b" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/jump0_jumpdest2.json b/VMTests/vmIOandFlowOperations/jump0_jumpdest2.json index 058243f09dc..74266392a44 100644 --- a/VMTests/vmIOandFlowOperations/jump0_jumpdest2.json +++ b/VMTests/vmIOandFlowOperations/jump0_jumpdest2.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/jump0_jumpdest2Filler.json", - "sourceHash": "d10cd92a5186bc981c6b8fec2f9b1bf7df6aefbba74c99350c095abdafdbeb57" + "sourceHash": "b8ab726c6282a68146b2a8555df327e6e0d707012f4cb63f2c56f3f7ac686053" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/jump0_outOfBoundary.json b/VMTests/vmIOandFlowOperations/jump0_outOfBoundary.json index 0491a9615f5..5b40158bbaf 100644 --- a/VMTests/vmIOandFlowOperations/jump0_outOfBoundary.json +++ b/VMTests/vmIOandFlowOperations/jump0_outOfBoundary.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/jump0_outOfBoundaryFiller.json", - "sourceHash": "467155247519343bc068a7bbdc166fd74e32c3eed1b4a54e532e7a9ca2012c24" + "sourceHash": "c5369368f50dfd637e588af7256a69876c00f593b6b44f2f3722b02324635336" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/jump0_withoutJumpdest.json b/VMTests/vmIOandFlowOperations/jump0_withoutJumpdest.json index b279eca198d..c30b2f18f73 100644 --- a/VMTests/vmIOandFlowOperations/jump0_withoutJumpdest.json +++ b/VMTests/vmIOandFlowOperations/jump0_withoutJumpdest.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/jump0_withoutJumpdestFiller.json", - "sourceHash": "f4f5c449d759a1b27af8bcc04f7afdcf71f5679c99fe5cab96b64dd4423df33a" + "sourceHash": "51b29bdf81458a5e86a1a1d94938c10ef0b886d5f99f38e708e2f70a20d97d79" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/jump1.json b/VMTests/vmIOandFlowOperations/jump1.json index 842e4b8b914..50e3b501366 100644 --- a/VMTests/vmIOandFlowOperations/jump1.json +++ b/VMTests/vmIOandFlowOperations/jump1.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/jump1Filler.json", - "sourceHash": "10f4aa92607e7381d35ef2b9266e5a5a0e6c88b887fc1bf83351428546daf2a9" + "sourceHash": "bb6f554a9a61335a5b96fd46144df6b174d39079b807131a24f6882a7c75eb8f" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/jumpAfterStop.json b/VMTests/vmIOandFlowOperations/jumpAfterStop.json index d935e6c81ee..b514dcd381a 100644 --- a/VMTests/vmIOandFlowOperations/jumpAfterStop.json +++ b/VMTests/vmIOandFlowOperations/jumpAfterStop.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/jumpAfterStopFiller.json", - "sourceHash": "2eedc02f6887592c1fbefd5efccec8889f8af2ead3e24ebdfa28e9d4bb97a47d" + "sourceHash": "545f58269c4ca239e06cf1f88f8e25442d94c3d518f94ed05ce2d493cd3c4945" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/jumpDynamicJumpSameDest.json b/VMTests/vmIOandFlowOperations/jumpDynamicJumpSameDest.json index b02f94b5b6d..fbd756a38d0 100644 --- a/VMTests/vmIOandFlowOperations/jumpDynamicJumpSameDest.json +++ b/VMTests/vmIOandFlowOperations/jumpDynamicJumpSameDest.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/jumpDynamicJumpSameDestFiller.json", - "sourceHash": "0aa696d11e066a838409c8d646240ba53129438424dba30c58bb0cd316687623" + "sourceHash": "023c0bc3a48c33739aa2127b30511316ca54b38ff021ca873b44df9af7c9da5a" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/jumpHigh.json b/VMTests/vmIOandFlowOperations/jumpHigh.json index 861604d88dd..062dffd6770 100644 --- a/VMTests/vmIOandFlowOperations/jumpHigh.json +++ b/VMTests/vmIOandFlowOperations/jumpHigh.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/jumpHighFiller.json", - "sourceHash": "9b0ae157e74a81da3e9e8e7accae601357fc7f4d96d585b7a1acddf8c679b8d8" + "sourceHash": "c230e95bb9992c9945d365294419d5d888704c383283fa291a94b2dea0c8c3ac" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/jumpInsidePushWithJumpDest.json b/VMTests/vmIOandFlowOperations/jumpInsidePushWithJumpDest.json index 39082270499..f6731536560 100644 --- a/VMTests/vmIOandFlowOperations/jumpInsidePushWithJumpDest.json +++ b/VMTests/vmIOandFlowOperations/jumpInsidePushWithJumpDest.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/jumpInsidePushWithJumpDestFiller.json", - "sourceHash": "8743a7e104354997cabf230e5d89495c40cb427c48f25aabde53f41aa994da51" + "sourceHash": "e489d115dd7998e466d60ecd7ee86939211dc527528a91a50d9a2e55c494d11e" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/jumpInsidePushWithoutJumpDest.json b/VMTests/vmIOandFlowOperations/jumpInsidePushWithoutJumpDest.json index c51183cf9d0..9f2ce4bad3d 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": "f5c95f66b6ed31696e9f83adcabe4d1af7850fd1e479b5b33cd45d3cb8dbd3fb" + "sourceHash": "61c95957ca36851a105ac91c48d8909799f706c50622e44d35f863d8bcb52e65" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/jumpOntoJump.json b/VMTests/vmIOandFlowOperations/jumpOntoJump.json index 1b94fb0e3f0..e474d76542a 100644 --- a/VMTests/vmIOandFlowOperations/jumpOntoJump.json +++ b/VMTests/vmIOandFlowOperations/jumpOntoJump.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/jumpOntoJumpFiller.json", - "sourceHash": "f37365fc021433be0966cbce08dfc904310f174267046e39ece320ad257af22a" + "sourceHash": "56d375761ec0fa5964bb09f2cc8236e0a85723ec28223387a34f0d80c21de9f8" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump.json b/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump.json index 8e72c08ea7c..a5d11a85537 100644 --- a/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump.json +++ b/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump.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/jumpTo1InstructionafterJumpFiller.json", - "sourceHash": "64e20fe2d089ed0117d7755a49b4c36f451255a19620cdb59d1b99c7a1c4b0ee" + "sourceHash": "dc769e6dbfd5023965db0f1007d1cf1157985e5e3c8a0275f21624d6e28f3987" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump_jumpdestFirstInstruction.json b/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump_jumpdestFirstInstruction.json index 1794ad02385..2b03d68581a 100644 --- a/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump_jumpdestFirstInstruction.json +++ b/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump_jumpdestFirstInstruction.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/jumpTo1InstructionafterJump_jumpdestFirstInstructionFiller.json", - "sourceHash": "eafaa2b903ef4296354965d756b60733aaac6a400098bf4fb18584ed6ed758a6" + "sourceHash": "4e5eaab2532bd8467136ad69aefbb026ebc0b159302c51f51e37880d7ff8281c" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump_noJumpDest.json b/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump_noJumpDest.json index aa006dfcb56..7d1f192e642 100644 --- a/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump_noJumpDest.json +++ b/VMTests/vmIOandFlowOperations/jumpTo1InstructionafterJump_noJumpDest.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/jumpTo1InstructionafterJump_noJumpDestFiller.json", - "sourceHash": "33243ed19e36b4bb340c5407ca597b83191c68ff30b6c557b637a83d2ef9f15a" + "sourceHash": "24aeb86304cfe35c04f81b53f53f2723d53fa91ad4d2c6a39f97843f05d16a39" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/jumpToUint64maxPlus1.json b/VMTests/vmIOandFlowOperations/jumpToUint64maxPlus1.json index 82bc4fee49d..8585207beb1 100644 --- a/VMTests/vmIOandFlowOperations/jumpToUint64maxPlus1.json +++ b/VMTests/vmIOandFlowOperations/jumpToUint64maxPlus1.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/jumpToUint64maxPlus1Filler.json", - "sourceHash": "9f3fe7cf96b592b70e7643027941b5c1388274a007dcbd61fca8da8129e4eb0c" + "sourceHash": "604c8757231bb4bdb9befbce32af44ee0739d1d4e27f06998c14e3783f4b30aa" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/jumpToUintmaxPlus1.json b/VMTests/vmIOandFlowOperations/jumpToUintmaxPlus1.json index 7f5cb6cdbab..9d9021010aa 100644 --- a/VMTests/vmIOandFlowOperations/jumpToUintmaxPlus1.json +++ b/VMTests/vmIOandFlowOperations/jumpToUintmaxPlus1.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/jumpToUintmaxPlus1Filler.json", - "sourceHash": "324879c8bc9d85a71949efda5de59704110f8aa8ba83d42ce05ee0bff2a10d57" + "sourceHash": "506ca46c225c2410202e7da28d31dab2da1cb194bbf87407824af5a508c9da61" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/jumpdestBigList.json b/VMTests/vmIOandFlowOperations/jumpdestBigList.json index e499d41ab69..43b523dd5d7 100644 --- a/VMTests/vmIOandFlowOperations/jumpdestBigList.json +++ b/VMTests/vmIOandFlowOperations/jumpdestBigList.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/jumpdestBigListFiller.json", - "sourceHash": "2b111dee1bd3bcbd66a02891ee77a61f766885d9082d4f348d02c2e80bee9bca" + "sourceHash": "747ae693a90a92f28f92ddcfb71443ba12ebd14b9cb72e40b873de88b4c1d400" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/jumpi0.json b/VMTests/vmIOandFlowOperations/jumpi0.json index e4945731491..e8f157eb9eb 100644 --- a/VMTests/vmIOandFlowOperations/jumpi0.json +++ b/VMTests/vmIOandFlowOperations/jumpi0.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/jumpi0Filler.json", - "sourceHash": "43d931c706632e5d0fcdbed3906968a2e7b3f89b116e3f6a0ce8c33728f04914" + "sourceHash": "363132628fc32452aff82c3cea15a33fd1be7e8f1f930da3cd9df454a6c9fbe3" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/jumpi1.json b/VMTests/vmIOandFlowOperations/jumpi1.json index 517d05bacd6..ae7e95fca9d 100644 --- a/VMTests/vmIOandFlowOperations/jumpi1.json +++ b/VMTests/vmIOandFlowOperations/jumpi1.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/jumpi1Filler.json", - "sourceHash": "97dc8a7339656622952152a5494f534e1b840684f72680abf34725d17f350679" + "sourceHash": "11144b15a4bc9e2c5eba0c37520816f2f06106c9aabf2038dedf1c646cd7ecfa" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/jumpi1_jumpdest.json b/VMTests/vmIOandFlowOperations/jumpi1_jumpdest.json index 98909bbcc50..60b728fbe63 100644 --- a/VMTests/vmIOandFlowOperations/jumpi1_jumpdest.json +++ b/VMTests/vmIOandFlowOperations/jumpi1_jumpdest.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/jumpi1_jumpdestFiller.json", - "sourceHash": "8fe71bfebd5d0ebf49a644d3e686e29b18c8f7e7156d7749a744a7d5afe0f9bf" + "sourceHash": "d3aa547d526b847dc47ad35c6bf71bf9f4c8fbb7efb7dbc954c95040935aa31d" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/jumpiAfterStop.json b/VMTests/vmIOandFlowOperations/jumpiAfterStop.json index c4fc67b7e2d..3cad2427a0a 100644 --- a/VMTests/vmIOandFlowOperations/jumpiAfterStop.json +++ b/VMTests/vmIOandFlowOperations/jumpiAfterStop.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/jumpiAfterStopFiller.json", - "sourceHash": "6a80354098b2b003211ee875d6e4a707e1657cfd7d5136c38accb5cc8c60dc6c" + "sourceHash": "daae6983c829aef70ad00fbb437723ee66c829a6ec946dc8aa981b53663e9a43" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/jumpiOutsideBoundary.json b/VMTests/vmIOandFlowOperations/jumpiOutsideBoundary.json index 11980dbdb3e..8a255bd13a9 100644 --- a/VMTests/vmIOandFlowOperations/jumpiOutsideBoundary.json +++ b/VMTests/vmIOandFlowOperations/jumpiOutsideBoundary.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/jumpiOutsideBoundaryFiller.json", - "sourceHash": "d231c87e91586b97e2ee635508ef2778cf30b99dbf8a0b29932902cd4674b2ce" + "sourceHash": "ca4a116031da8cba2deeee900d4c9e876c578c48ba3998fb783a543c48af4c32" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/jumpiToUint64maxPlus1.json b/VMTests/vmIOandFlowOperations/jumpiToUint64maxPlus1.json index 061433b0338..ccd9810853b 100644 --- a/VMTests/vmIOandFlowOperations/jumpiToUint64maxPlus1.json +++ b/VMTests/vmIOandFlowOperations/jumpiToUint64maxPlus1.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/jumpiToUint64maxPlus1Filler.json", - "sourceHash": "f81ff125ab6f705d6c116adfacddde4fb8b0585fc92f51e4cc962ba5a031f9d1" + "sourceHash": "372052031a18d5d0228d79d26e7904282520261558a62840964453255a684aa9" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/jumpiToUintmaxPlus1.json b/VMTests/vmIOandFlowOperations/jumpiToUintmaxPlus1.json index 6bf1b159d7f..e6bd0137c7c 100644 --- a/VMTests/vmIOandFlowOperations/jumpiToUintmaxPlus1.json +++ b/VMTests/vmIOandFlowOperations/jumpiToUintmaxPlus1.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/jumpiToUintmaxPlus1Filler.json", - "sourceHash": "c2ec5e6130334ae36f0d8a05fb306204e13217a25732801125cfc18e79165dc1" + "sourceHash": "0c91db672697461cb102d3c0ce8a40938c8868129834ad2a14e419796bf1f29b" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/jumpi_at_the_end.json b/VMTests/vmIOandFlowOperations/jumpi_at_the_end.json index 4f47db903bc..9f244daaba9 100644 --- a/VMTests/vmIOandFlowOperations/jumpi_at_the_end.json +++ b/VMTests/vmIOandFlowOperations/jumpi_at_the_end.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/jumpi_at_the_endFiller.json", - "sourceHash": "d3f1df5a6fa4f377daa22122778d85ee14b6b87beb830c6a76315d144318496a" + "sourceHash": "55e47cf578e2d5078b9c600ba53d0ac78970801ef5d5d9b0a6a9acb6d662848f" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/jumpifInsidePushWithJumpDest.json b/VMTests/vmIOandFlowOperations/jumpifInsidePushWithJumpDest.json index e9002bba98c..d47175be21e 100644 --- a/VMTests/vmIOandFlowOperations/jumpifInsidePushWithJumpDest.json +++ b/VMTests/vmIOandFlowOperations/jumpifInsidePushWithJumpDest.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/jumpifInsidePushWithJumpDestFiller.json", - "sourceHash": "2daf49e5928aef3a2176051bb9ced84a577918c43c2901edc4895e4b1e02e0ae" + "sourceHash": "3aca06aeb70041137807d1e903c091b07a06d67e0f540f33fa83f3e97ee953f2" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/jumpifInsidePushWithoutJumpDest.json b/VMTests/vmIOandFlowOperations/jumpifInsidePushWithoutJumpDest.json index 0c9ba2f8a7e..082ece8f321 100644 --- a/VMTests/vmIOandFlowOperations/jumpifInsidePushWithoutJumpDest.json +++ b/VMTests/vmIOandFlowOperations/jumpifInsidePushWithoutJumpDest.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/jumpifInsidePushWithoutJumpDestFiller.json", - "sourceHash": "8caeff61f7fdb509f4e32d249608301c5e0a3953db0be28c54260dda317b6bcd" + "sourceHash": "39b70b7a29315f04deca07dfa29b54c1e34203e7dddd0d553a699865e2abac88" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/kv1.json b/VMTests/vmIOandFlowOperations/kv1.json index afa1d68f235..cf1803f892e 100644 --- a/VMTests/vmIOandFlowOperations/kv1.json +++ b/VMTests/vmIOandFlowOperations/kv1.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/kv1Filler.json", - "sourceHash": "70e80ae17945b69f56f6da460cdfc0f1254ba00378d4748361768871692c2f96" + "sourceHash": "10ec65e1a13543592b2c624e260c0c33c75dc624d6747c609718db07455e74b8" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/log1MemExp.json b/VMTests/vmIOandFlowOperations/log1MemExp.json index d19f8088732..4f3ab8846dd 100644 --- a/VMTests/vmIOandFlowOperations/log1MemExp.json +++ b/VMTests/vmIOandFlowOperations/log1MemExp.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/log1MemExpFiller.json", - "sourceHash": "3f2aaf5a1a7b0fdf0b744baafbe83784842147740e2bd85b2f87636c326bf941" + "sourceHash": "a608bfe7afa6851db14a080af0ebd990d2043bfdd24ede279bc3f66317207d1f" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/loop_stacklimit_1020.json b/VMTests/vmIOandFlowOperations/loop_stacklimit_1020.json index 00794d42052..246b619649c 100644 --- a/VMTests/vmIOandFlowOperations/loop_stacklimit_1020.json +++ b/VMTests/vmIOandFlowOperations/loop_stacklimit_1020.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/loop_stacklimit_1020Filler.json", - "sourceHash": "0f8115a032669b0026957394f6530e72f27a92fbcda4110a8050aaa110fb3111" + "sourceHash": "1b318470855d1c088816f0ffc2e172799a17ff8f0bdfca8057dca73eddde81b9" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/loop_stacklimit_1021.json b/VMTests/vmIOandFlowOperations/loop_stacklimit_1021.json index 3acc292cc92..f0017220323 100644 --- a/VMTests/vmIOandFlowOperations/loop_stacklimit_1021.json +++ b/VMTests/vmIOandFlowOperations/loop_stacklimit_1021.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/loop_stacklimit_1021Filler.json", - "sourceHash": "a53b690c7868034abe740dcffda6c53ca11db0ce9332340c56f551871b6e8511" + "sourceHash": "a242a3f69fe6e152529196a50b538b0c62102282333349fd559a577dc2c4b60e" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/memory1.json b/VMTests/vmIOandFlowOperations/memory1.json index ceb05e14c8f..2b0bba3ac11 100644 --- a/VMTests/vmIOandFlowOperations/memory1.json +++ b/VMTests/vmIOandFlowOperations/memory1.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/memory1Filler.json", - "sourceHash": "fe7f978f62e0ae13b13fc851a949271e10e878ef080ca5d7d1f63ecf9d33ee28" + "sourceHash": "611603f354746c5f7c6969c7c91fc679f749679329905c696c164dfd3f4cb36f" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/mloadError0.json b/VMTests/vmIOandFlowOperations/mloadError0.json index 1687ba67165..2f4feb2a308 100644 --- a/VMTests/vmIOandFlowOperations/mloadError0.json +++ b/VMTests/vmIOandFlowOperations/mloadError0.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/mloadError0Filler.json", - "sourceHash": "5503ecbab419089632f5e16b87cda4127e111ce1470aac7fc6aa3e8635e947ed" + "sourceHash": "5f1e748e89099282da225fac831247fde47f628caff498b69331eae2ba449eb5" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/mloadError1.json b/VMTests/vmIOandFlowOperations/mloadError1.json index 146bdc34d88..a5bade16479 100644 --- a/VMTests/vmIOandFlowOperations/mloadError1.json +++ b/VMTests/vmIOandFlowOperations/mloadError1.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/mloadError1Filler.json", - "sourceHash": "d75a899d917ec7df82a91f4e226a410390eebd148f871b4e973338ef08127a9d" + "sourceHash": "0aef62f3f2e80576fc9bddc0a65add20a9cf5375a00d37f61927b1c11a3e6613" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/mloadMemExp.json b/VMTests/vmIOandFlowOperations/mloadMemExp.json index bc2bd356bfb..69525e606c4 100644 --- a/VMTests/vmIOandFlowOperations/mloadMemExp.json +++ b/VMTests/vmIOandFlowOperations/mloadMemExp.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/mloadMemExpFiller.json", - "sourceHash": "c923a0d7ecd7215559000eb8cb1b143aee552d7206b224b888a32892f3f87bf7" + "sourceHash": "cb9cbce7421b8e44fad96f3381848d284ed9c54dbdb59fbd7ef64e22c3d3dc5f" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/mloadOutOfGasError2.json b/VMTests/vmIOandFlowOperations/mloadOutOfGasError2.json index 9103042d2f0..c8980aed4f1 100644 --- a/VMTests/vmIOandFlowOperations/mloadOutOfGasError2.json +++ b/VMTests/vmIOandFlowOperations/mloadOutOfGasError2.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/mloadOutOfGasError2Filler.json", - "sourceHash": "3ffa836eb033b80d7fd1798cdcd1bed431f35e1a4db9423aa6b18b021424fa0f" + "sourceHash": "2fa532910043576033ba63b5cdfd7f0c0c4e3f51738ecb344d8aba4136c43359" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/msize0.json b/VMTests/vmIOandFlowOperations/msize0.json index d38fafdc4d0..8323c9542ba 100644 --- a/VMTests/vmIOandFlowOperations/msize0.json +++ b/VMTests/vmIOandFlowOperations/msize0.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/msize0Filler.json", - "sourceHash": "a2d1447e79b96e40ae73937d48b7a134bd15fa742354b3021edfcaeab787d022" + "sourceHash": "7e1a79b3f693573d5c10e1cbc77af46ef3aa8131a87eb27b9ccb11969a33a034" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/msize1.json b/VMTests/vmIOandFlowOperations/msize1.json index 21532bb6188..fb07bc60c2a 100644 --- a/VMTests/vmIOandFlowOperations/msize1.json +++ b/VMTests/vmIOandFlowOperations/msize1.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/msize1Filler.json", - "sourceHash": "a8721e9c5f97cb1f8c11cbebd84529f7f0dde364925a7104187c4c7e402f40b1" + "sourceHash": "aba16e7917724fe16bbbe666f42a457b37b6db2f768edd0aebb0fc28ec9dc4b6" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/msize2.json b/VMTests/vmIOandFlowOperations/msize2.json index 1fd509ec58b..3001abc6a17 100644 --- a/VMTests/vmIOandFlowOperations/msize2.json +++ b/VMTests/vmIOandFlowOperations/msize2.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/msize2Filler.json", - "sourceHash": "9d98126a4bd07ceb819852d1145998b61b12b334fa8774af95e5dffe00cbc3d3" + "sourceHash": "4ef62c7b3863a24f16b875e4fb10322c7f034b7d384ffc209a55d1276c0b97e6" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/msize3.json b/VMTests/vmIOandFlowOperations/msize3.json index 56efe2339a0..360a700cf5b 100644 --- a/VMTests/vmIOandFlowOperations/msize3.json +++ b/VMTests/vmIOandFlowOperations/msize3.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/msize3Filler.json", - "sourceHash": "2331cca786ecd0c96f6b95c59e328a1a0715ba0bf78067510df732c68587a66c" + "sourceHash": "444709b5d17265351f2997167053402c1240532f0a410e05d2cbf0bedbe4dd2c" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/mstore0.json b/VMTests/vmIOandFlowOperations/mstore0.json index 51a043d0aad..31e1510ade7 100644 --- a/VMTests/vmIOandFlowOperations/mstore0.json +++ b/VMTests/vmIOandFlowOperations/mstore0.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/mstore0Filler.json", - "sourceHash": "784cf6b9468c1b88e004bb97102c7be8aedeb0b67ee2d23082df04e70e8b243d" + "sourceHash": "78f225ad1f0c90dc1c3ee7abacd338a119416db863a6e18c907e4e66be2a3b37" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/mstore1.json b/VMTests/vmIOandFlowOperations/mstore1.json index 81ced8359c0..f7a8880168f 100644 --- a/VMTests/vmIOandFlowOperations/mstore1.json +++ b/VMTests/vmIOandFlowOperations/mstore1.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/mstore1Filler.json", - "sourceHash": "bde0900a0653a3cc779230074b42e378ac05a9cc771ad99893d3d71f88cf4d8b" + "sourceHash": "a3e2837accc53e5946abee0ab95424b2d1bd0d5303edd254caaea2ce76da7aa2" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/mstore8MemExp.json b/VMTests/vmIOandFlowOperations/mstore8MemExp.json index 21a401a7bc0..25b7e82762a 100644 --- a/VMTests/vmIOandFlowOperations/mstore8MemExp.json +++ b/VMTests/vmIOandFlowOperations/mstore8MemExp.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/mstore8MemExpFiller.json", - "sourceHash": "adb6fb29131712fed38e478edb0b0049ad7fb4c290a47b45c6dced03c5c64509" + "sourceHash": "d32e75d0e7a3bdd2c4d9864d5683e20937c2ebeeb85b629d2e84815c9ebd9ed4" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/mstore8WordToBigError.json b/VMTests/vmIOandFlowOperations/mstore8WordToBigError.json index 559883f8fac..fb185eed574 100644 --- a/VMTests/vmIOandFlowOperations/mstore8WordToBigError.json +++ b/VMTests/vmIOandFlowOperations/mstore8WordToBigError.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/mstore8WordToBigErrorFiller.json", - "sourceHash": "1b4641b8bbb6a452d3f2bb1f9a3229f990c8a94eff2e62fe7241bc908b8994e2" + "sourceHash": "43d0b843f84535601db99387b0ce5d49891311488cd0ad45636acddc04d9d1e1" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/mstore8_0.json b/VMTests/vmIOandFlowOperations/mstore8_0.json index 54a84372310..c340014150a 100644 --- a/VMTests/vmIOandFlowOperations/mstore8_0.json +++ b/VMTests/vmIOandFlowOperations/mstore8_0.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/mstore8_0Filler.json", - "sourceHash": "22ba22f31d36fb10bbea2ab96d733ad84ad61715441554e1fdad8bb72b03544a" + "sourceHash": "207c9ad256db141c2f56c45d60ae684d8017af4b84a45cd3b5aba8778f7ec654" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/mstore8_1.json b/VMTests/vmIOandFlowOperations/mstore8_1.json index fadd0ad1a07..dc3380a7737 100644 --- a/VMTests/vmIOandFlowOperations/mstore8_1.json +++ b/VMTests/vmIOandFlowOperations/mstore8_1.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/mstore8_1Filler.json", - "sourceHash": "c5aa3b75a88ffd8e66be5922db6d968c0295ac56337030fd358335040527b9f3" + "sourceHash": "5b9b257f355080861bb40779ccde0a236dd31702d50be0fec739c8b7d6f1b581" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/mstoreMemExp.json b/VMTests/vmIOandFlowOperations/mstoreMemExp.json index f48ec6969ef..f043a915ebf 100644 --- a/VMTests/vmIOandFlowOperations/mstoreMemExp.json +++ b/VMTests/vmIOandFlowOperations/mstoreMemExp.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/mstoreMemExpFiller.json", - "sourceHash": "45cd57a1dfbd74d90d0f57e1c08dc77765badbb4991cbafeb9c5789a1655aa76" + "sourceHash": "daf4fea70ad3ba3bffb9c1479e3e5adc9c80405f386fe27eb0d8a0060c845711" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/mstoreWordToBigError.json b/VMTests/vmIOandFlowOperations/mstoreWordToBigError.json index 3610ffa7c46..1dd363c4eb6 100644 --- a/VMTests/vmIOandFlowOperations/mstoreWordToBigError.json +++ b/VMTests/vmIOandFlowOperations/mstoreWordToBigError.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/mstoreWordToBigErrorFiller.json", - "sourceHash": "178b41ae7b29ce34ab4d85ecba8cc81ba5c371a904c3a52c876b46cc821668c1" + "sourceHash": "f93a57a2ba627528a40d17bae117f67589fc4681439e19c9a998b736fb4eac21" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/mstore_mload0.json b/VMTests/vmIOandFlowOperations/mstore_mload0.json index 5e0a02710dd..ec583226f46 100644 --- a/VMTests/vmIOandFlowOperations/mstore_mload0.json +++ b/VMTests/vmIOandFlowOperations/mstore_mload0.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/mstore_mload0Filler.json", - "sourceHash": "91556542650f0f5e2c24f63b463458c4ebc73e6424162a4e3d7c7a072f527f86" + "sourceHash": "1c647bdc87ba8b66ecbceb297c92db2a9f4c5e8ffeebad44036a42d17c3ab32b" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/pc0.json b/VMTests/vmIOandFlowOperations/pc0.json index e8bd8097093..02d2dd33d85 100644 --- a/VMTests/vmIOandFlowOperations/pc0.json +++ b/VMTests/vmIOandFlowOperations/pc0.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/pc0Filler.json", - "sourceHash": "6d1d2b44b0569e229e43aab5c205fe2e5a2c4f32373c9f66a8f5407474351a83" + "sourceHash": "b478d708e4c31a6858407afccfcfa7eb23220c8f53e98dc99926b10dfe2c8e65" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/pc1.json b/VMTests/vmIOandFlowOperations/pc1.json index ddeb730449c..78cf252bd08 100644 --- a/VMTests/vmIOandFlowOperations/pc1.json +++ b/VMTests/vmIOandFlowOperations/pc1.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/pc1Filler.json", - "sourceHash": "5d6c43abe40bebc112aaeaf5f30278a39e20958e5923b7914c061017f3914e3a" + "sourceHash": "88d659893ddeeb1322580b3d950dbdc2e62b49a2f5a80d5f4e04a461903f3f4c" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/pop0.json b/VMTests/vmIOandFlowOperations/pop0.json index b6e931ac8d4..450da018911 100644 --- a/VMTests/vmIOandFlowOperations/pop0.json +++ b/VMTests/vmIOandFlowOperations/pop0.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/pop0Filler.json", - "sourceHash": "5a8ba09e0efc031fe35e78ff7dabe6a662d2f244a2b0aa29a9c245fd333296c3" + "sourceHash": "6db60277232693b4f3dbfe7102cb5d7827277b6f526a3cc2936cf0590cc4b222" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/pop1.json b/VMTests/vmIOandFlowOperations/pop1.json index f3970ed7794..080563e7036 100644 --- a/VMTests/vmIOandFlowOperations/pop1.json +++ b/VMTests/vmIOandFlowOperations/pop1.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/pop1Filler.json", - "sourceHash": "8ce6a3f832e857d4a3aca6db771d7c5e3f18750834156f5a73b0cef98bb0c981" + "sourceHash": "2eb1b96cd6eb6b2f96e821d97d6d011ab74ed6d6b2326ccd9ea253ffc96e6c79" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/return1.json b/VMTests/vmIOandFlowOperations/return1.json index 5b63af3322b..cf256b7e4cd 100644 --- a/VMTests/vmIOandFlowOperations/return1.json +++ b/VMTests/vmIOandFlowOperations/return1.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/return1Filler.json", - "sourceHash": "cd09a78afbdf53e3f8c04dd93afae0c56656dcb692fb112d18efcaecbbf6dc99" + "sourceHash": "20643fa351999ea10d3f5b29ee867f773ff9c9de898ae3e925af6820ab652d9d" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/return2.json b/VMTests/vmIOandFlowOperations/return2.json index e6fdcf806be..36f5ba1da3c 100644 --- a/VMTests/vmIOandFlowOperations/return2.json +++ b/VMTests/vmIOandFlowOperations/return2.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/return2Filler.json", - "sourceHash": "e25b64be36833e73ebd67782d7be0c5f78aea7a74ef8d1e2673b56316c00a849" + "sourceHash": "8bcbd51bbcffbfa1296414b68d293c59b0714a5d3f1ce2907c632c30a417ec2e" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/sha3MemExp.json b/VMTests/vmIOandFlowOperations/sha3MemExp.json index 3c7244d3f6c..04fc22a3e3e 100644 --- a/VMTests/vmIOandFlowOperations/sha3MemExp.json +++ b/VMTests/vmIOandFlowOperations/sha3MemExp.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/sha3MemExpFiller.json", - "sourceHash": "46f7c3cfcb600b639b1ccf14c147c2cbe8cf80424ef3c4acc879756c2a196629" + "sourceHash": "8c71bfbfe77f2612e54dd38551dad266b666c3088e047dc14e5fe0ac4c142df5" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/sstore_load_0.json b/VMTests/vmIOandFlowOperations/sstore_load_0.json index ee104b594e5..11558e1a648 100644 --- a/VMTests/vmIOandFlowOperations/sstore_load_0.json +++ b/VMTests/vmIOandFlowOperations/sstore_load_0.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/sstore_load_0Filler.json", - "sourceHash": "e4f1388611cb4ea91b53285b04f0dd1cac6be4649307f6ac25195f7ee954d367" + "sourceHash": "ca000447d9efe535868a82348b619211abc009284b09a33eedd0ed3cab021094" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/sstore_load_1.json b/VMTests/vmIOandFlowOperations/sstore_load_1.json index f354affa4b1..a6053aaece6 100644 --- a/VMTests/vmIOandFlowOperations/sstore_load_1.json +++ b/VMTests/vmIOandFlowOperations/sstore_load_1.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/sstore_load_1Filler.json", - "sourceHash": "fc926ded01cf8e7ba84e60397b41bc6bd3f1254d6bf9592c29472c5d5bd4c5c3" + "sourceHash": "ebb753685008a365c1d5e478be0152684c486b559ce6dde04fbffd5bc9dbd28d" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/sstore_load_2.json b/VMTests/vmIOandFlowOperations/sstore_load_2.json index 5fa7d8e0984..e814452d97c 100644 --- a/VMTests/vmIOandFlowOperations/sstore_load_2.json +++ b/VMTests/vmIOandFlowOperations/sstore_load_2.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/sstore_load_2Filler.json", - "sourceHash": "e7a96b185500dd0f9178da56d13b326859b00c539d7c43a884eaeb7bbabd57e5" + "sourceHash": "f0d2c15f049cf6e1c350c7ba8bdf465abbbe1cd8f7f9e50986927fe954736827" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/sstore_underflow.json b/VMTests/vmIOandFlowOperations/sstore_underflow.json index c6b98dd8b70..ea4034afbe0 100644 --- a/VMTests/vmIOandFlowOperations/sstore_underflow.json +++ b/VMTests/vmIOandFlowOperations/sstore_underflow.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/sstore_underflowFiller.json", - "sourceHash": "36c5d7b13d8546a87b6253b9306118a8b1363d3ce9639afc37b4338bdb958100" + "sourceHash": "fd05aab13b2ae23a5627412f276bd285f866ee3fa0ee287884152204969cd731" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/stack_loop.json b/VMTests/vmIOandFlowOperations/stack_loop.json index 259fefdcf20..988a0933337 100644 --- a/VMTests/vmIOandFlowOperations/stack_loop.json +++ b/VMTests/vmIOandFlowOperations/stack_loop.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/stack_loopFiller.json", - "sourceHash": "b7269b6c61aa59ee16bd2f21882ef4bac18d37ee9f4ac7ccad976b42905b0063" + "sourceHash": "07a5232bdb4e0ac545d08d9ae841404faeee8113c67d477d3a7f1d0c1b0238a7" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/stackjump1.json b/VMTests/vmIOandFlowOperations/stackjump1.json index 2902847c919..9a25aea970e 100644 --- a/VMTests/vmIOandFlowOperations/stackjump1.json +++ b/VMTests/vmIOandFlowOperations/stackjump1.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/stackjump1Filler.json", - "sourceHash": "ef04b841844275c5d08d93362e5ea7f80dac441141dd1efec8af8f8e96998885" + "sourceHash": "05da5c569cf8c1f080e1c0be04b11dd98b986e8532b1abf5d3d91a715d606e59" }, "callcreates": [], "env": { diff --git a/VMTests/vmIOandFlowOperations/swapAt52becameMstore.json b/VMTests/vmIOandFlowOperations/swapAt52becameMstore.json index ef7ed110a75..30445c50156 100644 --- a/VMTests/vmIOandFlowOperations/swapAt52becameMstore.json +++ b/VMTests/vmIOandFlowOperations/swapAt52becameMstore.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/swapAt52becameMstoreFiller.json", - "sourceHash": "0a28566f65a6ffa1e775fa2655f919803d18a60ca752133c3f5f707370e6691f" + "sourceHash": "78ddd279f92ddac50dad1d2f4d3731a6fe22c41c1d09a361b684a3ecaf36d897" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmIOandFlowOperations/when.json b/VMTests/vmIOandFlowOperations/when.json index ca7e170d98d..97e30f89d36 100644 --- a/VMTests/vmIOandFlowOperations/when.json +++ b/VMTests/vmIOandFlowOperations/when.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/whenFiller.json", - "sourceHash": "209f19a725d643388b11365a6593c43b87aac42953f608498c634becb04f3b52" + "sourceHash": "a29bcc97976cb97dfa66740da482d92321c1e10af2712f7e667bc4c0bc0de5d2" }, "callcreates": [], "env": { diff --git a/VMTests/vmLogTest/log0_emptyMem.json b/VMTests/vmLogTest/log0_emptyMem.json index 536dd582b81..79bd912304d 100644 --- a/VMTests/vmLogTest/log0_emptyMem.json +++ b/VMTests/vmLogTest/log0_emptyMem.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/vmLogTest/log0_emptyMemFiller.json", - "sourceHash": "b9c25ea7756e2e847e58af61749bf26c437bf7c600f7c204e85457f484ab7997" + "sourceHash": "c78bb2e8152f650c3e56553e61a12245286ecfa59a8937c1da35b554aa2a5c4f" }, "callcreates": [], "env": { diff --git a/VMTests/vmLogTest/log0_logMemStartTooHigh.json b/VMTests/vmLogTest/log0_logMemStartTooHigh.json index a37555f5b00..69acb73369f 100644 --- a/VMTests/vmLogTest/log0_logMemStartTooHigh.json +++ b/VMTests/vmLogTest/log0_logMemStartTooHigh.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/vmLogTest/log0_logMemStartTooHighFiller.json", - "sourceHash": "7ef8774a732d476852773b2547e8edc3e9eda1ab92bb0eefdaf22c1c95f1fe52" + "sourceHash": "20a5ee9866d6ce62d841ab028cb04b821b6667b5e61801111eefaec0a0e19f65" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmLogTest/log0_logMemsizeTooHigh.json b/VMTests/vmLogTest/log0_logMemsizeTooHigh.json index 2986d6212da..5f7e89f004d 100644 --- a/VMTests/vmLogTest/log0_logMemsizeTooHigh.json +++ b/VMTests/vmLogTest/log0_logMemsizeTooHigh.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/vmLogTest/log0_logMemsizeTooHighFiller.json", - "sourceHash": "76e96b4fb37d04895265998d99256faa2bebc839bec75c0d39b795691a379d99" + "sourceHash": "f73feef08e5724404136dd45d973d383b162e0a4ccb96d208cd671b1888238e6" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmLogTest/log0_logMemsizeZero.json b/VMTests/vmLogTest/log0_logMemsizeZero.json index 2e7ee78a420..13124ace040 100644 --- a/VMTests/vmLogTest/log0_logMemsizeZero.json +++ b/VMTests/vmLogTest/log0_logMemsizeZero.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/vmLogTest/log0_logMemsizeZeroFiller.json", - "sourceHash": "286902a2ad433d74371c5c29aaed9f5544eba42f0c26c6d49302c738e9b042a3" + "sourceHash": "c0ed6f102b4e2e89fd9b1b0166580283037cd2eb78b0acbe50cae44e46143910" }, "callcreates": [], "env": { diff --git a/VMTests/vmLogTest/log0_nonEmptyMem.json b/VMTests/vmLogTest/log0_nonEmptyMem.json index dcfa6ffd6f7..c4fa60c8880 100644 --- a/VMTests/vmLogTest/log0_nonEmptyMem.json +++ b/VMTests/vmLogTest/log0_nonEmptyMem.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/vmLogTest/log0_nonEmptyMemFiller.json", - "sourceHash": "1aad4e084fd190c326f9809ba600da9ae3af7425653d58fdb7878903303975aa" + "sourceHash": "e87404afc98115f0fe90fc3b331acb3b4b129de7ee8aa95d4391255819aab0bc" }, "callcreates": [], "env": { diff --git a/VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1.json b/VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1.json index e53e12c7d66..b605024864d 100644 --- a/VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1.json +++ b/VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1.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/vmLogTest/log0_nonEmptyMem_logMemSize1Filler.json", - "sourceHash": "c5ffb9f6d4c52b1b980961b40cd1b4b3eceb2f7fc83a4c1288a2000b75352887" + "sourceHash": "58d4b9230feee75d0f2c3489230f2a9bc92e0ad834a4b1ef343dae5d9a1e794f" }, "callcreates": [], "env": { diff --git a/VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1_logMemStart31.json b/VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1_logMemStart31.json index ec7a0d02bb5..95085bf55f4 100644 --- a/VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1_logMemStart31.json +++ b/VMTests/vmLogTest/log0_nonEmptyMem_logMemSize1_logMemStart31.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/vmLogTest/log0_nonEmptyMem_logMemSize1_logMemStart31Filler.json", - "sourceHash": "fdfeef3d33408b7e06cc54057a6f46670785d320472818ba09e2cb7ccfc30547" + "sourceHash": "d68e5d7465b3f4662d7d7d305da20096aa1d58d9473e21a52e35f741497eda4e" }, "callcreates": [], "env": { diff --git a/VMTests/vmLogTest/log1_Caller.json b/VMTests/vmLogTest/log1_Caller.json index 1978400a2ed..a4b8b0b041c 100644 --- a/VMTests/vmLogTest/log1_Caller.json +++ b/VMTests/vmLogTest/log1_Caller.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/vmLogTest/log1_CallerFiller.json", - "sourceHash": "f9394dad85f46e8729a1c8da383d7c2b16a01179c80d4cd0431f32065c9a0448" + "sourceHash": "89fde083a4c947c05d2600326889e230fe097e4fce7cb1610d8a41c5f062b896" }, "callcreates": [], "env": { diff --git a/VMTests/vmLogTest/log1_MaxTopic.json b/VMTests/vmLogTest/log1_MaxTopic.json index c48b8dcc857..70c35a035bb 100644 --- a/VMTests/vmLogTest/log1_MaxTopic.json +++ b/VMTests/vmLogTest/log1_MaxTopic.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/vmLogTest/log1_MaxTopicFiller.json", - "sourceHash": "98f27505f967ebeaf7e684cad95df08e05f1769308178a28ebac29fdb991c14b" + "sourceHash": "b8f05ff08324af2fd537fcd619b1f0947f93adc94848cbc8b6558564fb610a7e" }, "callcreates": [], "env": { diff --git a/VMTests/vmLogTest/log1_emptyMem.json b/VMTests/vmLogTest/log1_emptyMem.json index 9d72fd49a15..27de9bb5ff6 100644 --- a/VMTests/vmLogTest/log1_emptyMem.json +++ b/VMTests/vmLogTest/log1_emptyMem.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/vmLogTest/log1_emptyMemFiller.json", - "sourceHash": "960d9c354830109fd383974701b3ae6d7732106c63ecda46e1c3e89e4619b00b" + "sourceHash": "598f4a0c91b5008409412c8b22631529c0ce95208ba8c2c886c8b32b32d30b63" }, "callcreates": [], "env": { diff --git a/VMTests/vmLogTest/log1_logMemStartTooHigh.json b/VMTests/vmLogTest/log1_logMemStartTooHigh.json index b10bd23e4ae..d5c4c7abeff 100644 --- a/VMTests/vmLogTest/log1_logMemStartTooHigh.json +++ b/VMTests/vmLogTest/log1_logMemStartTooHigh.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/vmLogTest/log1_logMemStartTooHighFiller.json", - "sourceHash": "98d98d25dc38eaa277813f9d95ffff6b015bb644bcf03ae6a4e19e5893db07ec" + "sourceHash": "f4e6b2fa94257436ed3d8d4ca274e4306a1d8b424c27c50b932ec6d80c0bce60" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmLogTest/log1_logMemsizeTooHigh.json b/VMTests/vmLogTest/log1_logMemsizeTooHigh.json index 93bb72d2f9d..4e4e4d59228 100644 --- a/VMTests/vmLogTest/log1_logMemsizeTooHigh.json +++ b/VMTests/vmLogTest/log1_logMemsizeTooHigh.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/vmLogTest/log1_logMemsizeTooHighFiller.json", - "sourceHash": "f5cd8dd1b63ed577c2ecd8389fe207790e14e73c56075d65ed1ed8be19eae06c" + "sourceHash": "de52bcfce9357f59aa66c66fbc14153b332f1759e2c7d41229484a29abf98c49" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmLogTest/log1_logMemsizeZero.json b/VMTests/vmLogTest/log1_logMemsizeZero.json index 97d3ef567fc..3043de5de21 100644 --- a/VMTests/vmLogTest/log1_logMemsizeZero.json +++ b/VMTests/vmLogTest/log1_logMemsizeZero.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/vmLogTest/log1_logMemsizeZeroFiller.json", - "sourceHash": "833edfcaaf899ee835cf5dbf78a3676048025550261bc9985083b8df87b03596" + "sourceHash": "40109a39fc7d74368f19a42893e1e61dffcd4fe04e1367a8defdd905a237f4b8" }, "callcreates": [], "env": { diff --git a/VMTests/vmLogTest/log1_nonEmptyMem.json b/VMTests/vmLogTest/log1_nonEmptyMem.json index d38333ffd2f..db2583ba330 100644 --- a/VMTests/vmLogTest/log1_nonEmptyMem.json +++ b/VMTests/vmLogTest/log1_nonEmptyMem.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/vmLogTest/log1_nonEmptyMemFiller.json", - "sourceHash": "1ea70cef73a6dcb4b52e7c96ec0ab35d7db07c487de30216daaa412c71886d4c" + "sourceHash": "30410561040e28c709b44356cd165e176796c0c570e3e70793eef522ba782b13" }, "callcreates": [], "env": { diff --git a/VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1.json b/VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1.json index b11864c68b8..cb0e3f9400a 100644 --- a/VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1.json +++ b/VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1.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/vmLogTest/log1_nonEmptyMem_logMemSize1Filler.json", - "sourceHash": "05987df7d10f0b38f47d84f604ceca164337e5884b3d15b8c66c6c42e5ce129b" + "sourceHash": "9d3bd8c9b9ea9239fc4ea3980b94e697eb9b0ff751f8628b60f37982ec0a64d9" }, "callcreates": [], "env": { diff --git a/VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1_logMemStart31.json b/VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1_logMemStart31.json index cd738711cea..7b3eea6f181 100644 --- a/VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1_logMemStart31.json +++ b/VMTests/vmLogTest/log1_nonEmptyMem_logMemSize1_logMemStart31.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/vmLogTest/log1_nonEmptyMem_logMemSize1_logMemStart31Filler.json", - "sourceHash": "1e5f7dd9fc13391129d8dfed026a58dc25079fde5bdb6093ad1f6a252f85781b" + "sourceHash": "713e2f41b29a9355ebcacbb283ab33b7f183af02f3e3e577eedae94baa7ce69f" }, "callcreates": [], "env": { diff --git a/VMTests/vmLogTest/log2_Caller.json b/VMTests/vmLogTest/log2_Caller.json index c08c55c43b5..a6c81b08b93 100644 --- a/VMTests/vmLogTest/log2_Caller.json +++ b/VMTests/vmLogTest/log2_Caller.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/vmLogTest/log2_CallerFiller.json", - "sourceHash": "ffa7d0ca06292932721062639bd3e79d2009b76221c4786f3a07edb2c4ecc458" + "sourceHash": "dfccddc319860a6beed48841888c5749ca334532119988e0ad2a778f7941d8b7" }, "callcreates": [], "env": { diff --git a/VMTests/vmLogTest/log2_MaxTopic.json b/VMTests/vmLogTest/log2_MaxTopic.json index c4cf8ba393b..1828a657b60 100644 --- a/VMTests/vmLogTest/log2_MaxTopic.json +++ b/VMTests/vmLogTest/log2_MaxTopic.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/vmLogTest/log2_MaxTopicFiller.json", - "sourceHash": "c0568bc8c38225de7a88e9e1e4fad1b1219f057383f496e88d385f29316929e7" + "sourceHash": "f9be60612595a0648bf138384534954c0e71abcd0b2f90f333e9f0fabbdabd10" }, "callcreates": [], "env": { diff --git a/VMTests/vmLogTest/log2_emptyMem.json b/VMTests/vmLogTest/log2_emptyMem.json index 9581d3cb2fe..bb6d222c985 100644 --- a/VMTests/vmLogTest/log2_emptyMem.json +++ b/VMTests/vmLogTest/log2_emptyMem.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/vmLogTest/log2_emptyMemFiller.json", - "sourceHash": "c5f85a48f65eee3fb70db501ff24a639b013c238fc8fbcccf8b98f4d7a6212d2" + "sourceHash": "bbec103e65f9b84a2e39225c23d14f57a69a3cbaed92a631b172b58b838cb8a0" }, "callcreates": [], "env": { diff --git a/VMTests/vmLogTest/log2_logMemStartTooHigh.json b/VMTests/vmLogTest/log2_logMemStartTooHigh.json index 9e001a7be59..417653cc766 100644 --- a/VMTests/vmLogTest/log2_logMemStartTooHigh.json +++ b/VMTests/vmLogTest/log2_logMemStartTooHigh.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/vmLogTest/log2_logMemStartTooHighFiller.json", - "sourceHash": "d678fc59e66a0e211646f266dd421c85cd01fed2b1e7a1d5d3eaca345c0991c9" + "sourceHash": "18c97dd0b438f7add7cf502ce68031e3f103f0187c147d8f1ec707e6eb7aa0cc" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmLogTest/log2_logMemsizeTooHigh.json b/VMTests/vmLogTest/log2_logMemsizeTooHigh.json index 5e6eda2678f..610ad08b613 100644 --- a/VMTests/vmLogTest/log2_logMemsizeTooHigh.json +++ b/VMTests/vmLogTest/log2_logMemsizeTooHigh.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/vmLogTest/log2_logMemsizeTooHighFiller.json", - "sourceHash": "71102cdafaaa8aeebe31804cc2dcb5126b882ee050ec26d3c84479c0b2668fd3" + "sourceHash": "a9a1cde686a0c7079f43c5843a283346deb33be1c05078bb3c0757041681e1d0" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmLogTest/log2_logMemsizeZero.json b/VMTests/vmLogTest/log2_logMemsizeZero.json index 933615541c0..c4d2661382a 100644 --- a/VMTests/vmLogTest/log2_logMemsizeZero.json +++ b/VMTests/vmLogTest/log2_logMemsizeZero.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/vmLogTest/log2_logMemsizeZeroFiller.json", - "sourceHash": "c4f7632877e0ad64778ff407a569e43fdc3b4e4c69396a8ca28a0324e01e43c6" + "sourceHash": "d8b935dd6e6ffd7642bc648a39ac3b2a33d7ab95772379b3ba1aa7e3f9047139" }, "callcreates": [], "env": { diff --git a/VMTests/vmLogTest/log2_nonEmptyMem.json b/VMTests/vmLogTest/log2_nonEmptyMem.json index 6861c7f9489..8f25f1aa807 100644 --- a/VMTests/vmLogTest/log2_nonEmptyMem.json +++ b/VMTests/vmLogTest/log2_nonEmptyMem.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/vmLogTest/log2_nonEmptyMemFiller.json", - "sourceHash": "f72438bf7111914435e1d89126f55b912a60c2081f95bfe4629d6eb32852f2aa" + "sourceHash": "61f6a1ed510336b60d0e91f7712fe52fe8a7cc3efb5d31a8a890d847b44c0afc" }, "callcreates": [], "env": { diff --git a/VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1.json b/VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1.json index a600457f3cc..aa20981ee57 100644 --- a/VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1.json +++ b/VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1.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/vmLogTest/log2_nonEmptyMem_logMemSize1Filler.json", - "sourceHash": "4e338267a447cd1378758a97286da9cbc0ad0e2607a9622db0555be9b724085b" + "sourceHash": "41d54fbb71636a8ccf781a927ddb89f5c5cd71cc9dab3d6fa5701b4a4b67f211" }, "callcreates": [], "env": { diff --git a/VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1_logMemStart31.json b/VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1_logMemStart31.json index 1a64cf57069..27228481800 100644 --- a/VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1_logMemStart31.json +++ b/VMTests/vmLogTest/log2_nonEmptyMem_logMemSize1_logMemStart31.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/vmLogTest/log2_nonEmptyMem_logMemSize1_logMemStart31Filler.json", - "sourceHash": "a6380ffc45669429e34bf91529aaaa4fed7a3959b1cb02849ab22fe8c6ad0e39" + "sourceHash": "fdfc5a92127017ebb003e70ddde1cb0b28c7e221e7c28ef17fa02c6417fc17c4" }, "callcreates": [], "env": { diff --git a/VMTests/vmLogTest/log3_Caller.json b/VMTests/vmLogTest/log3_Caller.json index 084dd17137a..22871214a0b 100644 --- a/VMTests/vmLogTest/log3_Caller.json +++ b/VMTests/vmLogTest/log3_Caller.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/vmLogTest/log3_CallerFiller.json", - "sourceHash": "a39ab967f98d91e8adbae39c254ed23a12728f12976b374a344af2f1d3bcc9ed" + "sourceHash": "8cbca55c65e392b94f9bcd3d33733fb6cdf20dd6478fbbfbd117fdad537bee1d" }, "callcreates": [], "env": { diff --git a/VMTests/vmLogTest/log3_MaxTopic.json b/VMTests/vmLogTest/log3_MaxTopic.json index 3062e609f8c..5f67ba0c549 100644 --- a/VMTests/vmLogTest/log3_MaxTopic.json +++ b/VMTests/vmLogTest/log3_MaxTopic.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/vmLogTest/log3_MaxTopicFiller.json", - "sourceHash": "1564922d358823821066cd4bf344a341af6feb74b4bb264a839d9ed3cb928590" + "sourceHash": "a075260aa11fbef764813070e547e4afb1f2187a73da6e40247b4008e9cfe5d4" }, "callcreates": [], "env": { diff --git a/VMTests/vmLogTest/log3_PC.json b/VMTests/vmLogTest/log3_PC.json index f6d0f0d6c9f..b6e5664ce8e 100644 --- a/VMTests/vmLogTest/log3_PC.json +++ b/VMTests/vmLogTest/log3_PC.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/vmLogTest/log3_PCFiller.json", - "sourceHash": "2667afdc0c56bd5df7bf381333307740034ebe03fa347950f3e54ce444350cfd" + "sourceHash": "008c89233add3af5ddf2c712352363a471de59df7b9f73465e23b3fa6831845f" }, "callcreates": [], "env": { diff --git a/VMTests/vmLogTest/log3_emptyMem.json b/VMTests/vmLogTest/log3_emptyMem.json index a87ab402354..87cc6847851 100644 --- a/VMTests/vmLogTest/log3_emptyMem.json +++ b/VMTests/vmLogTest/log3_emptyMem.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/vmLogTest/log3_emptyMemFiller.json", - "sourceHash": "e532299035edbfd47ccb74eb827cb6b1cfec5ac1043d9b4b48a30a8554d65704" + "sourceHash": "2ddb26fee133df4d1084be438c961e9f0bbff36708c7253d189623cb1af63484" }, "callcreates": [], "env": { diff --git a/VMTests/vmLogTest/log3_logMemStartTooHigh.json b/VMTests/vmLogTest/log3_logMemStartTooHigh.json index c3d0a49766f..68eff533b21 100644 --- a/VMTests/vmLogTest/log3_logMemStartTooHigh.json +++ b/VMTests/vmLogTest/log3_logMemStartTooHigh.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/vmLogTest/log3_logMemStartTooHighFiller.json", - "sourceHash": "830f20fb639cd408b83dd768836e13c0ba4aba496da431972182c025d1ef09b9" + "sourceHash": "ce7e75bcc4e7e7cc71b61d07f02292b67d67bca601b6da0a2fcbb3fd7a2b6d9b" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmLogTest/log3_logMemsizeTooHigh.json b/VMTests/vmLogTest/log3_logMemsizeTooHigh.json index 85d7f5557e7..6dd4d6ffae0 100644 --- a/VMTests/vmLogTest/log3_logMemsizeTooHigh.json +++ b/VMTests/vmLogTest/log3_logMemsizeTooHigh.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/vmLogTest/log3_logMemsizeTooHighFiller.json", - "sourceHash": "49d990087a85cb6510f5e6186a5868199ab0c095b512b38ecdeedff371f6a8e6" + "sourceHash": "113e0005ee52ba4e1c1b009a2d0b7cb163c2ffab5b40e82cbf8cbc601b44c117" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmLogTest/log3_logMemsizeZero.json b/VMTests/vmLogTest/log3_logMemsizeZero.json index 0ac685b78c4..ba6885e9366 100644 --- a/VMTests/vmLogTest/log3_logMemsizeZero.json +++ b/VMTests/vmLogTest/log3_logMemsizeZero.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/vmLogTest/log3_logMemsizeZeroFiller.json", - "sourceHash": "911dcf01caa1a235d5ad929c9ce72f3df765ce86660b1951b4861ebed034c2b1" + "sourceHash": "14cf5801bfa3c6a878459267c3b6bff7a92c5e447ed9caa566f8c704b4b00c24" }, "callcreates": [], "env": { diff --git a/VMTests/vmLogTest/log3_nonEmptyMem.json b/VMTests/vmLogTest/log3_nonEmptyMem.json index 4287d622e27..e10dad40eed 100644 --- a/VMTests/vmLogTest/log3_nonEmptyMem.json +++ b/VMTests/vmLogTest/log3_nonEmptyMem.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/vmLogTest/log3_nonEmptyMemFiller.json", - "sourceHash": "c8da29b76408becaaaad8d765cac4789288df229741995fa8c1d8ddd7da7d038" + "sourceHash": "7008a74782c7fb3384920b8546d8a4d46746ca73969a633b9e5ce1db4a42e2dc" }, "callcreates": [], "env": { diff --git a/VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1.json b/VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1.json index ac1c7c36c85..4bca6083c2c 100644 --- a/VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1.json +++ b/VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1.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/vmLogTest/log3_nonEmptyMem_logMemSize1Filler.json", - "sourceHash": "75aba6d9c867a8fbfef1c71af56dfb11c80b3b18560c5a3724d61d3884e373ef" + "sourceHash": "44ca235dd22aaa5173eb920cd92c0c63244fb2a62312e1944304f024878f32e7" }, "callcreates": [], "env": { diff --git a/VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1_logMemStart31.json b/VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1_logMemStart31.json index e7d713b582a..340e19873ed 100644 --- a/VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1_logMemStart31.json +++ b/VMTests/vmLogTest/log3_nonEmptyMem_logMemSize1_logMemStart31.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/vmLogTest/log3_nonEmptyMem_logMemSize1_logMemStart31Filler.json", - "sourceHash": "891d96ccfe7fa70dcb072db28f6d5460b5a458084222ab780e048b16c7f168bb" + "sourceHash": "a3deb1933bc68ef2bfddeb9b95b81abc13a3f14be86884a968ed0bc00fb24bb9" }, "callcreates": [], "env": { diff --git a/VMTests/vmLogTest/log4_Caller.json b/VMTests/vmLogTest/log4_Caller.json index 2be6ffc8231..e33575b8258 100644 --- a/VMTests/vmLogTest/log4_Caller.json +++ b/VMTests/vmLogTest/log4_Caller.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/vmLogTest/log4_CallerFiller.json", - "sourceHash": "ae572ff4dd29d9df9b5371f552fb05be83fb236f6e6b1b8db7f14672762d48db" + "sourceHash": "682eabe900d81b1a6e25e618d7520a407ea2f6f3ce70fe45555fe649d94a1642" }, "callcreates": [], "env": { diff --git a/VMTests/vmLogTest/log4_MaxTopic.json b/VMTests/vmLogTest/log4_MaxTopic.json index 1bc2b3d5a37..2921599dc67 100644 --- a/VMTests/vmLogTest/log4_MaxTopic.json +++ b/VMTests/vmLogTest/log4_MaxTopic.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/vmLogTest/log4_MaxTopicFiller.json", - "sourceHash": "992e95f04800b68216f74c0335e96fa73e21a2b52622bf032eb6bd9b9c5b7d58" + "sourceHash": "e0b533731df9acc1ecd20151af54bad852160b995a39ba6a69dfabfe9d1bcff2" }, "callcreates": [], "env": { diff --git a/VMTests/vmLogTest/log4_PC.json b/VMTests/vmLogTest/log4_PC.json index 267b9a92f46..98cfe0759e4 100644 --- a/VMTests/vmLogTest/log4_PC.json +++ b/VMTests/vmLogTest/log4_PC.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/vmLogTest/log4_PCFiller.json", - "sourceHash": "336fd700bf5c394440cd51bdb9934fbcb21429e2164db21f1fdfa686709a8a9e" + "sourceHash": "06497d7965b82889e8339e85e93904bcc61d3b2b0dcb79fc28d7ddfee4296d92" }, "callcreates": [], "env": { diff --git a/VMTests/vmLogTest/log4_emptyMem.json b/VMTests/vmLogTest/log4_emptyMem.json index 213ca6d992d..09781555238 100644 --- a/VMTests/vmLogTest/log4_emptyMem.json +++ b/VMTests/vmLogTest/log4_emptyMem.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/vmLogTest/log4_emptyMemFiller.json", - "sourceHash": "a432c2ae4a12cb2ed5f904938d404b2ed4f0b591c660bfbbd915d69e3b1a5054" + "sourceHash": "60a0bb62baedbd49c73c24abfaa039c56f7df13ae5d5e5f45ae84a51c123e784" }, "callcreates": [], "env": { diff --git a/VMTests/vmLogTest/log4_logMemStartTooHigh.json b/VMTests/vmLogTest/log4_logMemStartTooHigh.json index 5f3671a88aa..4574e35c5e4 100644 --- a/VMTests/vmLogTest/log4_logMemStartTooHigh.json +++ b/VMTests/vmLogTest/log4_logMemStartTooHigh.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/vmLogTest/log4_logMemStartTooHighFiller.json", - "sourceHash": "60f6658fad044abc14461ff446a245cb919cacd0d519436c95c01b5ad5ac146f" + "sourceHash": "444f5dad0d32c4f66f3f7093c912cc709c8ad82597b830268d4b97c64fa043ec" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmLogTest/log4_logMemsizeTooHigh.json b/VMTests/vmLogTest/log4_logMemsizeTooHigh.json index 3c433b17b75..77f99a52ae2 100644 --- a/VMTests/vmLogTest/log4_logMemsizeTooHigh.json +++ b/VMTests/vmLogTest/log4_logMemsizeTooHigh.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/vmLogTest/log4_logMemsizeTooHighFiller.json", - "sourceHash": "3374323a0ef27a22b037e033828a717be0110e8560908fdbe55a40385aa1e8f4" + "sourceHash": "792df221da3d127fcf10c6d87daef61bc79ba43620725dcd8f1ef643f4e5147e" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmLogTest/log4_logMemsizeZero.json b/VMTests/vmLogTest/log4_logMemsizeZero.json index 357f80a4165..8ecf198c2d3 100644 --- a/VMTests/vmLogTest/log4_logMemsizeZero.json +++ b/VMTests/vmLogTest/log4_logMemsizeZero.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/vmLogTest/log4_logMemsizeZeroFiller.json", - "sourceHash": "0dedebe8761a8804e8e733f101c7763926d3def4e80ce24022c887199497af54" + "sourceHash": "2c8c4007f3dd558f0007eda842c8f4dbbb2f2d486324812ebcde23c2a48a807c" }, "callcreates": [], "env": { diff --git a/VMTests/vmLogTest/log4_nonEmptyMem.json b/VMTests/vmLogTest/log4_nonEmptyMem.json index 6b09f3d9b44..940751b71e6 100644 --- a/VMTests/vmLogTest/log4_nonEmptyMem.json +++ b/VMTests/vmLogTest/log4_nonEmptyMem.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/vmLogTest/log4_nonEmptyMemFiller.json", - "sourceHash": "48e97b059aa783ac0a3037a6502df36c43c92bcda7e07f2bc05eb0aa757ee3d2" + "sourceHash": "93858cc87ed33dbb69c3c35197ed7e0943fcea14fdad052f8c37a5ae7cfce0b6" }, "callcreates": [], "env": { diff --git a/VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1.json b/VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1.json index 7adba5d035a..8ee719756f3 100644 --- a/VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1.json +++ b/VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1.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/vmLogTest/log4_nonEmptyMem_logMemSize1Filler.json", - "sourceHash": "9d9e2dbf4acb7006395860e67f8d995ff9a5eb2e24d0f855b48bd2982859f920" + "sourceHash": "8e6054bc46361d742ccbae37517518c2e01031c7d4bfd87d4d333838da43dd19" }, "callcreates": [], "env": { diff --git a/VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1_logMemStart31.json b/VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1_logMemStart31.json index 9a3c38283f3..bb2849a4f63 100644 --- a/VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1_logMemStart31.json +++ b/VMTests/vmLogTest/log4_nonEmptyMem_logMemSize1_logMemStart31.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/vmLogTest/log4_nonEmptyMem_logMemSize1_logMemStart31Filler.json", - "sourceHash": "926d31b15952b254de6bffaa33576fc7876943f481b5cb9abd64da01714983ef" + "sourceHash": "e02a975be2fd33379b7808630bdc773033f1e11e468bd601822b76c33c6e2230" }, "callcreates": [], "env": { diff --git a/VMTests/vmLogTest/log_2logs.json b/VMTests/vmLogTest/log_2logs.json index 1fffa0045a9..801a233716b 100644 --- a/VMTests/vmLogTest/log_2logs.json +++ b/VMTests/vmLogTest/log_2logs.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/vmLogTest/log_2logsFiller.json", - "sourceHash": "add0a2bb56507b91dfca249ac98f5d62a95f85fc9b8a9c3111fe02327d00bad7" + "sourceHash": "447d274eef062758d9a3b8d996d6958642478124d3d752d080c223c3ba136c22" }, "callcreates": [], "env": { diff --git a/VMTests/vmPerformance/ackermann31.json b/VMTests/vmPerformance/ackermann31.json index f34207b3b1a..f5d69b0e25f 100644 --- a/VMTests/vmPerformance/ackermann31.json +++ b/VMTests/vmPerformance/ackermann31.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/vmPerformance/ackermann31Filler.json", - "sourceHash": "38a3c5e493108d28d227c0a0072f2de54dc5ef214ee5c3176d272d2d5ddf5f96" + "sourceHash": "56b6d343d9ee62b948bcb075761e8f212a7bcb65e0f9590b57e5aef275617bdb" }, "callcreates": [], "env": { diff --git a/VMTests/vmPerformance/ackermann32.json b/VMTests/vmPerformance/ackermann32.json index 75c5b1c278d..c502e0b6779 100644 --- a/VMTests/vmPerformance/ackermann32.json +++ b/VMTests/vmPerformance/ackermann32.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/vmPerformance/ackermann32Filler.json", - "sourceHash": "758815753cb1ecfd01b909e9bf65dd4a0efd69f89cac8101fd0734956b74fc97" + "sourceHash": "ef886feea13a8f52b8d060fd3401f60dc43e80a57b14fbcef335dc48d0d2795c" }, "callcreates": [], "env": { diff --git a/VMTests/vmPerformance/ackermann33.json b/VMTests/vmPerformance/ackermann33.json index f9b36a65a88..0743bedd62d 100644 --- a/VMTests/vmPerformance/ackermann33.json +++ b/VMTests/vmPerformance/ackermann33.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/vmPerformance/ackermann33Filler.json", - "sourceHash": "dc3f756906eec0cd7e4a2b3ab0cf0fb73653496052a996b7ea70c26a61c912a3" + "sourceHash": "e8565288ecf0753bcfb6d0cf40038e3a5deac73d18a7781036795e5445272ef1" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmPerformance/fibonacci10.json b/VMTests/vmPerformance/fibonacci10.json index a565a42fda2..9462d05d88f 100644 --- a/VMTests/vmPerformance/fibonacci10.json +++ b/VMTests/vmPerformance/fibonacci10.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/vmPerformance/fibonacci10Filler.json", - "sourceHash": "b7a7c5688d092ceb5f98e39fb7165776a2810b0102508b1f74e62ed0aba920ac" + "sourceHash": "83451fbfac4f26d965dac2b5402ca5397494eccb3894ea95b964ee24b03a08ba" }, "callcreates": [], "env": { diff --git a/VMTests/vmPerformance/fibonacci16.json b/VMTests/vmPerformance/fibonacci16.json index 8631cda3c92..5e70f74eecc 100644 --- a/VMTests/vmPerformance/fibonacci16.json +++ b/VMTests/vmPerformance/fibonacci16.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/vmPerformance/fibonacci16Filler.json", - "sourceHash": "d5891171f449aeb203345ffd914604aae89908baa62f2094bee93e5bb61eea0f" + "sourceHash": "08fe9ea5b16066d6dad6be639ad7410612dc020931f3c01e38577ebf5fa04418" }, "callcreates": [], "env": { diff --git a/VMTests/vmPerformance/loop-add-10M.json b/VMTests/vmPerformance/loop-add-10M.json index fe606cb6aee..d095099a667 100644 --- a/VMTests/vmPerformance/loop-add-10M.json +++ b/VMTests/vmPerformance/loop-add-10M.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/vmPerformance/loop-add-10MFiller.json", - "sourceHash": "d440d33e38d93f699eb8a20f88258192b42318de3f83bc5d4f2400253e71b61c" + "sourceHash": "4502bfda03efa273916ebf3f9afc7454b3abf5ca7d1ad47ea2122babe866f165" }, "callcreates": [], "env": { diff --git a/VMTests/vmPerformance/loop-divadd-10M.json b/VMTests/vmPerformance/loop-divadd-10M.json index 9d3fc0bc366..9eac43f20da 100644 --- a/VMTests/vmPerformance/loop-divadd-10M.json +++ b/VMTests/vmPerformance/loop-divadd-10M.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/vmPerformance/loop-divadd-10MFiller.json", - "sourceHash": "33d4ba243a4246463c3faa28501b2ee87c66132340cf11d89c9ebf2dc3381f8b" + "sourceHash": "b7ba84842a1025d21aa32187ffd44b6c88005632916f4f3aed4641f9f1e74354" }, "callcreates": [], "env": { diff --git a/VMTests/vmPerformance/loop-divadd-unr100-10M.json b/VMTests/vmPerformance/loop-divadd-unr100-10M.json index df87bb5d760..a5db35b8524 100644 --- a/VMTests/vmPerformance/loop-divadd-unr100-10M.json +++ b/VMTests/vmPerformance/loop-divadd-unr100-10M.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/vmPerformance/loop-divadd-unr100-10MFiller.json", - "sourceHash": "4268579350575d07b4c96c555b99e2fc4c2240d107310b9be187def93041a677" + "sourceHash": "7972f41cfef8bfcb01b7c126531d5132379004a30e159bd9541fcf685a578146" }, "callcreates": [], "env": { diff --git a/VMTests/vmPerformance/loop-exp-16b-100k.json b/VMTests/vmPerformance/loop-exp-16b-100k.json index dd1d5a3c68f..2b316629c7c 100644 --- a/VMTests/vmPerformance/loop-exp-16b-100k.json +++ b/VMTests/vmPerformance/loop-exp-16b-100k.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/vmPerformance/loop-exp-16b-100kFiller.json", - "sourceHash": "06405b13b65bd5cda537979b7422850fd202677974dd4ed1e8651cad67cbcf4b" + "sourceHash": "217de2b7d52fc543ff2a2d850506084a934e3c66cf8dbe202007ddb08700d1a0" }, "callcreates": [], "env": { diff --git a/VMTests/vmPerformance/loop-exp-1b-1M.json b/VMTests/vmPerformance/loop-exp-1b-1M.json index 02517c01a20..78a9c9cd348 100644 --- a/VMTests/vmPerformance/loop-exp-1b-1M.json +++ b/VMTests/vmPerformance/loop-exp-1b-1M.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/vmPerformance/loop-exp-1b-1MFiller.json", - "sourceHash": "df116e13462ec5579ea3d5669a73fe97ab8571f38163b094a0ed94450a8d3e56" + "sourceHash": "cdfa2c593a5906190085cdcb90fa3ee73b6fe04fda30409e6365182ecf8043e4" }, "callcreates": [], "env": { diff --git a/VMTests/vmPerformance/loop-exp-2b-100k.json b/VMTests/vmPerformance/loop-exp-2b-100k.json index e65612ddede..b9d8a207606 100644 --- a/VMTests/vmPerformance/loop-exp-2b-100k.json +++ b/VMTests/vmPerformance/loop-exp-2b-100k.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/vmPerformance/loop-exp-2b-100kFiller.json", - "sourceHash": "5004e0dcef1cd65fa4c1384dd1490b94651afed2741e198f2f35215b204b3fe2" + "sourceHash": "610f6136fe997fde53d29b00356d0cf7846e11408ca6a52a65b88dd438d2e23f" }, "callcreates": [], "env": { diff --git a/VMTests/vmPerformance/loop-exp-32b-100k.json b/VMTests/vmPerformance/loop-exp-32b-100k.json index a375472cb0b..f3ee6ac4967 100644 --- a/VMTests/vmPerformance/loop-exp-32b-100k.json +++ b/VMTests/vmPerformance/loop-exp-32b-100k.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/vmPerformance/loop-exp-32b-100kFiller.json", - "sourceHash": "08e2446f76ba8693d08ca60d9517da8140361c7c0541ca64e0d426963d54f80a" + "sourceHash": "508a545e243de7cff8e906638112d4ad6108264a191ae868207f9167a44a57a8" }, "callcreates": [], "env": { diff --git a/VMTests/vmPerformance/loop-exp-4b-100k.json b/VMTests/vmPerformance/loop-exp-4b-100k.json index a95529fa474..8305f28c53a 100644 --- a/VMTests/vmPerformance/loop-exp-4b-100k.json +++ b/VMTests/vmPerformance/loop-exp-4b-100k.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/vmPerformance/loop-exp-4b-100kFiller.json", - "sourceHash": "52222d8f9e6a417cd7c1e6c627a6424223de1eb640b91d00d2a2d2ccca28d132" + "sourceHash": "2e946c28c23d20f9c79b177c478cb8d5c8eec4c9faa50e656d6977581629792a" }, "callcreates": [], "env": { diff --git a/VMTests/vmPerformance/loop-exp-8b-100k.json b/VMTests/vmPerformance/loop-exp-8b-100k.json index 2d9a6c37f6d..84eab6a6ab9 100644 --- a/VMTests/vmPerformance/loop-exp-8b-100k.json +++ b/VMTests/vmPerformance/loop-exp-8b-100k.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/vmPerformance/loop-exp-8b-100kFiller.json", - "sourceHash": "451b2cc1190d88eb53c7581ec6f6605d7b1d6d7b1a9beeb31fea6b55b4c73b35" + "sourceHash": "75985d9ee7cb762d3497c01743e061c166df47490796e683c569bb981047fec0" }, "callcreates": [], "env": { diff --git a/VMTests/vmPerformance/loop-exp-nop-1M.json b/VMTests/vmPerformance/loop-exp-nop-1M.json index 12514cb51cd..f7f96407bac 100644 --- a/VMTests/vmPerformance/loop-exp-nop-1M.json +++ b/VMTests/vmPerformance/loop-exp-nop-1M.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/vmPerformance/loop-exp-nop-1MFiller.json", - "sourceHash": "ca5bf5313c48063d9e0c0c7e7a68e731e302bec0477205e53a4402cda0fb3bb4" + "sourceHash": "992a4bb6556f8c1a6c601d8db1e7d12192debeb3d1be97cadb57841db1105046" }, "callcreates": [], "env": { diff --git a/VMTests/vmPerformance/loop-mul.json b/VMTests/vmPerformance/loop-mul.json index de11e5a5c1b..3b104ab6f52 100644 --- a/VMTests/vmPerformance/loop-mul.json +++ b/VMTests/vmPerformance/loop-mul.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/vmPerformance/loop-mulFiller.json", - "sourceHash": "db5a546a4b6d3e4f718910f9d5ba5999a73805b66df5cec00eb7ba3cd54bbcab" + "sourceHash": "a8eeba67d2a9553170d5ab474bee300053d03ef51b501901fdd7e79437f7a2cf" }, "callcreates": [], "env": { diff --git a/VMTests/vmPerformance/loop-mulmod-2M.json b/VMTests/vmPerformance/loop-mulmod-2M.json index 71608af5f5e..4d5b1edc6df 100644 --- a/VMTests/vmPerformance/loop-mulmod-2M.json +++ b/VMTests/vmPerformance/loop-mulmod-2M.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/vmPerformance/loop-mulmod-2MFiller.json", - "sourceHash": "c594ea79b43c74ef96fb442b692e3706ae81884fdfffc86fd6f666077b207e99" + "sourceHash": "948286df5530d15865ccad4b0434ee3265fee9857184b76b3fc7bf658868ec9b" }, "callcreates": [], "env": { diff --git a/VMTests/vmPerformance/manyFunctions100.json b/VMTests/vmPerformance/manyFunctions100.json index b0b4366c532..84b7b7e163b 100644 --- a/VMTests/vmPerformance/manyFunctions100.json +++ b/VMTests/vmPerformance/manyFunctions100.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/vmPerformance/manyFunctions100Filler.json", - "sourceHash": "705e1a879cf3d1243170f9bbaffbac927bfc8a000ed51487b8f50829037be89e" + "sourceHash": "f4213056f07d43b4e385be56f71cd622b9355c94f62c2bb52eaacf4b5741f049" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/dup1.json b/VMTests/vmPushDupSwapTest/dup1.json index aa3a6a3cb99..501aac4de22 100644 --- a/VMTests/vmPushDupSwapTest/dup1.json +++ b/VMTests/vmPushDupSwapTest/dup1.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/vmPushDupSwapTest/dup1Filler.json", - "sourceHash": "32890444f524b373777e8a2453f75746bf843511ba8d649a6d97c697d7c0d338" + "sourceHash": "5c50f1d532719763a55cf9d0b139ba25dd7880da2396e34d00a02909f6e9887a" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/dup10.json b/VMTests/vmPushDupSwapTest/dup10.json index a6c99d1f8e1..8ca51b4ced2 100644 --- a/VMTests/vmPushDupSwapTest/dup10.json +++ b/VMTests/vmPushDupSwapTest/dup10.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/vmPushDupSwapTest/dup10Filler.json", - "sourceHash": "02ccc76d1d7acd1f498c87b0b91ec42e923911fb4eab648a5d14760e2b3e19ae" + "sourceHash": "c548d892360c5d1865085cf867419cb5e19c8735fb64ae6b25db98e40c42c355" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/dup11.json b/VMTests/vmPushDupSwapTest/dup11.json index 357c1b9948d..ab43a580b6a 100644 --- a/VMTests/vmPushDupSwapTest/dup11.json +++ b/VMTests/vmPushDupSwapTest/dup11.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/vmPushDupSwapTest/dup11Filler.json", - "sourceHash": "61574d0e5d405f989020552c2793b2764b97b823be8cdeb654bed42e1d5a9437" + "sourceHash": "7ea60c44b64117b51e58532bb4c5eb961ee87e9bec9242de3c30cf37c207de62" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/dup12.json b/VMTests/vmPushDupSwapTest/dup12.json index 45c1ca9b0a4..171de435e37 100644 --- a/VMTests/vmPushDupSwapTest/dup12.json +++ b/VMTests/vmPushDupSwapTest/dup12.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/vmPushDupSwapTest/dup12Filler.json", - "sourceHash": "fa6beaf208288457189581eb43a581be49f2050e58079781e06ae7eb8d59ebb9" + "sourceHash": "f5de21a63410cbf9a0f2196bd37aaca54a1b9ee86dfe11da3a18a73755b84f92" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/dup13.json b/VMTests/vmPushDupSwapTest/dup13.json index ba314425ec3..6b01bb284a4 100644 --- a/VMTests/vmPushDupSwapTest/dup13.json +++ b/VMTests/vmPushDupSwapTest/dup13.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/vmPushDupSwapTest/dup13Filler.json", - "sourceHash": "211a42170cb00aa3fc547af215ebabf5ab823cc488cfff7b69b2a230eea0fdd0" + "sourceHash": "56b1aed98403c0b57fef7e12a960e032fc0ea6eaeb55b7e4ee21e0f689399e1a" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/dup14.json b/VMTests/vmPushDupSwapTest/dup14.json index d025ebe0488..d8443d5d07f 100644 --- a/VMTests/vmPushDupSwapTest/dup14.json +++ b/VMTests/vmPushDupSwapTest/dup14.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/vmPushDupSwapTest/dup14Filler.json", - "sourceHash": "3d58b994b9b45bb49603b05d77a97f2f44b56edf3be5b89b6e62d8befad8f555" + "sourceHash": "fb943f5e652a9d648f6b9741d61afb019187d7706b1ae73f22660d059bbbebf0" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/dup15.json b/VMTests/vmPushDupSwapTest/dup15.json index 29e9d69ce25..5257a2a01ef 100644 --- a/VMTests/vmPushDupSwapTest/dup15.json +++ b/VMTests/vmPushDupSwapTest/dup15.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/vmPushDupSwapTest/dup15Filler.json", - "sourceHash": "298be26c3b80413c52b6045a858001953f9a5c5d4f40e49cb75d560f1f381967" + "sourceHash": "34ec18a9895db7eae07bd0bb2c9bb5495be93c8e77db034c6345b1e6b20aa393" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/dup16.json b/VMTests/vmPushDupSwapTest/dup16.json index 828f6042dab..70daa69a74d 100644 --- a/VMTests/vmPushDupSwapTest/dup16.json +++ b/VMTests/vmPushDupSwapTest/dup16.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/vmPushDupSwapTest/dup16Filler.json", - "sourceHash": "ca80dc2482ac0a30ea54e09194476054e571a6745e98614187104141bb5891a0" + "sourceHash": "8f0fbf6ef9e046eef699a8f4755c93bafcee5584f485612d32138830d6b67410" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/dup2.json b/VMTests/vmPushDupSwapTest/dup2.json index 0bc5f38c394..8833c1ee3ae 100644 --- a/VMTests/vmPushDupSwapTest/dup2.json +++ b/VMTests/vmPushDupSwapTest/dup2.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/vmPushDupSwapTest/dup2Filler.json", - "sourceHash": "b1db200b7effd55c4f6998ff9f1cfe023b593dc0d91bf213cf862a84eb9627d5" + "sourceHash": "521ce2cca74c960f0df551b9b30225bbca8ed187d8c5ca8058337bd38500bddc" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/dup2error.json b/VMTests/vmPushDupSwapTest/dup2error.json index 09ed33df1cd..c22afa5baf8 100644 --- a/VMTests/vmPushDupSwapTest/dup2error.json +++ b/VMTests/vmPushDupSwapTest/dup2error.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/vmPushDupSwapTest/dup2errorFiller.json", - "sourceHash": "9df514dcff1b148f78895e4bf3c031e8b054597e5e723ef7980d59858379b72e" + "sourceHash": "79472b53f77d8f8135dd593c0bbb2882884b210dd5906a4a7128362d205620b6" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmPushDupSwapTest/dup3.json b/VMTests/vmPushDupSwapTest/dup3.json index 2e3a0422f42..bf58259ade3 100644 --- a/VMTests/vmPushDupSwapTest/dup3.json +++ b/VMTests/vmPushDupSwapTest/dup3.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/vmPushDupSwapTest/dup3Filler.json", - "sourceHash": "d90fe7c657d62312656571a1bb6e072d52125250d0f883726f5af3f803771d7d" + "sourceHash": "62a6a536955e810f4bf8ac53bab21c0a71ebe1d227a2c1b2ca852901635a5fb9" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/dup4.json b/VMTests/vmPushDupSwapTest/dup4.json index 8491a946370..b7829943768 100644 --- a/VMTests/vmPushDupSwapTest/dup4.json +++ b/VMTests/vmPushDupSwapTest/dup4.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/vmPushDupSwapTest/dup4Filler.json", - "sourceHash": "b0bd8b25cadf1281f9df6174abea475115c712d64ec233bad6c85eaf865c4bea" + "sourceHash": "1998598b8b04942e329f6940ab7667a410ec839d2140b03e2c85b7922034ffa8" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/dup5.json b/VMTests/vmPushDupSwapTest/dup5.json index b6e59c120bd..6cfe7bef044 100644 --- a/VMTests/vmPushDupSwapTest/dup5.json +++ b/VMTests/vmPushDupSwapTest/dup5.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/vmPushDupSwapTest/dup5Filler.json", - "sourceHash": "c66483c71ee2895e984760e7f3eb5ea23b36872d5a1c31c3df71d75811a15a8a" + "sourceHash": "ab55fb58d6cc64ed99701b628b6f36682395ad0d6a25bf34c017b55503833c8f" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/dup6.json b/VMTests/vmPushDupSwapTest/dup6.json index 5596f00c889..603b949f7e0 100644 --- a/VMTests/vmPushDupSwapTest/dup6.json +++ b/VMTests/vmPushDupSwapTest/dup6.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/vmPushDupSwapTest/dup6Filler.json", - "sourceHash": "dcfcf13219abe14c2af6dc4453fbb42e997612bc54cb995bd8e0c5ebcc13f77a" + "sourceHash": "21466ad7a2f92bfaac4c622db922484067543ac3a336601298d60d1588af4caf" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/dup7.json b/VMTests/vmPushDupSwapTest/dup7.json index b699a7d8916..681aeab4b4a 100644 --- a/VMTests/vmPushDupSwapTest/dup7.json +++ b/VMTests/vmPushDupSwapTest/dup7.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/vmPushDupSwapTest/dup7Filler.json", - "sourceHash": "0a767c7791944565e44efaa7f9c8da74b8c4e861a799106dfc3ba91f5e58c57c" + "sourceHash": "07ba7ee6a8122276110c948c0b752aa64eb213791749eed8a5ab5f4b9d96821c" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/dup8.json b/VMTests/vmPushDupSwapTest/dup8.json index a709ded4354..17a05a002ff 100644 --- a/VMTests/vmPushDupSwapTest/dup8.json +++ b/VMTests/vmPushDupSwapTest/dup8.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/vmPushDupSwapTest/dup8Filler.json", - "sourceHash": "b9f022a40d920402a36717b009427fc66d8d5969061833259fb6284055ebc307" + "sourceHash": "bcccc54a6369b4a65aabe60042ea0a3e94861fbe53bf2100f93fc303f991f1c7" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/dup9.json b/VMTests/vmPushDupSwapTest/dup9.json index 926f95f7d30..4c086ab6174 100644 --- a/VMTests/vmPushDupSwapTest/dup9.json +++ b/VMTests/vmPushDupSwapTest/dup9.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/vmPushDupSwapTest/dup9Filler.json", - "sourceHash": "a9deaedf567f8877e348b5654064a5ff122a353c33e11adab64b3e36af1f9e81" + "sourceHash": "ff227c8e0c59e02a5906cddb38ad9861be167015c65f9abcc8aede03dfc981a7" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/push1.json b/VMTests/vmPushDupSwapTest/push1.json index 9b4a8898817..0fa1776145e 100644 --- a/VMTests/vmPushDupSwapTest/push1.json +++ b/VMTests/vmPushDupSwapTest/push1.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/vmPushDupSwapTest/push1Filler.json", - "sourceHash": "f58be9f4a05eee33e7b4b73756f5f497ba337738c372597cf8933f0a1af96dad" + "sourceHash": "82d8c6030f1f5948833dc57e557b7b26b1e1546b32d90394ad1634ed8857175c" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/push10.json b/VMTests/vmPushDupSwapTest/push10.json index 34c24d04e2b..8df6b716aa4 100644 --- a/VMTests/vmPushDupSwapTest/push10.json +++ b/VMTests/vmPushDupSwapTest/push10.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/vmPushDupSwapTest/push10Filler.json", - "sourceHash": "b2a4757538e92bb9d061a1b7ccc2369633c97ae108a5fd73393dcf8983da9bf8" + "sourceHash": "dad72d5f86f0a0c274ed2da8459ec7b8cd4b041b433a8d6c8cab19d8498d86cc" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/push11.json b/VMTests/vmPushDupSwapTest/push11.json index 80714766921..d969b08ceec 100644 --- a/VMTests/vmPushDupSwapTest/push11.json +++ b/VMTests/vmPushDupSwapTest/push11.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/vmPushDupSwapTest/push11Filler.json", - "sourceHash": "5c15a6b29b1f702c1fafa16930f4ee6b0289d72af95bd9c054c876885c3ba1d2" + "sourceHash": "e8759342266e61c009db0d42faebdf51f33a37b9d81293e2f5c4bc9b3805bd63" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/push12.json b/VMTests/vmPushDupSwapTest/push12.json index 23332a6f0df..44c6fff6d8e 100644 --- a/VMTests/vmPushDupSwapTest/push12.json +++ b/VMTests/vmPushDupSwapTest/push12.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/vmPushDupSwapTest/push12Filler.json", - "sourceHash": "0921ddc751c772d85b10ba893abc528ea6decbb8df8c302c878ad172a98a1126" + "sourceHash": "87d7a1d41e5c4fec3b5f37a6d2808b05ca26da9a9c221326b41f7619ce3df211" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/push13.json b/VMTests/vmPushDupSwapTest/push13.json index e8c08fd4fb0..1f4b898a7d5 100644 --- a/VMTests/vmPushDupSwapTest/push13.json +++ b/VMTests/vmPushDupSwapTest/push13.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/vmPushDupSwapTest/push13Filler.json", - "sourceHash": "819aaa0efe72445cdeacb17963724ad7a2eaf2b3ed814fb2f0b7cd1c6cfde4c3" + "sourceHash": "929faa368bfde6c825bcda5b68a00deba521a04d1a0d601e06563955d1e81e9d" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/push14.json b/VMTests/vmPushDupSwapTest/push14.json index bc65828a00f..fe907c0c658 100644 --- a/VMTests/vmPushDupSwapTest/push14.json +++ b/VMTests/vmPushDupSwapTest/push14.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/vmPushDupSwapTest/push14Filler.json", - "sourceHash": "0c7ed7e79c864c484c8dfdfb25e5bfa9071e3d9ea7304899b3c4d07e2adc5018" + "sourceHash": "e29f6b20f1ac7746dbabadbc077015baf30b24d0aa5167c35b76a6111e9c3d76" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/push15.json b/VMTests/vmPushDupSwapTest/push15.json index 5f91b47f9ab..85425d12a4c 100644 --- a/VMTests/vmPushDupSwapTest/push15.json +++ b/VMTests/vmPushDupSwapTest/push15.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/vmPushDupSwapTest/push15Filler.json", - "sourceHash": "37a328c616e6a40d5defb2a8ae02a319209000ddf1d9a901fba24e901e9b8ce7" + "sourceHash": "ad553767d4cd96eea1448672f0d80c8f2367dc7257615b9757fa4766a10f8112" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/push16.json b/VMTests/vmPushDupSwapTest/push16.json index f1d4964de1d..11b128b9db3 100644 --- a/VMTests/vmPushDupSwapTest/push16.json +++ b/VMTests/vmPushDupSwapTest/push16.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/vmPushDupSwapTest/push16Filler.json", - "sourceHash": "efa23ed61b9805af7a0e3685b7b151ef3bd2012ac0acf8b03e0efa48ff11f210" + "sourceHash": "dde9ef4c2c019931cc50aaa8d0df4a245e8a7ec23a30a80fb0523e71ae91f926" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/push17.json b/VMTests/vmPushDupSwapTest/push17.json index 6266403cf28..637df6d35d0 100644 --- a/VMTests/vmPushDupSwapTest/push17.json +++ b/VMTests/vmPushDupSwapTest/push17.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/vmPushDupSwapTest/push17Filler.json", - "sourceHash": "be93ce2168a25ffa3bcd396bdbfbe95757e0df9ee0b750d3f638f428edaf8c54" + "sourceHash": "e1ac09eecc191580d4ea3d21c5c9590bad3fa42f5b81023e9d5df3c4c3239dec" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/push18.json b/VMTests/vmPushDupSwapTest/push18.json index a588b329b18..81b338c286b 100644 --- a/VMTests/vmPushDupSwapTest/push18.json +++ b/VMTests/vmPushDupSwapTest/push18.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/vmPushDupSwapTest/push18Filler.json", - "sourceHash": "b4f02e250d453b7d1f933579ff849fdda7596eb7ad750b32cd0e0c55fd6e593d" + "sourceHash": "ac71ec27c36a26ca97c2fc8b080d449ea28cf114e5ed01677652f82734b51258" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/push19.json b/VMTests/vmPushDupSwapTest/push19.json index cc94af7ea83..73b63ccb476 100644 --- a/VMTests/vmPushDupSwapTest/push19.json +++ b/VMTests/vmPushDupSwapTest/push19.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/vmPushDupSwapTest/push19Filler.json", - "sourceHash": "7b43fba9e8dd02b1d4f314bc23e23757aee1cdb6f1a50dc5a9a04a189f70274e" + "sourceHash": "ffb38a9d171b05772d6c80e1054d015a68bde2148bc10bc4ca087eafce154c38" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/push1_missingStack.json b/VMTests/vmPushDupSwapTest/push1_missingStack.json index c30d43b6af2..247474322e5 100644 --- a/VMTests/vmPushDupSwapTest/push1_missingStack.json +++ b/VMTests/vmPushDupSwapTest/push1_missingStack.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/vmPushDupSwapTest/push1_missingStackFiller.json", - "sourceHash": "07d383e6e499c6564f4b20a1018a84f526a63cea79f46447ef39a8e5d7c2d33b" + "sourceHash": "b43900c023fef0fe1669635aecae50b1882069c86acabf2229d57cd273632e20" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/push2.json b/VMTests/vmPushDupSwapTest/push2.json index c83a455cbb8..382b6d53e7c 100644 --- a/VMTests/vmPushDupSwapTest/push2.json +++ b/VMTests/vmPushDupSwapTest/push2.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/vmPushDupSwapTest/push2Filler.json", - "sourceHash": "75afc4e42a5fdb3716e6dd0fb14e3411ea8117d3129255e661ba4d6850c3a891" + "sourceHash": "a4af1aaec1139a5d23adc82622e640c10519f62bd8c0dd573957110d9defeb38" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/push20.json b/VMTests/vmPushDupSwapTest/push20.json index e29eaf0e0fb..8c0834748f6 100644 --- a/VMTests/vmPushDupSwapTest/push20.json +++ b/VMTests/vmPushDupSwapTest/push20.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/vmPushDupSwapTest/push20Filler.json", - "sourceHash": "f30ce821f314759dee7a68e5e5e0114a8a41b705940e0a4e6c1584481da331b8" + "sourceHash": "57b7fd694e3270957ea3502ab2ff70765a7cb511dc7749ebed0b3d50bac492a7" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/push21.json b/VMTests/vmPushDupSwapTest/push21.json index fd45732b9d5..105268eb8db 100644 --- a/VMTests/vmPushDupSwapTest/push21.json +++ b/VMTests/vmPushDupSwapTest/push21.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/vmPushDupSwapTest/push21Filler.json", - "sourceHash": "047546314932b61a0ac480b24b3fe50ae99e456a0f4887336bbad0a735b531e3" + "sourceHash": "8d5ad46263b0acbf67d8bf9cbdcf396a2f71ab81ecdb699f441e8b2f2409ff8e" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/push22.json b/VMTests/vmPushDupSwapTest/push22.json index f68cf4f891e..85a9b136bea 100644 --- a/VMTests/vmPushDupSwapTest/push22.json +++ b/VMTests/vmPushDupSwapTest/push22.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/vmPushDupSwapTest/push22Filler.json", - "sourceHash": "84e4eb791f18e4b94cc06ce08707ad0077c51c2d4bc07de9e091c59eb300d133" + "sourceHash": "0e1b7fdd9a74862754b57ea896caaa3e1a2e03e874f2a9ee0ecd42d1727f6781" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/push23.json b/VMTests/vmPushDupSwapTest/push23.json index b0c177fc1bf..1d5153d60fb 100644 --- a/VMTests/vmPushDupSwapTest/push23.json +++ b/VMTests/vmPushDupSwapTest/push23.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/vmPushDupSwapTest/push23Filler.json", - "sourceHash": "6fdcee58e5065c007e7c9e628f14ccb6654c03c923d5fca1cee7b132ced0fed9" + "sourceHash": "1db3c4e4f89d6b6efffd17f116220e9da55560dd2d165bfa66c09ca1caa58511" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/push24.json b/VMTests/vmPushDupSwapTest/push24.json index 565e14402db..0aa317770d5 100644 --- a/VMTests/vmPushDupSwapTest/push24.json +++ b/VMTests/vmPushDupSwapTest/push24.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/vmPushDupSwapTest/push24Filler.json", - "sourceHash": "a11966f96ea075a52a4a4be289f44bdf2deb5482be11ad8959c2f56465a8bb50" + "sourceHash": "398793dda7bc16245015dfd1f78b59a38d682f216f3811044d50a6c376d84597" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/push25.json b/VMTests/vmPushDupSwapTest/push25.json index 2cb6070ea5a..42fba09547d 100644 --- a/VMTests/vmPushDupSwapTest/push25.json +++ b/VMTests/vmPushDupSwapTest/push25.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/vmPushDupSwapTest/push25Filler.json", - "sourceHash": "3e4b30563f0e25b9ea1d8ac155058d52d29bc99425a364c1df7f118b0b5354e1" + "sourceHash": "ffec914c16621796a5e05fae825a013cfb243557d9cb93f22ba5919cefa428d5" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/push26.json b/VMTests/vmPushDupSwapTest/push26.json index 0771a976c37..aad5da9e1b1 100644 --- a/VMTests/vmPushDupSwapTest/push26.json +++ b/VMTests/vmPushDupSwapTest/push26.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/vmPushDupSwapTest/push26Filler.json", - "sourceHash": "649ebac2983535c93caa2ea447f56bbe3eb7ea05dbf6b86eda67a10459af5a17" + "sourceHash": "fdc8b42717e3b3bf64f9d6b06dce02af39f3e21727ac5ab18ef69916f6a06f15" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/push27.json b/VMTests/vmPushDupSwapTest/push27.json index 6438cd07906..d8543140821 100644 --- a/VMTests/vmPushDupSwapTest/push27.json +++ b/VMTests/vmPushDupSwapTest/push27.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/vmPushDupSwapTest/push27Filler.json", - "sourceHash": "a55af095c70a6ba1de55f11e49b4831bff8171e8bd62c998bd3378c2426a584b" + "sourceHash": "45b4e28b1ee7bd230453413bd252ce7b4f84ca449d9da32521fb442b21a68fe7" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/push28.json b/VMTests/vmPushDupSwapTest/push28.json index 0cf66b88d63..455011d8e9e 100644 --- a/VMTests/vmPushDupSwapTest/push28.json +++ b/VMTests/vmPushDupSwapTest/push28.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/vmPushDupSwapTest/push28Filler.json", - "sourceHash": "dfe51809e60d3dc474ff189d405ab48087ccea8c7c19527d4cb4762c65a1ad79" + "sourceHash": "ce4b37d47d4fd1bed3aa1c3dd9344daed371bf9cd7a9d5035023ee1f169026ef" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/push29.json b/VMTests/vmPushDupSwapTest/push29.json index a514614c3c7..6b2ffa747b9 100644 --- a/VMTests/vmPushDupSwapTest/push29.json +++ b/VMTests/vmPushDupSwapTest/push29.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/vmPushDupSwapTest/push29Filler.json", - "sourceHash": "d6b7d3aa6d1ad37ce45ccde19c74950db6755129de3d7d14c604daba88a9db5f" + "sourceHash": "f13c75608443c49b816f08cbe00f2adc12edd41ac47f83b564069d1ca6def393" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/push3.json b/VMTests/vmPushDupSwapTest/push3.json index 1ee97d930f0..1bfd72008ec 100644 --- a/VMTests/vmPushDupSwapTest/push3.json +++ b/VMTests/vmPushDupSwapTest/push3.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/vmPushDupSwapTest/push3Filler.json", - "sourceHash": "094c8c675e928fe6c9da0ce713b93eaeda81a454f9ff646d1f7c746eea16237c" + "sourceHash": "5010fec1463a02ebb8ded2b0123d02bc4db76af90eaa4a186eec099346764722" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/push30.json b/VMTests/vmPushDupSwapTest/push30.json index 78f0ae75044..90ab89d8264 100644 --- a/VMTests/vmPushDupSwapTest/push30.json +++ b/VMTests/vmPushDupSwapTest/push30.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/vmPushDupSwapTest/push30Filler.json", - "sourceHash": "3b2e52dde73e8afbf6e6a88c52f58a6f1d9053801a543014858e56e9bf8aedba" + "sourceHash": "5376b03db86f9bf2b5b1d95fa1ef14d8081a0bc7de1af702084a8c344152c56d" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/push31.json b/VMTests/vmPushDupSwapTest/push31.json index 5b091d5e5ef..c9a6fa68a37 100644 --- a/VMTests/vmPushDupSwapTest/push31.json +++ b/VMTests/vmPushDupSwapTest/push31.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/vmPushDupSwapTest/push31Filler.json", - "sourceHash": "9afa9b7899d28f8b45a2b74e95c92bc6aa095187c8e78ec9c05cdbe3b1d20752" + "sourceHash": "3a28c61fddcd518c170c8c5f85779779914401ccedf641e28b75ec50027676f6" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/push32.json b/VMTests/vmPushDupSwapTest/push32.json index 068b5fee156..e20bd4ff6bd 100644 --- a/VMTests/vmPushDupSwapTest/push32.json +++ b/VMTests/vmPushDupSwapTest/push32.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/vmPushDupSwapTest/push32Filler.json", - "sourceHash": "97e9c29145c52d823f0a68f1070c7d7025c1835004b29730dd20abcd49a0f115" + "sourceHash": "7a442961544e6f7710ecf8d60c37405f568a356c786130450176324050ba222a" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/push32AndSuicide.json b/VMTests/vmPushDupSwapTest/push32AndSuicide.json index 9a0ef5e8f74..60831b797b0 100644 --- a/VMTests/vmPushDupSwapTest/push32AndSuicide.json +++ b/VMTests/vmPushDupSwapTest/push32AndSuicide.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/vmPushDupSwapTest/push32AndSuicideFiller.json", - "sourceHash": "d1ab0645c729d6b6372e8d99b29a5bdbf614402695af621337a5d0ef36a1e840" + "sourceHash": "f9e36cc4d29dd0cc94a00d7d34f65183653a799ca7887a0ab5d6ae6772da6814" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/push32FillUpInputWithZerosAtTheEnd.json b/VMTests/vmPushDupSwapTest/push32FillUpInputWithZerosAtTheEnd.json index 14c2ca77b84..b80310f0cb4 100644 --- a/VMTests/vmPushDupSwapTest/push32FillUpInputWithZerosAtTheEnd.json +++ b/VMTests/vmPushDupSwapTest/push32FillUpInputWithZerosAtTheEnd.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/vmPushDupSwapTest/push32FillUpInputWithZerosAtTheEndFiller.json", - "sourceHash": "3acab4e5f5e86ac3c6c4a7a1f0062cc39e48a82f269c1c4aa16319315a158cbf" + "sourceHash": "54d45943d8b6d6266f05a68d467bd3538ffb833b83c8575e5c54a1672d013416" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/push32Undefined.json b/VMTests/vmPushDupSwapTest/push32Undefined.json index 72276450ca4..4d43f402f7b 100644 --- a/VMTests/vmPushDupSwapTest/push32Undefined.json +++ b/VMTests/vmPushDupSwapTest/push32Undefined.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/vmPushDupSwapTest/push32UndefinedFiller.json", - "sourceHash": "78a7adffe3bae219b165b67bffc744ae46797c136b03b25391dd136c35698d84" + "sourceHash": "788e4ba4ba92eac7a3903b04903efbe621aa81e7b397f01dcac9ff63df3488e9" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/push32Undefined2.json b/VMTests/vmPushDupSwapTest/push32Undefined2.json index f87e1eaf4d9..cbd54114172 100644 --- a/VMTests/vmPushDupSwapTest/push32Undefined2.json +++ b/VMTests/vmPushDupSwapTest/push32Undefined2.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/vmPushDupSwapTest/push32Undefined2Filler.json", - "sourceHash": "0d2c9dadfde6ada99f0c82fa226b4870780af90e4ff08d2022e10c3fbf35e911" + "sourceHash": "9186e1bee39e3991f8d93ef51f2f80ad6aefba8b34149df8cf9ef84537a06998" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/push32Undefined3.json b/VMTests/vmPushDupSwapTest/push32Undefined3.json index dc2d66cdca1..e224cd2bcee 100644 --- a/VMTests/vmPushDupSwapTest/push32Undefined3.json +++ b/VMTests/vmPushDupSwapTest/push32Undefined3.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/vmPushDupSwapTest/push32Undefined3Filler.json", - "sourceHash": "94ba7e01b12cdaef9e64a9e2dd265209e395eda4c841632280b38334884d5099" + "sourceHash": "48102c890e5655665ac0cdab875748a264a00a7d6b835e2f0f0a338a90335a33" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/push33.json b/VMTests/vmPushDupSwapTest/push33.json index 6591ca147cc..5da9a8dfb16 100644 --- a/VMTests/vmPushDupSwapTest/push33.json +++ b/VMTests/vmPushDupSwapTest/push33.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/vmPushDupSwapTest/push33Filler.json", - "sourceHash": "30b5fc55c163a29d065ebf52f4e8b6cdab19bc272d3df7404ab0aa42efa68047" + "sourceHash": "35be78cde9dff16e88f780784f6ebcbb12320cfcc1a1f17cd667bf43c40b100b" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmPushDupSwapTest/push4.json b/VMTests/vmPushDupSwapTest/push4.json index 1a8c9713a96..ecb44f44969 100644 --- a/VMTests/vmPushDupSwapTest/push4.json +++ b/VMTests/vmPushDupSwapTest/push4.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/vmPushDupSwapTest/push4Filler.json", - "sourceHash": "fea019d93de05a879a3fced048dceafb231856c2be86b05791ddaf47ba08166e" + "sourceHash": "84f80f9e0192deb8524b7c37b9486daa49d258740e769f9ead6f0d36162a1276" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/push5.json b/VMTests/vmPushDupSwapTest/push5.json index bf3d08359a9..0e48483f072 100644 --- a/VMTests/vmPushDupSwapTest/push5.json +++ b/VMTests/vmPushDupSwapTest/push5.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/vmPushDupSwapTest/push5Filler.json", - "sourceHash": "cee4b7a56e546436ce3e1c6279c4fe510ec4c6601d7939550a6ff19355cad216" + "sourceHash": "62cd5a06503b7e6f9f57af51851e41ec591f06b796561029b7fcb41378d53edf" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/push6.json b/VMTests/vmPushDupSwapTest/push6.json index 15391236b7f..e2fda3ac362 100644 --- a/VMTests/vmPushDupSwapTest/push6.json +++ b/VMTests/vmPushDupSwapTest/push6.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/vmPushDupSwapTest/push6Filler.json", - "sourceHash": "100093dda24c41334b8cd841b73c73d5baf2e3f0e1b10913a02c649b0e245609" + "sourceHash": "7b8b972cef8c0898aeaf178700f6c361a7801cb3a9c13746609f7d46be238a7b" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/push7.json b/VMTests/vmPushDupSwapTest/push7.json index 419a5273257..971c10d25bf 100644 --- a/VMTests/vmPushDupSwapTest/push7.json +++ b/VMTests/vmPushDupSwapTest/push7.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/vmPushDupSwapTest/push7Filler.json", - "sourceHash": "2134258590a72999c55ada94933f0052f1c15c7aed86e33c495bc22929968d58" + "sourceHash": "fb99831cc6329b6bf02fea082be5df9e87e465631eaf85ac1ad0ba32c6eb5003" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/push8.json b/VMTests/vmPushDupSwapTest/push8.json index 67ac532f971..5b23c4ac5b8 100644 --- a/VMTests/vmPushDupSwapTest/push8.json +++ b/VMTests/vmPushDupSwapTest/push8.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/vmPushDupSwapTest/push8Filler.json", - "sourceHash": "8487bd83815abc43304380c3c1465c2165888b5a2e605f58f152d6ca54ead1ae" + "sourceHash": "1d14b38be4fe706abf27b86b1602c9f7d75bc71b4ef40197570a181f72582a15" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/push9.json b/VMTests/vmPushDupSwapTest/push9.json index 38b3c104dec..34f0a81bca5 100644 --- a/VMTests/vmPushDupSwapTest/push9.json +++ b/VMTests/vmPushDupSwapTest/push9.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/vmPushDupSwapTest/push9Filler.json", - "sourceHash": "357f45c2c949863f9efac83e44cb9436fbc3136e2c6061d6709ead425270d9ed" + "sourceHash": "280adb1426d110918b28a536b061168ffb7f6446a641b124486cb9f4b51050aa" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/swap1.json b/VMTests/vmPushDupSwapTest/swap1.json index f6dac7f6160..476b4c47d3b 100644 --- a/VMTests/vmPushDupSwapTest/swap1.json +++ b/VMTests/vmPushDupSwapTest/swap1.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/vmPushDupSwapTest/swap1Filler.json", - "sourceHash": "a4e744be926968abbd97b78f2ceb3088009480b4bcf73d8ebf9245f85b115b3b" + "sourceHash": "29fc822c4d64c743aad36a5f0c29d21cb591e5d137f6289641a22dad7bff866f" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/swap10.json b/VMTests/vmPushDupSwapTest/swap10.json index f1da871621a..1d0c87ee6f5 100644 --- a/VMTests/vmPushDupSwapTest/swap10.json +++ b/VMTests/vmPushDupSwapTest/swap10.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/vmPushDupSwapTest/swap10Filler.json", - "sourceHash": "21d959c1156cc0e30d50581a243fbfe4cc49dd88ca4c62728ab0c441289c2215" + "sourceHash": "bb8f850fdc3c977b6f8c6986e00788c809269d4693b64477edec801ec475dc20" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/swap11.json b/VMTests/vmPushDupSwapTest/swap11.json index a45f92126e6..4aa8905853f 100644 --- a/VMTests/vmPushDupSwapTest/swap11.json +++ b/VMTests/vmPushDupSwapTest/swap11.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/vmPushDupSwapTest/swap11Filler.json", - "sourceHash": "04aadc7fbd86b6371c45089653b3120a2ded0d60df68036c2d994a57953c8324" + "sourceHash": "06e45e44a6519f926c56a387204354f3a5f415955af62de9cfd5463e8a43db58" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/swap12.json b/VMTests/vmPushDupSwapTest/swap12.json index 6cd4afc1929..8787ef3ebd7 100644 --- a/VMTests/vmPushDupSwapTest/swap12.json +++ b/VMTests/vmPushDupSwapTest/swap12.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/vmPushDupSwapTest/swap12Filler.json", - "sourceHash": "941d314f7e3614bd2bc2a683e871ebca65f8481f720942a2237ab66a43a23f6b" + "sourceHash": "03b6cc7f8221bb6e4e1fe094339a75d08c88ab33122fc3f366bde981b1407c43" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/swap13.json b/VMTests/vmPushDupSwapTest/swap13.json index e43a7359a6c..33089ed4d3a 100644 --- a/VMTests/vmPushDupSwapTest/swap13.json +++ b/VMTests/vmPushDupSwapTest/swap13.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/vmPushDupSwapTest/swap13Filler.json", - "sourceHash": "1533f6c513743bbcaefcfaa2187c36b475db74390c7a63e3cca6e84b25bb08f1" + "sourceHash": "e14d01456be584b96d8a55103ac98f45cd08a7435f04bbb8d98a77096f4e41e2" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/swap14.json b/VMTests/vmPushDupSwapTest/swap14.json index 0227977bb1e..6bb3fd89ff3 100644 --- a/VMTests/vmPushDupSwapTest/swap14.json +++ b/VMTests/vmPushDupSwapTest/swap14.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/vmPushDupSwapTest/swap14Filler.json", - "sourceHash": "7f5313a4a2f9a103e71598d4b49171bc98a2df6a2505529650f4720d224fadf6" + "sourceHash": "08676ac51068f5ff3c8aeb2e2f5b308e40aadcbd7ccd5db793eeadfdab0ae370" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/swap15.json b/VMTests/vmPushDupSwapTest/swap15.json index 3165c16de76..4baaf33cf6f 100644 --- a/VMTests/vmPushDupSwapTest/swap15.json +++ b/VMTests/vmPushDupSwapTest/swap15.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/vmPushDupSwapTest/swap15Filler.json", - "sourceHash": "8228398720ba3aeb62e9be322b7901ac2062846e71c0a34a188a621704833c8f" + "sourceHash": "964c76016d316c63e68ae7b42cf2b588dbca68f5c37358affd394858203b4fcd" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/swap16.json b/VMTests/vmPushDupSwapTest/swap16.json index 1aac796792a..4fb4df2e935 100644 --- a/VMTests/vmPushDupSwapTest/swap16.json +++ b/VMTests/vmPushDupSwapTest/swap16.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/vmPushDupSwapTest/swap16Filler.json", - "sourceHash": "18fec7c999a0ae3cd0792355b892ba0cdf84f95c23b6f7efb98b897752b720b8" + "sourceHash": "8ac8a7b3455db852f2ee586b27d488ab4ff93d2303b08d1ca19d4459ce256396" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/swap2.json b/VMTests/vmPushDupSwapTest/swap2.json index e7f1c630649..486fd6ba739 100644 --- a/VMTests/vmPushDupSwapTest/swap2.json +++ b/VMTests/vmPushDupSwapTest/swap2.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/vmPushDupSwapTest/swap2Filler.json", - "sourceHash": "6879a95ebb748dba499bd92616dcec786220118aaf6ec1796a8c6d9640273fd6" + "sourceHash": "009f128994c4f753d73601af613a8d26d535547e727d68185e5f55d07a83cdb4" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/swap2error.json b/VMTests/vmPushDupSwapTest/swap2error.json index 6f847d5733e..894b67c1498 100644 --- a/VMTests/vmPushDupSwapTest/swap2error.json +++ b/VMTests/vmPushDupSwapTest/swap2error.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/vmPushDupSwapTest/swap2errorFiller.json", - "sourceHash": "162123fd4a4b49c8ee7c3a412917e32992e00aded64169ddb83398fb0a5a4ba2" + "sourceHash": "78c4f056e4dd1e00c9a1a9173b5015320f380731367b5151ee41eb19220ac425" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmPushDupSwapTest/swap3.json b/VMTests/vmPushDupSwapTest/swap3.json index fc8e438ce9c..ad54bcb91ef 100644 --- a/VMTests/vmPushDupSwapTest/swap3.json +++ b/VMTests/vmPushDupSwapTest/swap3.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/vmPushDupSwapTest/swap3Filler.json", - "sourceHash": "05ab158336dd1ad4fdba09dc9a38f445211aa1e02bee0514ef920e8e7404d563" + "sourceHash": "c1f951fb15cd34903be4c23bfb8beb11c2952371b7690bee3039a8278855128d" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/swap4.json b/VMTests/vmPushDupSwapTest/swap4.json index 582508a4457..66f9e7a724e 100644 --- a/VMTests/vmPushDupSwapTest/swap4.json +++ b/VMTests/vmPushDupSwapTest/swap4.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/vmPushDupSwapTest/swap4Filler.json", - "sourceHash": "3cfa34e7c718bf8c63d7573e1d09e56737207ce6d15afe9970c6429a06514df2" + "sourceHash": "46503a6a7fba75ae5317d1ba995439f81e6f2b4ff9e99f9ae6099a28ea062891" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/swap5.json b/VMTests/vmPushDupSwapTest/swap5.json index 6e75fa22cb1..fce369ba376 100644 --- a/VMTests/vmPushDupSwapTest/swap5.json +++ b/VMTests/vmPushDupSwapTest/swap5.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/vmPushDupSwapTest/swap5Filler.json", - "sourceHash": "98f0d309e00249431b3a745a4431f620bccdd5bc367fad103a92fde131dc9cb6" + "sourceHash": "6bfdf99bf4eac0ab55b3988c28ec0f77968304f399f9bf48a8fd5a6dc41c8113" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/swap6.json b/VMTests/vmPushDupSwapTest/swap6.json index 24b94dad7a0..2ed68e1faa7 100644 --- a/VMTests/vmPushDupSwapTest/swap6.json +++ b/VMTests/vmPushDupSwapTest/swap6.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/vmPushDupSwapTest/swap6Filler.json", - "sourceHash": "e49a6952a4b593f24b4acd5eb2b49c5e108d82352421a33cba1e0ae55a7c3f32" + "sourceHash": "06587ddead5698f8c1b2495f4130e45311fff84c13f31f5ba32b01511a04db2c" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/swap7.json b/VMTests/vmPushDupSwapTest/swap7.json index a5ef2847527..49f23761f5d 100644 --- a/VMTests/vmPushDupSwapTest/swap7.json +++ b/VMTests/vmPushDupSwapTest/swap7.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/vmPushDupSwapTest/swap7Filler.json", - "sourceHash": "3d11b64e03b7de54184d8bbe7df4e3c45f0b2bb1f8fdd1958101058dcc387e8a" + "sourceHash": "6aca01cb198b990dba0e580ed8160ff9fb1c35ec7b3f0331873ada9c5bc533cd" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/swap8.json b/VMTests/vmPushDupSwapTest/swap8.json index 096a5d6a3de..27f18cb3506 100644 --- a/VMTests/vmPushDupSwapTest/swap8.json +++ b/VMTests/vmPushDupSwapTest/swap8.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/vmPushDupSwapTest/swap8Filler.json", - "sourceHash": "9b8fd1e791d6e736608af999987e167e13b974bf9cd8afae365a69caff0a3d57" + "sourceHash": "fb7a6f178b9b95226da3d845f5ca3b8348deb8e498f34046b4496bd944d166e5" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/swap9.json b/VMTests/vmPushDupSwapTest/swap9.json index 72575f59330..94553d8731e 100644 --- a/VMTests/vmPushDupSwapTest/swap9.json +++ b/VMTests/vmPushDupSwapTest/swap9.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/vmPushDupSwapTest/swap9Filler.json", - "sourceHash": "69010c01c3edd4f1718436651a840a2767a78011f295c0adeb43804d55c23d29" + "sourceHash": "ea7fa1acad34817081e570556164c31dbe42ebc61f47113def3bed2c50a76e7a" }, "callcreates": [], "env": { diff --git a/VMTests/vmPushDupSwapTest/swapjump1.json b/VMTests/vmPushDupSwapTest/swapjump1.json index d49c56be4ef..17a92e42c30 100644 --- a/VMTests/vmPushDupSwapTest/swapjump1.json +++ b/VMTests/vmPushDupSwapTest/swapjump1.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/vmPushDupSwapTest/swapjump1Filler.json", - "sourceHash": "0e37166129c77609679529e271a93e57ee19a782e84337152fd799e0dbcd4c71" + "sourceHash": "e5376e665e52446bcf62919c1c3fd664a6e06a384c8696528740761070ec6024" }, "callcreates": [], "env": { diff --git a/VMTests/vmRandomTest/201503102320PYTHON.json b/VMTests/vmRandomTest/201503102320PYTHON.json index 9a170dd91ca..f002920aead 100644 --- a/VMTests/vmRandomTest/201503102320PYTHON.json +++ b/VMTests/vmRandomTest/201503102320PYTHON.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/vmRandomTest/201503102320PYTHONFiller.json", - "sourceHash": "6e7c7faad9f76dba0916a6621cc378ca9a6665a87badb78033815783a32db3da" + "sourceHash": "a4b9dcf3adfcca86ad367b11774254d228567e12fb7abfea4e26cdb7edba89fe" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmRandomTest/201503110206PYTHON.json b/VMTests/vmRandomTest/201503110206PYTHON.json index 3dca4df5401..8ccc1537a30 100644 --- a/VMTests/vmRandomTest/201503110206PYTHON.json +++ b/VMTests/vmRandomTest/201503110206PYTHON.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/vmRandomTest/201503110206PYTHONFiller.json", - "sourceHash": "e76e9e6e1298c907831f17ca163ff5b927c17449fb8a1b233e8bca037e269c5f" + "sourceHash": "ae9bbb7e7d2e40217ddd03cf53d3e8a71bc0e1a52baecb5d122ce38a7a3e7e7f" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmRandomTest/201503110219PYTHON.json b/VMTests/vmRandomTest/201503110219PYTHON.json index de1848eded7..fce42c8ee6e 100644 --- a/VMTests/vmRandomTest/201503110219PYTHON.json +++ b/VMTests/vmRandomTest/201503110219PYTHON.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/vmRandomTest/201503110219PYTHONFiller.json", - "sourceHash": "aa50f72156f2ac3f513125f67c68bb034bdb8fca27f17054db20aa314793f4f9" + "sourceHash": "aebcb930d3e9b13ee733b271813f54a490f8d8ee687d0911b2da35f7500d88e1" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmRandomTest/201503110346PYTHON_PUSH24.json b/VMTests/vmRandomTest/201503110346PYTHON_PUSH24.json index 4fc98a066ae..951418e3467 100644 --- a/VMTests/vmRandomTest/201503110346PYTHON_PUSH24.json +++ b/VMTests/vmRandomTest/201503110346PYTHON_PUSH24.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/vmRandomTest/201503110346PYTHON_PUSH24Filler.json", - "sourceHash": "bf8f092651bd40b50b17159b6c06692448b485c02ee4aa4aa7b1b9d775864fd5" + "sourceHash": "77a496325dc420096985e0f23de50c46c058972921d7d8e69a25c8ac64b74345" }, "callcreates": [], "env": { diff --git a/VMTests/vmRandomTest/201503111844PYTHON.json b/VMTests/vmRandomTest/201503111844PYTHON.json index 4304f85f1d7..4c6c3484f6e 100644 --- a/VMTests/vmRandomTest/201503111844PYTHON.json +++ b/VMTests/vmRandomTest/201503111844PYTHON.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/vmRandomTest/201503111844PYTHONFiller.json", - "sourceHash": "9e7ce10e890d5872bf5577ecdf9624c4e1d6db03025ca3eaa43302f56e2553a2" + "sourceHash": "2a15ae1f2888a4b6315fa5671fb681b223938ed79b8f7647aaa221ea321c4451" }, "callcreates": [], "env": { diff --git a/VMTests/vmRandomTest/201503112218PYTHON.json b/VMTests/vmRandomTest/201503112218PYTHON.json index c44ffe09a05..671277d5d95 100644 --- a/VMTests/vmRandomTest/201503112218PYTHON.json +++ b/VMTests/vmRandomTest/201503112218PYTHON.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/vmRandomTest/201503112218PYTHONFiller.json", - "sourceHash": "9ecd565c28b86814fe98f0672b6cb5e8e555d8cf6150143ad6c0b86f212c386d" + "sourceHash": "22ccb53ec558d1708c0047fb84b59dc20401e97b71a1d6d0db2a626d2ede291a" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmSha3Test/sha3_0.json b/VMTests/vmSha3Test/sha3_0.json index eef479393cd..b473bc81968 100644 --- a/VMTests/vmSha3Test/sha3_0.json +++ b/VMTests/vmSha3Test/sha3_0.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/vmSha3Test/sha3_0Filler.json", - "sourceHash": "948baf77b5a6f44df2b1654587e9d9eb738efdcd33a5065e89447259724b6b9d" + "sourceHash": "b8e3bbdbebc585963e7e87608e96cb74c980b4682b1e13799d448876f6a5d6a5" }, "callcreates": [], "env": { diff --git a/VMTests/vmSha3Test/sha3_1.json b/VMTests/vmSha3Test/sha3_1.json index 9fcc3f6d58b..b66d6a113fd 100644 --- a/VMTests/vmSha3Test/sha3_1.json +++ b/VMTests/vmSha3Test/sha3_1.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/vmSha3Test/sha3_1Filler.json", - "sourceHash": "6a8516d935d63412bbd39499be58d7efde1af9e39f1507f3d14eb8fb034b3411" + "sourceHash": "1a57805c336c020a60a4718426d5dc2bcb936e3bfa70119d08d2622bfdbf5473" }, "callcreates": [], "env": { diff --git a/VMTests/vmSha3Test/sha3_2.json b/VMTests/vmSha3Test/sha3_2.json index a1c331677dc..33b139a3c59 100644 --- a/VMTests/vmSha3Test/sha3_2.json +++ b/VMTests/vmSha3Test/sha3_2.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/vmSha3Test/sha3_2Filler.json", - "sourceHash": "741a9d694b614da11f31dd10d9c17957fa6d71f8fad94be2133c857b1ac384db" + "sourceHash": "03bc65e6e6d598575b5be2d5de5afe36cadd0c752b4df5d94b5072d0010aae7a" }, "callcreates": [], "env": { diff --git a/VMTests/vmSha3Test/sha3_3.json b/VMTests/vmSha3Test/sha3_3.json index 52fc9330d26..e50a6df9b74 100644 --- a/VMTests/vmSha3Test/sha3_3.json +++ b/VMTests/vmSha3Test/sha3_3.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/vmSha3Test/sha3_3Filler.json", - "sourceHash": "93409dc7f77047b33ed1998f518f6d59343a329251b21f680f5dae57350296e2" + "sourceHash": "6d5c9cf4f715c29a1ac8debcde9222a5ca002379999165560a61153d44564b37" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmSha3Test/sha3_4.json b/VMTests/vmSha3Test/sha3_4.json index 95c31ad94b4..1b871be319f 100644 --- a/VMTests/vmSha3Test/sha3_4.json +++ b/VMTests/vmSha3Test/sha3_4.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/vmSha3Test/sha3_4Filler.json", - "sourceHash": "d967d2b2bc80845912e7dd8454b2b077c6b01b3eaa885efc4cc0552441376922" + "sourceHash": "48fc3ca652e5617ab2527bf7698aa5aa131a302620d2d60606429909075a3f21" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmSha3Test/sha3_5.json b/VMTests/vmSha3Test/sha3_5.json index 314d1b6c4a2..468c5e2a3ab 100644 --- a/VMTests/vmSha3Test/sha3_5.json +++ b/VMTests/vmSha3Test/sha3_5.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/vmSha3Test/sha3_5Filler.json", - "sourceHash": "80155dc1e4b1557c61abd95a781f90dffe6eaf6d9719528ab798b4a17e9ad1cf" + "sourceHash": "e96dc77ab46c50c15dc1e08164a3dd23b2d3b0119469378437867a87bd1df041" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmSha3Test/sha3_6.json b/VMTests/vmSha3Test/sha3_6.json index 0ca31a43a71..8ed71cb2aa8 100644 --- a/VMTests/vmSha3Test/sha3_6.json +++ b/VMTests/vmSha3Test/sha3_6.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/vmSha3Test/sha3_6Filler.json", - "sourceHash": "a72fe3934b616e1642f502386295797e99ca517c2b67447beae588f06c6df2aa" + "sourceHash": "30f246646f7a45d4ff8effb282a8198acf4671515537c3464f4968ce3718c4a2" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmSha3Test/sha3_bigOffset.json b/VMTests/vmSha3Test/sha3_bigOffset.json index 5809350d535..d4334972538 100644 --- a/VMTests/vmSha3Test/sha3_bigOffset.json +++ b/VMTests/vmSha3Test/sha3_bigOffset.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/vmSha3Test/sha3_bigOffsetFiller.json", - "sourceHash": "4ce080d679a0548f786ad6e8e64f8c7846c7e1aec8bbb2fc3bccaba68bf121e4" + "sourceHash": "1703550ccca6d7eced818ccc482edad557eee0870c102b17df3a0ff37c8e8887" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmSha3Test/sha3_bigOffset2.json b/VMTests/vmSha3Test/sha3_bigOffset2.json index b75fe2b8294..902238ad947 100644 --- a/VMTests/vmSha3Test/sha3_bigOffset2.json +++ b/VMTests/vmSha3Test/sha3_bigOffset2.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/vmSha3Test/sha3_bigOffset2Filler.json", - "sourceHash": "954ac098711eee9c8ca7d09df98dd62030f361dbb54c86b1c8fb2f27206bf56b" + "sourceHash": "d18873535ec73ce8d81323bc62ca798514328bdca365c0c09410b5d0caae357a" }, "callcreates": [], "env": { diff --git a/VMTests/vmSha3Test/sha3_bigSize.json b/VMTests/vmSha3Test/sha3_bigSize.json index 9db8f0ccc9d..61d0df1212f 100644 --- a/VMTests/vmSha3Test/sha3_bigSize.json +++ b/VMTests/vmSha3Test/sha3_bigSize.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/vmSha3Test/sha3_bigSizeFiller.json", - "sourceHash": "174ae8e04e90f3dc4dbff2e14cee730525059b358a1d15422d379b3724d5ff27" + "sourceHash": "eaf91357be254e9f6d65596a889c9ebaf0a879da3a9c1bc2aeafa434d47e9a59" }, "env": { "currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/VMTests/vmSha3Test/sha3_memSizeNoQuadraticCost31.json b/VMTests/vmSha3Test/sha3_memSizeNoQuadraticCost31.json index 48332fee9a8..6e73f4574ea 100644 --- a/VMTests/vmSha3Test/sha3_memSizeNoQuadraticCost31.json +++ b/VMTests/vmSha3Test/sha3_memSizeNoQuadraticCost31.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/vmSha3Test/sha3_memSizeNoQuadraticCost31Filler.json", - "sourceHash": "fb4e08af1c479b0be89f182b4d17f9613f4645dadac5530beb400fc512bfff71" + "sourceHash": "76d70d93736921195cff07bafcdf4e130c32264960ba855de3e35cc5358be7d9" }, "callcreates": [], "env": { diff --git a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost32.json b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost32.json index 9825ff6a93a..b7df8c7d842 100644 --- a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost32.json +++ b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost32.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/vmSha3Test/sha3_memSizeQuadraticCost32Filler.json", - "sourceHash": "780df69f1d431f036714c1da973d689e9c5441ea4ba94a215f6c6671ab01d099" + "sourceHash": "b6214d9677393e54c29b5afd1d3bf66bb01881dcff5cd955a3007c2e8fb23133" }, "callcreates": [], "env": { diff --git a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost32_zeroSize.json b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost32_zeroSize.json index 90b7df7dfc6..9f2ece3201d 100644 --- a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost32_zeroSize.json +++ b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost32_zeroSize.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/vmSha3Test/sha3_memSizeQuadraticCost32_zeroSizeFiller.json", - "sourceHash": "f18151701090be32055a1f70bec1cdeaa4a8eaa03156f451e759ca132b8f4cb9" + "sourceHash": "cf07440ba80fe141ce7752f786b088498a015e636372832e3ea074589db65e38" }, "callcreates": [], "env": { diff --git a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost33.json b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost33.json index b9dd1797c17..a4e66171efc 100644 --- a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost33.json +++ b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost33.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/vmSha3Test/sha3_memSizeQuadraticCost33Filler.json", - "sourceHash": "4d2783ee6fffcb326a12b64a2cb5d1545f7bf5407954e7bb8971467a76acee74" + "sourceHash": "d3f0fa72d6fb3641d0cc71219f8e0ebed9b07a36e4b8efcfe1de6d6acbc6ebb2" }, "callcreates": [], "env": { diff --git a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost63.json b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost63.json index 3c2d1be0bb6..3c43edbbbb8 100644 --- a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost63.json +++ b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost63.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/vmSha3Test/sha3_memSizeQuadraticCost63Filler.json", - "sourceHash": "8a51a3ea2eab981f0b9d72993dc3c4ca15ccd2fc0393887d654cdedd6cf55043" + "sourceHash": "6c2abe1d4e070c313f27ec1a3c99a3e43fc89727c88929f16dc08e5499cea25a" }, "callcreates": [], "env": { diff --git a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost64.json b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost64.json index b9daa6801d7..df685c120a0 100644 --- a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost64.json +++ b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost64.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/vmSha3Test/sha3_memSizeQuadraticCost64Filler.json", - "sourceHash": "4fc2f5d2959d768de1e0fbee2bd4babdf99a4e2470e774e69becb5ea3c5cb57a" + "sourceHash": "cf7363636f847433eb55d876194079adc19ca2914431230341f946de9b9f263f" }, "callcreates": [], "env": { diff --git a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost64_2.json b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost64_2.json index d1e9115cef1..fa39448f05c 100644 --- a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost64_2.json +++ b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost64_2.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/vmSha3Test/sha3_memSizeQuadraticCost64_2Filler.json", - "sourceHash": "022662f0b0fa1d19dec0c9dd82a703c4317fe2c31a62ab8e919c6be6fa86c7e2" + "sourceHash": "487eafdc7d5531c40990f56b1e0afbadc802791e051db9c17518c6ef76265385" }, "callcreates": [], "env": { diff --git a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost65.json b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost65.json index a21194a6b50..07bb556ed0f 100644 --- a/VMTests/vmSha3Test/sha3_memSizeQuadraticCost65.json +++ b/VMTests/vmSha3Test/sha3_memSizeQuadraticCost65.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/vmSha3Test/sha3_memSizeQuadraticCost65Filler.json", - "sourceHash": "e0843947538f768ed70e1c7e8456f6c3743602e0ed81ff7aab127dda7708664a" + "sourceHash": "fd482540215a68cc99411b5a779f933f9b001464360c0eddcfd7670dd6763fa4" }, "callcreates": [], "env": { diff --git a/VMTests/vmSystemOperations/TestNameRegistrator.json b/VMTests/vmSystemOperations/TestNameRegistrator.json index c1ded368209..30c2590a30b 100644 --- a/VMTests/vmSystemOperations/TestNameRegistrator.json +++ b/VMTests/vmSystemOperations/TestNameRegistrator.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/vmSystemOperations/TestNameRegistratorFiller.json", - "sourceHash": "6bc96aa6fcf6172afa6219abf5530db073fffa8ad801954311533cc3457b365a" + "sourceHash": "7cfbe0bb48c4deed8014ec6c937bfa0de3cd585840041a162477d4415cc28b28" }, "callcreates": [], "env": { diff --git a/VMTests/vmSystemOperations/return0.json b/VMTests/vmSystemOperations/return0.json index d7863021fa6..a0e1f42b4e8 100644 --- a/VMTests/vmSystemOperations/return0.json +++ b/VMTests/vmSystemOperations/return0.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/vmSystemOperations/return0Filler.json", - "sourceHash": "6a64bd7618b548fb38ed2969e49c79b8e87c248e4c5191275fa658da24e1bb3b" + "sourceHash": "d02da94427b1e9da454fbaab066b5d641fbb5f604dac532e4d09f37d918a3579" }, "callcreates": [], "env": { diff --git a/VMTests/vmSystemOperations/return1.json b/VMTests/vmSystemOperations/return1.json index 8e682ce5526..06ec45ec7b4 100644 --- a/VMTests/vmSystemOperations/return1.json +++ b/VMTests/vmSystemOperations/return1.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/vmSystemOperations/return1Filler.json", - "sourceHash": "3b87efbe0c06e21d98a1616b4eab3e4f53ca4f75c7619e669e07071f46753175" + "sourceHash": "ed4346442f64beeb1a1295b7f6b32556a13bfa99dbdcbd4c8984a9c4e73027dc" }, "callcreates": [], "env": { diff --git a/VMTests/vmSystemOperations/return2.json b/VMTests/vmSystemOperations/return2.json index cfba8553aa1..51655aa66fa 100644 --- a/VMTests/vmSystemOperations/return2.json +++ b/VMTests/vmSystemOperations/return2.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/vmSystemOperations/return2Filler.json", - "sourceHash": "39995544643ae852dee3585c8594239ca6fea23785253a0b50d176ba714b3690" + "sourceHash": "e4d71a60fd6a9d66c13d5f2bda4e88853578378f106589682a612ec2c081f86f" }, "callcreates": [], "env": { diff --git a/VMTests/vmSystemOperations/suicide0.json b/VMTests/vmSystemOperations/suicide0.json index e0f5ef7eebd..58d1057fd8b 100644 --- a/VMTests/vmSystemOperations/suicide0.json +++ b/VMTests/vmSystemOperations/suicide0.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/vmSystemOperations/suicide0Filler.json", - "sourceHash": "adbcedb8f5d7d9648c5773a84892f03d7999532c11444614e6860004915655d7" + "sourceHash": "418af7324de198be4b55926fe0053333711f07bb03e8e28c1084cf75393fc25a" }, "callcreates": [], "env": { diff --git a/VMTests/vmSystemOperations/suicideNotExistingAccount.json b/VMTests/vmSystemOperations/suicideNotExistingAccount.json index c4a75d2150e..664d1713d89 100644 --- a/VMTests/vmSystemOperations/suicideNotExistingAccount.json +++ b/VMTests/vmSystemOperations/suicideNotExistingAccount.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/vmSystemOperations/suicideNotExistingAccountFiller.json", - "sourceHash": "d616a5a599423044aa3ebbeac1111d54d580b367987c295ba628f86c060cede7" + "sourceHash": "73c69c072f6556269c8c7b2350ba87a3253be2f93296b84c4117d67123b9abea" }, "callcreates": [], "env": { diff --git a/VMTests/vmSystemOperations/suicideSendEtherToMe.json b/VMTests/vmSystemOperations/suicideSendEtherToMe.json index 73057eee59b..e72cfb90dcd 100644 --- a/VMTests/vmSystemOperations/suicideSendEtherToMe.json +++ b/VMTests/vmSystemOperations/suicideSendEtherToMe.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/vmSystemOperations/suicideSendEtherToMeFiller.json", - "sourceHash": "4ef30754f772a7df258cd04c566a410d8e55f7f26a5b2d35b4bbbadf5b18d564" + "sourceHash": "6dc65438315708ec53f39f9bf0d9d11ba84bfa70a715780728de8875bf6b07dd" }, "callcreates": [], "env": { diff --git a/VMTests/vmTests/suicide.json b/VMTests/vmTests/suicide.json index a7a50bde82c..fcb24d80a57 100644 --- a/VMTests/vmTests/suicide.json +++ b/VMTests/vmTests/suicide.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/vmTests/suicideFiller.json", - "sourceHash": "2ca4d3afdef309d0e390ebd24afc46d226c2bb72bbb9da2752206caa64e9707f" + "sourceHash": "b18f89ee2cc1dc12d445d1f8ce0f4872b89cc2837b48621204ace69abf0b1a4d" }, "callcreates": [], "env": { From 1a3c786a245a72333284ee525b405989008a9f32 Mon Sep 17 00:00:00 2001 From: Everett Hildenbrandt Date: Wed, 6 Jun 2018 10:51:32 -0600 Subject: [PATCH 5/8] Makefile: enable sani-gs and disable stEWASMTests --- Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c0ebb213105..91143bd68e1 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,9 @@ ETHEREUM_TEST_PATH=$(CURDIR) export ETHEREUM_TEST_PATH +# TODO: stop stripping out stEWASMTests from gs_tests tx_tests:=$(wildcard TransactionTests/*) -gs_tests:=$(wildcard GeneralStateTests/*) +gs_tests:=$(filter-out %stEWASMTests, $(wildcard GeneralStateTests/*)) bc_tests:=$(wildcard BlockchainTests/*) vm_tests:=$(wildcard VMTests/*) all_tests:=$(gs_tests) $(bc_tests) $(vm_tests) @@ -17,7 +18,7 @@ all_schemas:=$(wildcard JSONSchema/*.json) # Testset sanitation -sani: sani-schema sani-vm +sani: sani-schema sani-vm sani-gs sani-schema: $(all_schemas:=.format) @@ -25,6 +26,10 @@ sani-vm: $(vm_tests:=.format) $(vm_fillers:=.format) \ $(vm_tests:=.valid) $(vm_fillers:=.valid) \ $(vm_tests:=.filled) +# TODO: enable $(gs_fillers:=.valid) $(gs_tests:=.format) $(gs_fillers:=.format) +sani-gs: $(gs_tests:=.valid) \ + $(gs_tests:=.filled) + %.format: python3 test.py format ./$* git diff --quiet --exit-code &>/dev/null From cf699c3452af739377533d75161be427d7705ce8 Mon Sep 17 00:00:00 2001 From: Everett Hildenbrandt Date: Wed, 6 Jun 2018 10:55:38 -0600 Subject: [PATCH 6/8] Makefile: enable sani-tx --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 91143bd68e1..187dc080029 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ all_schemas:=$(wildcard JSONSchema/*.json) # Testset sanitation -sani: sani-schema sani-vm sani-gs +sani: sani-schema sani-vm sani-gs sani-tx sani-schema: $(all_schemas:=.format) @@ -30,6 +30,9 @@ sani-vm: $(vm_tests:=.format) $(vm_fillers:=.format) \ sani-gs: $(gs_tests:=.valid) \ $(gs_tests:=.filled) +# TODO: enable $(tx_tests:=.format) $(tx_fillers:=.format) $(tx_tests:=.valid) $(tx_fillers:=.valid) +sani-tx: $(tx_tests:=.filled) + %.format: python3 test.py format ./$* git diff --quiet --exit-code &>/dev/null From 9aa63fc9534a82defa9899a5dbd17957323df8e5 Mon Sep 17 00:00:00 2001 From: Everett Hildenbrandt Date: Wed, 6 Jun 2018 10:59:40 -0600 Subject: [PATCH 7/8] Makefile: enable sani-bc --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 187dc080029..87c95cad1af 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ all_schemas:=$(wildcard JSONSchema/*.json) # Testset sanitation -sani: sani-schema sani-vm sani-gs sani-tx +sani: sani-schema sani-vm sani-gs sani-tx sani-bc sani-schema: $(all_schemas:=.format) @@ -33,6 +33,9 @@ sani-gs: $(gs_tests:=.valid) \ # TODO: enable $(tx_tests:=.format) $(tx_fillers:=.format) $(tx_tests:=.valid) $(tx_fillers:=.valid) sani-tx: $(tx_tests:=.filled) +# TODO: enable $(bc_tests:=.format) $(bc_fillers:=.format) $(bc_tests:=.filled) +sani-bc: $(bc_tests:=.valid) $(bc_fillers:=.valid) + %.format: python3 test.py format ./$* git diff --quiet --exit-code &>/dev/null From eb53b6b4bb11a83bce205f01926766a3beb33075 Mon Sep 17 00:00:00 2001 From: Everett Hildenbrandt Date: Wed, 6 Jun 2018 11:12:54 -0600 Subject: [PATCH 8/8] README: document how to use the Makefile --- README.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/README.md b/README.md index d0cdcf868b3..f8bd75f403f 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,51 @@ All files should be of the form: Arrays are allowed, but don't use them for sets of properties - only use them for data that is clearly a continuous contiguous sequence of values. +Test Set Sanitation +------------------- + +### Checkers + +Several basic checks against the test-set are performed to enusre that they have been filled and are formatted correctly. +Currently, there are three types of checks that we can perform: + +- `make TEST_PREFIX.format`: check that the JSON is formatted correctly. +- `make TEST_PREFIX.valid`: check that the JSON files are valid against the JSON schemas in `./JSONSchema`. +- `make TEST_PREFIX.filled`: check that the JSON tests are filled with the correct source hashes against the fillers. + +The constant `TEST_PREFIX` is a path prefix to the test-set you're interested in performing the checks on. +For instance: + +- `make ./src/VMTestsFiller/vmArithmeticTest.format` will check that all JSON files in `./src/VMTestsFiller/vmArithmeticTest` are formatted correctly. +- `make ./src.valid` will check that all the JSON files in `./src` are valid against the JSON schemas in `./JSONSchema`. +- `make ./BlockchainTests.filled` will check that the source hashes in the JSON tests in `./BlockchainTests` are the same as the hashes of the fillers in `./src/BlockchainTestsFiller`. + +These checks are all performed by the file `./test.py`, which can be invoked on individual files as well. +Run `./test.py` with no arguments for help. + +### Sanitizers + +The above checkers are packaged together into sanitizers for each test-suite, marking which testsuites are passing which testers. +See the `TODO`s in the `Makefile` to see which checkers are enabled for which test-suites. + +- `make sani`: will run all passing sanitizers on all passing testsuites. +- `make sani-TESTNAME`: will run just the passing sanitizers for the given testsuite. + `TESTNAME` can be one of: + + - `vm`: VMTests and VMTestsFiller + - `gs`: GeneralStateTests and GeneralStateTestsFiller + - `bc`: BlockchainTests and BlockchainTestsFiller + - `tx`: TransactionTests and TransactionTestsFiller + +### Runners/Fillers + +The tests can also be run/filled with the same `Makefile`. + +- `make run`: will use `testeth` to all the test-suites. +- `make fill`: will use `testeth` to fill all the test-suites. +- `make TEST_PREFIX.run`: runs a single testsuite. +- `make TEST_PREFIX.fill`: fills and formats a single testsuite. + FAQ ---