aboutsummaryrefslogtreecommitdiffstats
path: root/GeneralStateTests/stCreateTest
diff options
context:
space:
mode:
authorDimitry <dimitry@ethereum.org>2017-10-07 03:59:28 +0800
committerDimitry <dimitry@ethereum.org>2017-10-07 03:59:28 +0800
commit8a53efa84c102c2c547692e47778e5a5e45cb126 (patch)
tree0dd31a83b47bef4a980862aa90a2328539e88995 /GeneralStateTests/stCreateTest
parentadaa3459f1f381370d56a4449927da97a28ad731 (diff)
downloaddexon-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.tar.gz
dexon-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.tar.zst
dexon-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.zip
refill all the tests
Diffstat (limited to 'GeneralStateTests/stCreateTest')
-rw-r--r--GeneralStateTests/stCreateTest/CREATE_AcreateB_BSuicide_BStore.json5
-rw-r--r--GeneralStateTests/stCreateTest/CREATE_ContractSSTOREDuringInit.json5
-rw-r--r--GeneralStateTests/stCreateTest/CREATE_ContractSuicideDuringInit.json5
-rw-r--r--GeneralStateTests/stCreateTest/CREATE_ContractSuicideDuringInit_ThenStoreThenReturn.json5
-rw-r--r--GeneralStateTests/stCreateTest/CREATE_ContractSuicideDuringInit_WithValue.json5
-rw-r--r--GeneralStateTests/stCreateTest/CREATE_ContractSuicideDuringInit_WithValueToItself.json5
-rw-r--r--GeneralStateTests/stCreateTest/CREATE_EContractCreateEContractInInit_Tr.json5
-rw-r--r--GeneralStateTests/stCreateTest/CREATE_EContractCreateNEContractInInitOOG_Tr.json5
-rw-r--r--GeneralStateTests/stCreateTest/CREATE_EContractCreateNEContractInInit_Tr.json5
-rw-r--r--GeneralStateTests/stCreateTest/CREATE_EContract_ThenCALLToNonExistentAcc.json5
-rw-r--r--GeneralStateTests/stCreateTest/CREATE_EmptyContract.json5
-rw-r--r--GeneralStateTests/stCreateTest/CREATE_EmptyContractAndCallIt_0wei.json5
-rw-r--r--GeneralStateTests/stCreateTest/CREATE_EmptyContractAndCallIt_1wei.json5
-rw-r--r--GeneralStateTests/stCreateTest/CREATE_EmptyContractWithBalance.json5
-rw-r--r--GeneralStateTests/stCreateTest/CREATE_EmptyContractWithStorage.json5
-rw-r--r--GeneralStateTests/stCreateTest/CREATE_EmptyContractWithStorageAndCallIt_0wei.json5
-rw-r--r--GeneralStateTests/stCreateTest/CREATE_EmptyContractWithStorageAndCallIt_1wei.json5
-rw-r--r--GeneralStateTests/stCreateTest/CREATE_empty000CreateinInitCode_Transaction.json5
-rw-r--r--GeneralStateTests/stCreateTest/CreateCollisionToEmpty.json5
-rw-r--r--GeneralStateTests/stCreateTest/TransactionCollisionToEmpty.json5
-rw-r--r--GeneralStateTests/stCreateTest/TransactionCollisionToEmptyButCode.json5
-rw-r--r--GeneralStateTests/stCreateTest/TransactionCollisionToEmptyButNonce.json5
22 files changed, 66 insertions, 44 deletions
diff --git a/GeneralStateTests/stCreateTest/CREATE_AcreateB_BSuicide_BStore.json b/GeneralStateTests/stCreateTest/CREATE_AcreateB_BSuicide_BStore.json
index 31b5d3839..efcd8974c 100644
--- a/GeneralStateTests/stCreateTest/CREATE_AcreateB_BSuicide_BStore.json
+++ b/GeneralStateTests/stCreateTest/CREATE_AcreateB_BSuicide_BStore.json
@@ -2,9 +2,10 @@
"CREATE_AcreateB_BSuicide_BStore" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stCreateTest/CREATE_AcreateB_BSuicide_BStoreFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stCreateTest/CREATE_AcreateB_BSuicide_BStoreFiller.json",
+ "sourceHash" : "7caf4253a01205964ec0ff7766faa4bdac4cd10c7380f93e0b668ea8765b5216"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stCreateTest/CREATE_ContractSSTOREDuringInit.json b/GeneralStateTests/stCreateTest/CREATE_ContractSSTOREDuringInit.json
index 64a013576..5fe96be0b 100644
--- a/GeneralStateTests/stCreateTest/CREATE_ContractSSTOREDuringInit.json
+++ b/GeneralStateTests/stCreateTest/CREATE_ContractSSTOREDuringInit.json
@@ -2,9 +2,10 @@
"CREATE_ContractSSTOREDuringInit" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stCreateTest/CREATE_ContractSSTOREDuringInitFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stCreateTest/CREATE_ContractSSTOREDuringInitFiller.json",
+ "sourceHash" : "d658874abb4b0f448a4d50abc33fea549dab07096b5eef846f44165c50309611"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stCreateTest/CREATE_ContractSuicideDuringInit.json b/GeneralStateTests/stCreateTest/CREATE_ContractSuicideDuringInit.json
index 5e34e206a..d0e315de0 100644
--- a/GeneralStateTests/stCreateTest/CREATE_ContractSuicideDuringInit.json
+++ b/GeneralStateTests/stCreateTest/CREATE_ContractSuicideDuringInit.json
@@ -2,9 +2,10 @@
"CREATE_ContractSuicideDuringInit" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stCreateTest/CREATE_ContractSuicideDuringInitFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stCreateTest/CREATE_ContractSuicideDuringInitFiller.json",
+ "sourceHash" : "ea00edd53a5e02ca3ca0f7a532d648d2f37b7d05680da705f54b2b7514c8f678"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stCreateTest/CREATE_ContractSuicideDuringInit_ThenStoreThenReturn.json b/GeneralStateTests/stCreateTest/CREATE_ContractSuicideDuringInit_ThenStoreThenReturn.json
index 25c2ca31f..e6956712c 100644
--- a/GeneralStateTests/stCreateTest/CREATE_ContractSuicideDuringInit_ThenStoreThenReturn.json
+++ b/GeneralStateTests/stCreateTest/CREATE_ContractSuicideDuringInit_ThenStoreThenReturn.json
@@ -2,9 +2,10 @@
"CREATE_ContractSuicideDuringInit_ThenStoreThenReturn" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stCreateTest/CREATE_ContractSuicideDuringInit_ThenStoreThenReturnFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stCreateTest/CREATE_ContractSuicideDuringInit_ThenStoreThenReturnFiller.json",
+ "sourceHash" : "d41e73960d03993e6f2d48b8b8ed95eb799499e81c4aed500584fd064671aea9"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stCreateTest/CREATE_ContractSuicideDuringInit_WithValue.json b/GeneralStateTests/stCreateTest/CREATE_ContractSuicideDuringInit_WithValue.json
index 128eceaa4..e2af2e425 100644
--- a/GeneralStateTests/stCreateTest/CREATE_ContractSuicideDuringInit_WithValue.json
+++ b/GeneralStateTests/stCreateTest/CREATE_ContractSuicideDuringInit_WithValue.json
@@ -2,9 +2,10 @@
"CREATE_ContractSuicideDuringInit_WithValue" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stCreateTest/CREATE_ContractSuicideDuringInit_WithValueFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stCreateTest/CREATE_ContractSuicideDuringInit_WithValueFiller.json",
+ "sourceHash" : "a7bbc7292f8da1a20a6126491dbb5553268fcf09e5692089a53196a4d630523f"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stCreateTest/CREATE_ContractSuicideDuringInit_WithValueToItself.json b/GeneralStateTests/stCreateTest/CREATE_ContractSuicideDuringInit_WithValueToItself.json
index 21de671ce..73fb3afce 100644
--- a/GeneralStateTests/stCreateTest/CREATE_ContractSuicideDuringInit_WithValueToItself.json
+++ b/GeneralStateTests/stCreateTest/CREATE_ContractSuicideDuringInit_WithValueToItself.json
@@ -2,9 +2,10 @@
"CREATE_ContractSuicideDuringInit_WithValueToItself" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stCreateTest/CREATE_ContractSuicideDuringInit_WithValueToItselfFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stCreateTest/CREATE_ContractSuicideDuringInit_WithValueToItselfFiller.json",
+ "sourceHash" : "d43b9daa84505bf42def846e940798d9c01b7151cc9147a6030ed3ff6cc027e0"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stCreateTest/CREATE_EContractCreateEContractInInit_Tr.json b/GeneralStateTests/stCreateTest/CREATE_EContractCreateEContractInInit_Tr.json
index 2266542b0..85babb876 100644
--- a/GeneralStateTests/stCreateTest/CREATE_EContractCreateEContractInInit_Tr.json
+++ b/GeneralStateTests/stCreateTest/CREATE_EContractCreateEContractInInit_Tr.json
@@ -2,9 +2,10 @@
"CREATE_EContractCreateEContractInInit_Tr" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stCreateTest/CREATE_EContractCreateEContractInInit_TrFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stCreateTest/CREATE_EContractCreateEContractInInit_TrFiller.json",
+ "sourceHash" : "2908ede3e7e003c451af1e941720b97eec226f2f965ec6930b9eb7b14f85094c"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stCreateTest/CREATE_EContractCreateNEContractInInitOOG_Tr.json b/GeneralStateTests/stCreateTest/CREATE_EContractCreateNEContractInInitOOG_Tr.json
index 57e3f8c25..fc02685b4 100644
--- a/GeneralStateTests/stCreateTest/CREATE_EContractCreateNEContractInInitOOG_Tr.json
+++ b/GeneralStateTests/stCreateTest/CREATE_EContractCreateNEContractInInitOOG_Tr.json
@@ -2,9 +2,10 @@
"CREATE_EContractCreateNEContractInInitOOG_Tr" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stCreateTest/CREATE_EContractCreateNEContractInInitOOG_TrFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stCreateTest/CREATE_EContractCreateNEContractInInitOOG_TrFiller.json",
+ "sourceHash" : "a14bbf66ec1549366f5275f7370d59df4281d40a6ed07fe1e47094881cb565b3"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stCreateTest/CREATE_EContractCreateNEContractInInit_Tr.json b/GeneralStateTests/stCreateTest/CREATE_EContractCreateNEContractInInit_Tr.json
index a65ba9b34..d666f279d 100644
--- a/GeneralStateTests/stCreateTest/CREATE_EContractCreateNEContractInInit_Tr.json
+++ b/GeneralStateTests/stCreateTest/CREATE_EContractCreateNEContractInInit_Tr.json
@@ -2,9 +2,10 @@
"CREATE_EContractCreateNEContractInInit_Tr" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stCreateTest/CREATE_EContractCreateNEContractInInit_TrFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stCreateTest/CREATE_EContractCreateNEContractInInit_TrFiller.json",
+ "sourceHash" : "284f6bcc7b8f29c754d13d26d6f3561c5c99854556139ebaf928a3c5102cca5c"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stCreateTest/CREATE_EContract_ThenCALLToNonExistentAcc.json b/GeneralStateTests/stCreateTest/CREATE_EContract_ThenCALLToNonExistentAcc.json
index 1e3520a75..208137b33 100644
--- a/GeneralStateTests/stCreateTest/CREATE_EContract_ThenCALLToNonExistentAcc.json
+++ b/GeneralStateTests/stCreateTest/CREATE_EContract_ThenCALLToNonExistentAcc.json
@@ -2,9 +2,10 @@
"CREATE_EContract_ThenCALLToNonExistentAcc" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stCreateTest/CREATE_EContract_ThenCALLToNonExistentAccFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stCreateTest/CREATE_EContract_ThenCALLToNonExistentAccFiller.json",
+ "sourceHash" : "f7a5292d83f8c8d9b75a255ab2d751cd827834050ac5a7854d4c640f64d83c5a"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stCreateTest/CREATE_EmptyContract.json b/GeneralStateTests/stCreateTest/CREATE_EmptyContract.json
index 041398f4e..aa36fbd74 100644
--- a/GeneralStateTests/stCreateTest/CREATE_EmptyContract.json
+++ b/GeneralStateTests/stCreateTest/CREATE_EmptyContract.json
@@ -2,9 +2,10 @@
"CREATE_EmptyContract" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContractFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContractFiller.json",
+ "sourceHash" : "56604628092112f478448f6ac6ac9904b131ad5ded491ac6a957207462881f3f"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stCreateTest/CREATE_EmptyContractAndCallIt_0wei.json b/GeneralStateTests/stCreateTest/CREATE_EmptyContractAndCallIt_0wei.json
index e8b3808c7..63a9ff66d 100644
--- a/GeneralStateTests/stCreateTest/CREATE_EmptyContractAndCallIt_0wei.json
+++ b/GeneralStateTests/stCreateTest/CREATE_EmptyContractAndCallIt_0wei.json
@@ -2,9 +2,10 @@
"CREATE_EmptyContractAndCallIt_0wei" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContractAndCallIt_0weiFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContractAndCallIt_0weiFiller.json",
+ "sourceHash" : "b8ee416dc9af969d59c42b6747cd044bb3102f44d49381516a2afaa28747861f"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stCreateTest/CREATE_EmptyContractAndCallIt_1wei.json b/GeneralStateTests/stCreateTest/CREATE_EmptyContractAndCallIt_1wei.json
index 8d7be672d..048be7d63 100644
--- a/GeneralStateTests/stCreateTest/CREATE_EmptyContractAndCallIt_1wei.json
+++ b/GeneralStateTests/stCreateTest/CREATE_EmptyContractAndCallIt_1wei.json
@@ -2,9 +2,10 @@
"CREATE_EmptyContractAndCallIt_1wei" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContractAndCallIt_1weiFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContractAndCallIt_1weiFiller.json",
+ "sourceHash" : "5111a5e23a97e0d7d4b824d470cffb7141ac73524f92e12e402554c9b7ef37da"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stCreateTest/CREATE_EmptyContractWithBalance.json b/GeneralStateTests/stCreateTest/CREATE_EmptyContractWithBalance.json
index cb1b8a82d..abd00d38c 100644
--- a/GeneralStateTests/stCreateTest/CREATE_EmptyContractWithBalance.json
+++ b/GeneralStateTests/stCreateTest/CREATE_EmptyContractWithBalance.json
@@ -2,9 +2,10 @@
"CREATE_EmptyContractWithBalance" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContractWithBalanceFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContractWithBalanceFiller.json",
+ "sourceHash" : "05059312d0f8105f8e5e38cb8c3b628dd1248ad6084a2bfc343a0bb3f0304068"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stCreateTest/CREATE_EmptyContractWithStorage.json b/GeneralStateTests/stCreateTest/CREATE_EmptyContractWithStorage.json
index d87aa8e44..89c2b8153 100644
--- a/GeneralStateTests/stCreateTest/CREATE_EmptyContractWithStorage.json
+++ b/GeneralStateTests/stCreateTest/CREATE_EmptyContractWithStorage.json
@@ -2,9 +2,10 @@
"CREATE_EmptyContractWithStorage" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContractWithStorageFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContractWithStorageFiller.json",
+ "sourceHash" : "a303d9dfc8ba3835f0824da004391c6a41fdee0c1d8f72d62ca2dd863db666ff"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stCreateTest/CREATE_EmptyContractWithStorageAndCallIt_0wei.json b/GeneralStateTests/stCreateTest/CREATE_EmptyContractWithStorageAndCallIt_0wei.json
index 6f8e7861f..abea3b4a9 100644
--- a/GeneralStateTests/stCreateTest/CREATE_EmptyContractWithStorageAndCallIt_0wei.json
+++ b/GeneralStateTests/stCreateTest/CREATE_EmptyContractWithStorageAndCallIt_0wei.json
@@ -2,9 +2,10 @@
"CREATE_EmptyContractWithStorageAndCallIt_0wei" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContractWithStorageAndCallIt_0weiFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContractWithStorageAndCallIt_0weiFiller.json",
+ "sourceHash" : "60c177521f3bdc6093eb387d862221148d0760cf447833bcbce2a8120a34e870"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stCreateTest/CREATE_EmptyContractWithStorageAndCallIt_1wei.json b/GeneralStateTests/stCreateTest/CREATE_EmptyContractWithStorageAndCallIt_1wei.json
index 70f8b8e69..ef844c11d 100644
--- a/GeneralStateTests/stCreateTest/CREATE_EmptyContractWithStorageAndCallIt_1wei.json
+++ b/GeneralStateTests/stCreateTest/CREATE_EmptyContractWithStorageAndCallIt_1wei.json
@@ -2,9 +2,10 @@
"CREATE_EmptyContractWithStorageAndCallIt_1wei" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContractWithStorageAndCallIt_1weiFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContractWithStorageAndCallIt_1weiFiller.json",
+ "sourceHash" : "8ae416a59fdf1f7d7180f4d4ef360dbbf2c2dd2b94cd842419c1a61e7a93b214"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stCreateTest/CREATE_empty000CreateinInitCode_Transaction.json b/GeneralStateTests/stCreateTest/CREATE_empty000CreateinInitCode_Transaction.json
index 74260b6c7..136a7c7be 100644
--- a/GeneralStateTests/stCreateTest/CREATE_empty000CreateinInitCode_Transaction.json
+++ b/GeneralStateTests/stCreateTest/CREATE_empty000CreateinInitCode_Transaction.json
@@ -2,9 +2,10 @@
"CREATE_empty000CreateinInitCode_Transaction" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stCreateTest/CREATE_empty000CreateinInitCode_TransactionFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stCreateTest/CREATE_empty000CreateinInitCode_TransactionFiller.json",
+ "sourceHash" : "7a0b8102a7ed439931af21c2f9986b2448c350602aaae875c8f456b659a42ba0"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stCreateTest/CreateCollisionToEmpty.json b/GeneralStateTests/stCreateTest/CreateCollisionToEmpty.json
index 87dfc069c..ce32397c7 100644
--- a/GeneralStateTests/stCreateTest/CreateCollisionToEmpty.json
+++ b/GeneralStateTests/stCreateTest/CreateCollisionToEmpty.json
@@ -2,9 +2,10 @@
"CreateCollisionToEmpty" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stCreateTest/CreateCollisionToEmptyFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stCreateTest/CreateCollisionToEmptyFiller.json",
+ "sourceHash" : "53fa200f61f1fb6a12c493ba79ac060389bb4c43ed7f8deec278be74843c0c81"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stCreateTest/TransactionCollisionToEmpty.json b/GeneralStateTests/stCreateTest/TransactionCollisionToEmpty.json
index 1b2e2012e..e8edb0dc9 100644
--- a/GeneralStateTests/stCreateTest/TransactionCollisionToEmpty.json
+++ b/GeneralStateTests/stCreateTest/TransactionCollisionToEmpty.json
@@ -2,9 +2,10 @@
"TransactionCollisionToEmpty" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stCreateTest/TransactionCollisionToEmptyFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stCreateTest/TransactionCollisionToEmptyFiller.json",
+ "sourceHash" : "699082def6cd8d9046ae2468cecf46690bf910a8e67beb72ba6ec5fd78ab164b"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stCreateTest/TransactionCollisionToEmptyButCode.json b/GeneralStateTests/stCreateTest/TransactionCollisionToEmptyButCode.json
index ee1e9f1da..55961d26c 100644
--- a/GeneralStateTests/stCreateTest/TransactionCollisionToEmptyButCode.json
+++ b/GeneralStateTests/stCreateTest/TransactionCollisionToEmptyButCode.json
@@ -2,9 +2,10 @@
"TransactionCollisionToEmptyButCode" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stCreateTest/TransactionCollisionToEmptyButCodeFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stCreateTest/TransactionCollisionToEmptyButCodeFiller.json",
+ "sourceHash" : "7e0bcecab1524e37d28acc0dc1b4d734df6a30599ab8861616766087fdec66c9"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stCreateTest/TransactionCollisionToEmptyButNonce.json b/GeneralStateTests/stCreateTest/TransactionCollisionToEmptyButNonce.json
index ada0fe9c8..3f057e53e 100644
--- a/GeneralStateTests/stCreateTest/TransactionCollisionToEmptyButNonce.json
+++ b/GeneralStateTests/stCreateTest/TransactionCollisionToEmptyButNonce.json
@@ -2,9 +2,10 @@
"TransactionCollisionToEmptyButNonce" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.e5cf5910.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.6e0ce939.Linux.g++",
"lllcversion" : "Version: 0.4.18-develop.2017.9.25+commit.a72237f2.Linux.g++",
- "source" : "src/GeneralStateTestsFiller/stCreateTest/TransactionCollisionToEmptyButNonceFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stCreateTest/TransactionCollisionToEmptyButNonceFiller.json",
+ "sourceHash" : "466b94c22abb4a3191ba9d76f0ef9359ab64b541bfc36683ee4309a8200ce2c1"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",