aboutsummaryrefslogtreecommitdiffstats
path: root/GeneralStateTests
diff options
context:
space:
mode:
authorDimitry <dimitry@ethereum.org>2018-02-07 23:36:47 +0800
committerDimitry <dimitry@ethereum.org>2018-02-07 23:36:47 +0800
commit8dbbfb6db9fe97624333716e654410d64bf75a24 (patch)
treeb7a03a7ac109764231dfbe9cc13388a4bade0da9 /GeneralStateTests
parent90c36a40752916ff2d6254d6beb37ed402a4c970 (diff)
downloaddexon-tests-8dbbfb6db9fe97624333716e654410d64bf75a24.tar.gz
dexon-tests-8dbbfb6db9fe97624333716e654410d64bf75a24.tar.zst
dexon-tests-8dbbfb6db9fe97624333716e654410d64bf75a24.zip
update stSolidityTest
Diffstat (limited to 'GeneralStateTests')
-rw-r--r--GeneralStateTests/stSolidityTest/AmbiguousMethod.json13
-rw-r--r--GeneralStateTests/stSolidityTest/CallInfiniteLoop.json13
-rw-r--r--GeneralStateTests/stSolidityTest/CallLowLevelCreatesSolidity.json13
-rw-r--r--GeneralStateTests/stSolidityTest/CallRecursiveMethods.json13
-rw-r--r--GeneralStateTests/stSolidityTest/ContractInheritance.json13
-rw-r--r--GeneralStateTests/stSolidityTest/TestBlockAndTransactionProperties.json13
-rw-r--r--GeneralStateTests/stSolidityTest/TestContractInteraction.json13
-rw-r--r--GeneralStateTests/stSolidityTest/TestContractSuicide.json13
-rw-r--r--GeneralStateTests/stSolidityTest/TestCryptographicFunctions.json13
-rw-r--r--GeneralStateTests/stSolidityTest/TestKeywords.json13
-rw-r--r--GeneralStateTests/stSolidityTest/TestOverflow.json13
-rw-r--r--GeneralStateTests/stSolidityTest/TestStoreGasPrices.json13
-rw-r--r--GeneralStateTests/stSolidityTest/TestStructuresAndVariabless.json13
13 files changed, 156 insertions, 13 deletions
diff --git a/GeneralStateTests/stSolidityTest/AmbiguousMethod.json b/GeneralStateTests/stSolidityTest/AmbiguousMethod.json
index b81f3e39a..b64165941 100644
--- a/GeneralStateTests/stSolidityTest/AmbiguousMethod.json
+++ b/GeneralStateTests/stSolidityTest/AmbiguousMethod.json
@@ -5,7 +5,7 @@
"filledwith" : "cpp-1.3.0+commit.ee0c6776.Linux.g++",
"lllcversion" : "Version: 0.4.20-develop.2018.2.4+commit.c696803f.Linux.g++",
"source" : "src/GeneralStateTestsFiller/stSolidityTest/AmbiguousMethodFiller.json",
- "sourceHash" : "6e4cb97fac876fcafe47fd9313f1b5e9d39c8032483626b714d46e27a5110025"
+ "sourceHash" : "e0d73a3dd77b1415bc10e3cd7b6b6595151d30c681ee18930b204268a8ef39f0"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
@@ -16,6 +16,17 @@
"previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
+ "Byzantium" : [
+ {
+ "hash" : "0xd568910442624a2259901b496d69aeaa58375be8c9f8f18c5316251cf306f31e",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ },
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
+ }
+ ],
"Homestead" : [
{
"hash" : "0xc55c94f5708aff56edbe823e1e448d4e7db3d9e4c693044f633c76395219a532",
diff --git a/GeneralStateTests/stSolidityTest/CallInfiniteLoop.json b/GeneralStateTests/stSolidityTest/CallInfiniteLoop.json
index 619348539..e48a363f6 100644
--- a/GeneralStateTests/stSolidityTest/CallInfiniteLoop.json
+++ b/GeneralStateTests/stSolidityTest/CallInfiniteLoop.json
@@ -5,7 +5,7 @@
"filledwith" : "cpp-1.3.0+commit.ee0c6776.Linux.g++",
"lllcversion" : "Version: 0.4.20-develop.2018.2.4+commit.c696803f.Linux.g++",
"source" : "src/GeneralStateTestsFiller/stSolidityTest/CallInfiniteLoopFiller.json",
- "sourceHash" : "4016f3aa66ba8ccad5354caca981c53b8f223ac569fd5b8d21741547c41f5196"
+ "sourceHash" : "d33daa9ded18ef9bab60b0ea1af08c5c95ec23f3454a934f9004de0550a43718"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
@@ -16,6 +16,17 @@
"previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
+ "Byzantium" : [
+ {
+ "hash" : "0x94a768f71a8f2feee4dd28a9d71ac3c34b5324df442b634b47eb96139f2f9358",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ },
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
+ }
+ ],
"Homestead" : [
{
"hash" : "0x94a768f71a8f2feee4dd28a9d71ac3c34b5324df442b634b47eb96139f2f9358",
diff --git a/GeneralStateTests/stSolidityTest/CallLowLevelCreatesSolidity.json b/GeneralStateTests/stSolidityTest/CallLowLevelCreatesSolidity.json
index 426a65d28..2d5a4e96b 100644
--- a/GeneralStateTests/stSolidityTest/CallLowLevelCreatesSolidity.json
+++ b/GeneralStateTests/stSolidityTest/CallLowLevelCreatesSolidity.json
@@ -5,7 +5,7 @@
"filledwith" : "cpp-1.3.0+commit.ee0c6776.Linux.g++",
"lllcversion" : "Version: 0.4.20-develop.2018.2.4+commit.c696803f.Linux.g++",
"source" : "src/GeneralStateTestsFiller/stSolidityTest/CallLowLevelCreatesSolidityFiller.json",
- "sourceHash" : "6f07a432ecaf4e0839954dcbf471da3a34cbcb0cdb06dd494fac13e1b5a120f8"
+ "sourceHash" : "0fe1ff0b18e4aa4e41449550077ba0c784a4bc6337b0e2b99e3eb3aa0f9af0d7"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
@@ -16,6 +16,17 @@
"previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
+ "Byzantium" : [
+ {
+ "hash" : "0x492942ca8f130e161aa13923a962a3133dd5a25f786eaa97985dc721dac212c9",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ },
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
+ }
+ ],
"Homestead" : [
{
"hash" : "0x4b1504174022cbd59e4757634acd4fa9db18145fc5ea0a5893b7040a1e6879e6",
diff --git a/GeneralStateTests/stSolidityTest/CallRecursiveMethods.json b/GeneralStateTests/stSolidityTest/CallRecursiveMethods.json
index ecdfcc5ea..6272ba6b0 100644
--- a/GeneralStateTests/stSolidityTest/CallRecursiveMethods.json
+++ b/GeneralStateTests/stSolidityTest/CallRecursiveMethods.json
@@ -5,7 +5,7 @@
"filledwith" : "cpp-1.3.0+commit.ee0c6776.Linux.g++",
"lllcversion" : "Version: 0.4.20-develop.2018.2.4+commit.c696803f.Linux.g++",
"source" : "src/GeneralStateTestsFiller/stSolidityTest/CallRecursiveMethodsFiller.json",
- "sourceHash" : "c68e473615bf90504426c18ad8621b0231f9657bd7492a14500e66f4238d4f7b"
+ "sourceHash" : "aab00cddc98fe9421765c70733b9b2a5027c8f802bc94667904f46a25ee3ff3c"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
@@ -16,6 +16,17 @@
"previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
+ "Byzantium" : [
+ {
+ "hash" : "0x28775a9bfb2082afcf55670f0cec3345867d51cf068580a38bb823d375e44f1a",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ },
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
+ }
+ ],
"Homestead" : [
{
"hash" : "0x28775a9bfb2082afcf55670f0cec3345867d51cf068580a38bb823d375e44f1a",
diff --git a/GeneralStateTests/stSolidityTest/ContractInheritance.json b/GeneralStateTests/stSolidityTest/ContractInheritance.json
index 4566d9556..97aca1072 100644
--- a/GeneralStateTests/stSolidityTest/ContractInheritance.json
+++ b/GeneralStateTests/stSolidityTest/ContractInheritance.json
@@ -5,7 +5,7 @@
"filledwith" : "cpp-1.3.0+commit.ee0c6776.Linux.g++",
"lllcversion" : "Version: 0.4.20-develop.2018.2.4+commit.c696803f.Linux.g++",
"source" : "src/GeneralStateTestsFiller/stSolidityTest/ContractInheritanceFiller.json",
- "sourceHash" : "a5667cc4b1b950c15aa489e30a479dc06321f8d81136fb96449de0737a014444"
+ "sourceHash" : "c3131423b19a5527edad09e5e713f21d8470231cdaea7d5f8732328ec66ea335"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
@@ -16,6 +16,17 @@
"previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
+ "Byzantium" : [
+ {
+ "hash" : "0x296b2fd1997a528da5f325628fbc77260461bca622bab66caf85fb4d1321a009",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ },
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
+ }
+ ],
"Homestead" : [
{
"hash" : "0xe7f84d674881d1cfd115be59e3e390271435c0b3474a482f7add54c3fe429d85",
diff --git a/GeneralStateTests/stSolidityTest/TestBlockAndTransactionProperties.json b/GeneralStateTests/stSolidityTest/TestBlockAndTransactionProperties.json
index b665029a7..7e47f2c86 100644
--- a/GeneralStateTests/stSolidityTest/TestBlockAndTransactionProperties.json
+++ b/GeneralStateTests/stSolidityTest/TestBlockAndTransactionProperties.json
@@ -5,7 +5,7 @@
"filledwith" : "cpp-1.3.0+commit.ee0c6776.Linux.g++",
"lllcversion" : "Version: 0.4.20-develop.2018.2.4+commit.c696803f.Linux.g++",
"source" : "src/GeneralStateTestsFiller/stSolidityTest/TestBlockAndTransactionPropertiesFiller.json",
- "sourceHash" : "af22b578bf2b37fb7c34312925199a5d4cf8a90ea1776adc78ff4f8d207dfc85"
+ "sourceHash" : "682af1b99d91a323d080923a20da139ccd5d422a7f7a3e23ddff15e25058f8a2"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
@@ -16,6 +16,17 @@
"previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
+ "Byzantium" : [
+ {
+ "hash" : "0x8121b6e7d79c473a20d195b45650a54bd1b95bc9f16392c2ce000e79c2351037",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ },
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
+ }
+ ],
"Homestead" : [
{
"hash" : "0x57eb775f62aeaea7bfcddf7b359b805f5477c8217370d5d3c0e00e582fcfdb91",
diff --git a/GeneralStateTests/stSolidityTest/TestContractInteraction.json b/GeneralStateTests/stSolidityTest/TestContractInteraction.json
index 3b18f7c4a..6c2db553c 100644
--- a/GeneralStateTests/stSolidityTest/TestContractInteraction.json
+++ b/GeneralStateTests/stSolidityTest/TestContractInteraction.json
@@ -5,7 +5,7 @@
"filledwith" : "cpp-1.3.0+commit.ee0c6776.Linux.g++",
"lllcversion" : "Version: 0.4.20-develop.2018.2.4+commit.c696803f.Linux.g++",
"source" : "src/GeneralStateTestsFiller/stSolidityTest/TestContractInteractionFiller.json",
- "sourceHash" : "2642389a7fe8dfea1a12298b53d80afeb7274723e7c2da3b404b2e937fb92a9f"
+ "sourceHash" : "972bf56d0b3b652a679808391e1c7be2c3c8c965d090bf523411d7cb5980ebc1"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
@@ -16,6 +16,17 @@
"previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
+ "Byzantium" : [
+ {
+ "hash" : "0xbbb317fbcb82c1477976d9720818306902a4da39aa3fbaa8b1d6e1c41199c8df",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ },
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
+ }
+ ],
"Homestead" : [
{
"hash" : "0x8af7e668bc981aaa612683f34062e73fbcbb262d9394b199bdb08663d93c53c0",
diff --git a/GeneralStateTests/stSolidityTest/TestContractSuicide.json b/GeneralStateTests/stSolidityTest/TestContractSuicide.json
index 9358f70de..4dbaa78a8 100644
--- a/GeneralStateTests/stSolidityTest/TestContractSuicide.json
+++ b/GeneralStateTests/stSolidityTest/TestContractSuicide.json
@@ -5,7 +5,7 @@
"filledwith" : "cpp-1.3.0+commit.ee0c6776.Linux.g++",
"lllcversion" : "Version: 0.4.20-develop.2018.2.4+commit.c696803f.Linux.g++",
"source" : "src/GeneralStateTestsFiller/stSolidityTest/TestContractSuicideFiller.json",
- "sourceHash" : "3c276ea272300717e1fe7c1db11935e2503bb80b7e4a51f0ccc56ac4bfe871a4"
+ "sourceHash" : "a5b5fba506c94a8d5aff296c2ac956f996c12890f2938d46e33ff76aaed7bfa4"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
@@ -16,6 +16,17 @@
"previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
+ "Byzantium" : [
+ {
+ "hash" : "0xe75c86e24250e8c07574d7dbcf71440edabda1fc340eedcf88069de1e4419694",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ },
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
+ }
+ ],
"Homestead" : [
{
"hash" : "0x367a4e05a146eef4824adcbb8c7e445dc01852707762a005b01b97ce1eb8622f",
diff --git a/GeneralStateTests/stSolidityTest/TestCryptographicFunctions.json b/GeneralStateTests/stSolidityTest/TestCryptographicFunctions.json
index 3b6e055e0..37917c15e 100644
--- a/GeneralStateTests/stSolidityTest/TestCryptographicFunctions.json
+++ b/GeneralStateTests/stSolidityTest/TestCryptographicFunctions.json
@@ -5,7 +5,7 @@
"filledwith" : "cpp-1.3.0+commit.ee0c6776.Linux.g++",
"lllcversion" : "Version: 0.4.20-develop.2018.2.4+commit.c696803f.Linux.g++",
"source" : "src/GeneralStateTestsFiller/stSolidityTest/TestCryptographicFunctionsFiller.json",
- "sourceHash" : "22cdbcc31ae0eb3f85e33bc7bcd636aa5f92c9b2be81531aad13c2277ce6879c"
+ "sourceHash" : "4a77e8a0db462915e1eae3562890a6acaf941170c9002173e226341c8fb0d47d"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
@@ -16,6 +16,17 @@
"previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
+ "Byzantium" : [
+ {
+ "hash" : "0x88b66fadcd2608906c1ceabb95144359b5d5c2f05a6c08ce5f9ced551bb49c96",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ },
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
+ }
+ ],
"Homestead" : [
{
"hash" : "0x3e2d93fa99efc8b83dfd38acc31be9d3f22d5336401f530127d8e976a111d756",
diff --git a/GeneralStateTests/stSolidityTest/TestKeywords.json b/GeneralStateTests/stSolidityTest/TestKeywords.json
index 9c77199da..2b893a525 100644
--- a/GeneralStateTests/stSolidityTest/TestKeywords.json
+++ b/GeneralStateTests/stSolidityTest/TestKeywords.json
@@ -5,7 +5,7 @@
"filledwith" : "cpp-1.3.0+commit.ee0c6776.Linux.g++",
"lllcversion" : "Version: 0.4.20-develop.2018.2.4+commit.c696803f.Linux.g++",
"source" : "src/GeneralStateTestsFiller/stSolidityTest/TestKeywordsFiller.json",
- "sourceHash" : "7ce7876883be53992072244abe14c1d3d1d0db87eadc6e5b43c8697078184f4b"
+ "sourceHash" : "28e2ced5fbdf78b99404073ab1f25d5b1aa69789514c78182de9aceab07b9796"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
@@ -16,6 +16,17 @@
"previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
+ "Byzantium" : [
+ {
+ "hash" : "0x2974402c2b5431807dc95248df9ca5e8869b4c77e23172d33bfa8bb77248a915",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ },
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
+ }
+ ],
"Homestead" : [
{
"hash" : "0x5d9414ffd30ec040a59e0a99b7a54097306ee5d426bd8adf8e5a99490ad083c5",
diff --git a/GeneralStateTests/stSolidityTest/TestOverflow.json b/GeneralStateTests/stSolidityTest/TestOverflow.json
index 0809a17ba..d35b4aabd 100644
--- a/GeneralStateTests/stSolidityTest/TestOverflow.json
+++ b/GeneralStateTests/stSolidityTest/TestOverflow.json
@@ -5,7 +5,7 @@
"filledwith" : "cpp-1.3.0+commit.ee0c6776.Linux.g++",
"lllcversion" : "Version: 0.4.20-develop.2018.2.4+commit.c696803f.Linux.g++",
"source" : "src/GeneralStateTestsFiller/stSolidityTest/TestOverflowFiller.json",
- "sourceHash" : "13b7b713fa620a66b26441976fb7e9ae898fb9e6ea4fd926af70e774b4d3e1c0"
+ "sourceHash" : "5428193d424f3219ae31e011ff4741ab004c8d4d06acbbc0940c921e18d629e4"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
@@ -16,6 +16,17 @@
"previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
+ "Byzantium" : [
+ {
+ "hash" : "0x7c490eb6a0b4ac8bedc69db1542a68292124b7fb81f1d37c0fe1a538f7fcb96c",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ },
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
+ }
+ ],
"Homestead" : [
{
"hash" : "0x24c1690cfd30246726282bd723e2efc208a1bd3f734465a5c18b7fa81c4242c2",
diff --git a/GeneralStateTests/stSolidityTest/TestStoreGasPrices.json b/GeneralStateTests/stSolidityTest/TestStoreGasPrices.json
index ae6f1cc11..a849a1245 100644
--- a/GeneralStateTests/stSolidityTest/TestStoreGasPrices.json
+++ b/GeneralStateTests/stSolidityTest/TestStoreGasPrices.json
@@ -5,7 +5,7 @@
"filledwith" : "cpp-1.3.0+commit.ee0c6776.Linux.g++",
"lllcversion" : "Version: 0.4.20-develop.2018.2.4+commit.c696803f.Linux.g++",
"source" : "src/GeneralStateTestsFiller/stSolidityTest/TestStoreGasPricesFiller.json",
- "sourceHash" : "fb70787b02ad6a713249e5499f9efb348a8c2c21881edcdae4bb1825fc83f1c3"
+ "sourceHash" : "c74829c3f0fe2fe820c002022f9ae077c37bf49f0ec384b8a2ae38f56301ecc5"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
@@ -16,6 +16,17 @@
"previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
+ "Byzantium" : [
+ {
+ "hash" : "0xe7b615fa0b33e1df7d7d59712c767013787a9f549cd65a4d22c8f143283ec4bb",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ },
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
+ }
+ ],
"Homestead" : [
{
"hash" : "0xe7b615fa0b33e1df7d7d59712c767013787a9f549cd65a4d22c8f143283ec4bb",
diff --git a/GeneralStateTests/stSolidityTest/TestStructuresAndVariabless.json b/GeneralStateTests/stSolidityTest/TestStructuresAndVariabless.json
index 55ab31938..9c9f3ff28 100644
--- a/GeneralStateTests/stSolidityTest/TestStructuresAndVariabless.json
+++ b/GeneralStateTests/stSolidityTest/TestStructuresAndVariabless.json
@@ -5,7 +5,7 @@
"filledwith" : "cpp-1.3.0+commit.ee0c6776.Linux.g++",
"lllcversion" : "Version: 0.4.20-develop.2018.2.4+commit.c696803f.Linux.g++",
"source" : "src/GeneralStateTestsFiller/stSolidityTest/TestStructuresAndVariablessFiller.json",
- "sourceHash" : "ac44f44e260a8ecb2e3c062f75b6b2880da9d8b633d61f940b20dabdcf611527"
+ "sourceHash" : "8761ae3846676ecabc386d5b1f17d4259468796ee8ae55e99d6cd5183138eb6d"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
@@ -16,6 +16,17 @@
"previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
+ "Byzantium" : [
+ {
+ "hash" : "0x3c7eb90840853b3cea537fa2488045f4ec9be9ddb1469e0958e4dd90cf87cb49",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ },
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
+ }
+ ],
"Homestead" : [
{
"hash" : "0xfabbcefefcd34f324da40464c4bd8df7a21d379e0a897796d290a2b49e974e88",