aboutsummaryrefslogtreecommitdiffstats
path: root/GeneralStateTests/stInitCodeTest
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/stInitCodeTest
parentadaa3459f1f381370d56a4449927da97a28ad731 (diff)
downloaddexon-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.tar
dexon-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.tar.gz
dexon-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.tar.bz2
dexon-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.tar.lz
dexon-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.tar.xz
dexon-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.tar.zst
dexon-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.zip
refill all the tests
Diffstat (limited to 'GeneralStateTests/stInitCodeTest')
-rw-r--r--GeneralStateTests/stInitCodeTest/CallContractToCreateContractAndCallItOOG.json5
-rw-r--r--GeneralStateTests/stInitCodeTest/CallContractToCreateContractNoCash.json5
-rw-r--r--GeneralStateTests/stInitCodeTest/CallContractToCreateContractOOG.json5
-rw-r--r--GeneralStateTests/stInitCodeTest/CallContractToCreateContractOOGBonusGas.json5
-rw-r--r--GeneralStateTests/stInitCodeTest/CallContractToCreateContractWhichWouldCreateContractIfCalled.json5
-rw-r--r--GeneralStateTests/stInitCodeTest/CallContractToCreateContractWhichWouldCreateContractInInitCode.json5
-rw-r--r--GeneralStateTests/stInitCodeTest/CallRecursiveContract.json5
-rw-r--r--GeneralStateTests/stInitCodeTest/CallTheContractToCreateEmptyContract.json5
-rw-r--r--GeneralStateTests/stInitCodeTest/NotEnoughCashContractCreation.json5
-rw-r--r--GeneralStateTests/stInitCodeTest/OutOfGasContractCreation.json5
-rw-r--r--GeneralStateTests/stInitCodeTest/OutOfGasPrefundedContractCreation.json5
-rw-r--r--GeneralStateTests/stInitCodeTest/ReturnTest.json5
-rw-r--r--GeneralStateTests/stInitCodeTest/ReturnTest2.json5
-rw-r--r--GeneralStateTests/stInitCodeTest/StackUnderFlowContractCreation.json5
-rw-r--r--GeneralStateTests/stInitCodeTest/TransactionCreateAutoSuicideContract.json5
-rw-r--r--GeneralStateTests/stInitCodeTest/TransactionCreateRandomInitCode.json5
-rw-r--r--GeneralStateTests/stInitCodeTest/TransactionCreateStopInInitcode.json5
-rw-r--r--GeneralStateTests/stInitCodeTest/TransactionCreateSuicideInInitcode.json5
18 files changed, 54 insertions, 36 deletions
diff --git a/GeneralStateTests/stInitCodeTest/CallContractToCreateContractAndCallItOOG.json b/GeneralStateTests/stInitCodeTest/CallContractToCreateContractAndCallItOOG.json
index 66c8bcbcd..776f6bb65 100644
--- a/GeneralStateTests/stInitCodeTest/CallContractToCreateContractAndCallItOOG.json
+++ b/GeneralStateTests/stInitCodeTest/CallContractToCreateContractAndCallItOOG.json
@@ -2,9 +2,10 @@
"CallContractToCreateContractAndCallItOOG" : {
"_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/stInitCodeTest/CallContractToCreateContractAndCallItOOGFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stInitCodeTest/CallContractToCreateContractAndCallItOOGFiller.json",
+ "sourceHash" : "98af3ce0f21eaeeab1af4ce243c0e071d0f03d5268d65b273babe20f07938425"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stInitCodeTest/CallContractToCreateContractNoCash.json b/GeneralStateTests/stInitCodeTest/CallContractToCreateContractNoCash.json
index e1cd8a043..0ad9e9f5d 100644
--- a/GeneralStateTests/stInitCodeTest/CallContractToCreateContractNoCash.json
+++ b/GeneralStateTests/stInitCodeTest/CallContractToCreateContractNoCash.json
@@ -2,9 +2,10 @@
"CallContractToCreateContractNoCash" : {
"_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/stInitCodeTest/CallContractToCreateContractNoCashFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stInitCodeTest/CallContractToCreateContractNoCashFiller.json",
+ "sourceHash" : "03d1255b58e2ad161ef57729ca0e0b2c0e7d97ab84b0828ca4f8ac1dfb7aed5e"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stInitCodeTest/CallContractToCreateContractOOG.json b/GeneralStateTests/stInitCodeTest/CallContractToCreateContractOOG.json
index 0432dcc62..ce9d3f174 100644
--- a/GeneralStateTests/stInitCodeTest/CallContractToCreateContractOOG.json
+++ b/GeneralStateTests/stInitCodeTest/CallContractToCreateContractOOG.json
@@ -2,9 +2,10 @@
"CallContractToCreateContractOOG" : {
"_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/stInitCodeTest/CallContractToCreateContractOOGFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stInitCodeTest/CallContractToCreateContractOOGFiller.json",
+ "sourceHash" : "f3da6727200264bb99917b0d3f8ee8d686ce92946cc5a3f4419b3644b8169760"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stInitCodeTest/CallContractToCreateContractOOGBonusGas.json b/GeneralStateTests/stInitCodeTest/CallContractToCreateContractOOGBonusGas.json
index 041a47814..1d63382b8 100644
--- a/GeneralStateTests/stInitCodeTest/CallContractToCreateContractOOGBonusGas.json
+++ b/GeneralStateTests/stInitCodeTest/CallContractToCreateContractOOGBonusGas.json
@@ -2,9 +2,10 @@
"CallContractToCreateContractOOGBonusGas" : {
"_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/stInitCodeTest/CallContractToCreateContractOOGBonusGasFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stInitCodeTest/CallContractToCreateContractOOGBonusGasFiller.json",
+ "sourceHash" : "d7902625cf1acadd8ec8977898c1e6b201cd9d076e0581e0d3b4290489ac7bb6"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stInitCodeTest/CallContractToCreateContractWhichWouldCreateContractIfCalled.json b/GeneralStateTests/stInitCodeTest/CallContractToCreateContractWhichWouldCreateContractIfCalled.json
index 66f12b3e1..f53ec2c93 100644
--- a/GeneralStateTests/stInitCodeTest/CallContractToCreateContractWhichWouldCreateContractIfCalled.json
+++ b/GeneralStateTests/stInitCodeTest/CallContractToCreateContractWhichWouldCreateContractIfCalled.json
@@ -2,9 +2,10 @@
"CallContractToCreateContractWhichWouldCreateContractIfCalled" : {
"_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/stInitCodeTest/CallContractToCreateContractWhichWouldCreateContractIfCalledFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stInitCodeTest/CallContractToCreateContractWhichWouldCreateContractIfCalledFiller.json",
+ "sourceHash" : "fcbfa627fa3acd37ab6e44573ac1c03a8892902dc7a1cf7e70e8df6b5026aa6e"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stInitCodeTest/CallContractToCreateContractWhichWouldCreateContractInInitCode.json b/GeneralStateTests/stInitCodeTest/CallContractToCreateContractWhichWouldCreateContractInInitCode.json
index 7c8ccef1b..183979d7b 100644
--- a/GeneralStateTests/stInitCodeTest/CallContractToCreateContractWhichWouldCreateContractInInitCode.json
+++ b/GeneralStateTests/stInitCodeTest/CallContractToCreateContractWhichWouldCreateContractInInitCode.json
@@ -2,9 +2,10 @@
"CallContractToCreateContractWhichWouldCreateContractInInitCode" : {
"_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/stInitCodeTest/CallContractToCreateContractWhichWouldCreateContractInInitCodeFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stInitCodeTest/CallContractToCreateContractWhichWouldCreateContractInInitCodeFiller.json",
+ "sourceHash" : "004dd4f59f7454fc64910e0b10f5415f6afdbd452faafaff27d00226e1a4e51e"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stInitCodeTest/CallRecursiveContract.json b/GeneralStateTests/stInitCodeTest/CallRecursiveContract.json
index d08d5f827..dd44b3fb9 100644
--- a/GeneralStateTests/stInitCodeTest/CallRecursiveContract.json
+++ b/GeneralStateTests/stInitCodeTest/CallRecursiveContract.json
@@ -2,9 +2,10 @@
"CallRecursiveContract" : {
"_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/stInitCodeTest/CallRecursiveContractFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stInitCodeTest/CallRecursiveContractFiller.json",
+ "sourceHash" : "aea8b00fc6622e93374b2a4c5fb7785168956c60220b1c87ed6ad34bfbcf4315"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stInitCodeTest/CallTheContractToCreateEmptyContract.json b/GeneralStateTests/stInitCodeTest/CallTheContractToCreateEmptyContract.json
index 72a40eb7b..dbeeb21d8 100644
--- a/GeneralStateTests/stInitCodeTest/CallTheContractToCreateEmptyContract.json
+++ b/GeneralStateTests/stInitCodeTest/CallTheContractToCreateEmptyContract.json
@@ -2,9 +2,10 @@
"CallTheContractToCreateEmptyContract" : {
"_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/stInitCodeTest/CallTheContractToCreateEmptyContractFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stInitCodeTest/CallTheContractToCreateEmptyContractFiller.json",
+ "sourceHash" : "dab4b9db01a79b8158b8f9e85ebacd5238c3180593e371ff0cef9e70ea3344b6"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stInitCodeTest/NotEnoughCashContractCreation.json b/GeneralStateTests/stInitCodeTest/NotEnoughCashContractCreation.json
index 262549628..5e1d4ae39 100644
--- a/GeneralStateTests/stInitCodeTest/NotEnoughCashContractCreation.json
+++ b/GeneralStateTests/stInitCodeTest/NotEnoughCashContractCreation.json
@@ -2,9 +2,10 @@
"NotEnoughCashContractCreation" : {
"_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/stInitCodeTest/NotEnoughCashContractCreationFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stInitCodeTest/NotEnoughCashContractCreationFiller.json",
+ "sourceHash" : "888993440073c5d9623be464c7c02826f096b216ba35df912ec6eb8ff3b46679"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stInitCodeTest/OutOfGasContractCreation.json b/GeneralStateTests/stInitCodeTest/OutOfGasContractCreation.json
index 1e98fde1d..7d7890f13 100644
--- a/GeneralStateTests/stInitCodeTest/OutOfGasContractCreation.json
+++ b/GeneralStateTests/stInitCodeTest/OutOfGasContractCreation.json
@@ -2,9 +2,10 @@
"OutOfGasContractCreation" : {
"_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/stInitCodeTest/OutOfGasContractCreationFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stInitCodeTest/OutOfGasContractCreationFiller.json",
+ "sourceHash" : "20c534b6de594c1e71c1c4a0d62c8e72aa659a05762e033e0afdc8a7bda29ec3"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stInitCodeTest/OutOfGasPrefundedContractCreation.json b/GeneralStateTests/stInitCodeTest/OutOfGasPrefundedContractCreation.json
index 5dc2decf2..5709503bb 100644
--- a/GeneralStateTests/stInitCodeTest/OutOfGasPrefundedContractCreation.json
+++ b/GeneralStateTests/stInitCodeTest/OutOfGasPrefundedContractCreation.json
@@ -2,9 +2,10 @@
"OutOfGasPrefundedContractCreation" : {
"_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/stInitCodeTest/OutOfGasPrefundedContractCreationFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stInitCodeTest/OutOfGasPrefundedContractCreationFiller.json",
+ "sourceHash" : "ad2e48155b48f97d0b7ecd3ee568d26b8ca2fff7e2a915188666997b5e52aa35"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stInitCodeTest/ReturnTest.json b/GeneralStateTests/stInitCodeTest/ReturnTest.json
index f71274a2c..f99ad45a9 100644
--- a/GeneralStateTests/stInitCodeTest/ReturnTest.json
+++ b/GeneralStateTests/stInitCodeTest/ReturnTest.json
@@ -2,9 +2,10 @@
"ReturnTest" : {
"_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/stInitCodeTest/ReturnTestFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stInitCodeTest/ReturnTestFiller.json",
+ "sourceHash" : "18fd4430d51a36f98497ec79bdfd470771136550cc0d5fe356c2434e7ad3015f"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stInitCodeTest/ReturnTest2.json b/GeneralStateTests/stInitCodeTest/ReturnTest2.json
index 6bb1d3f8a..ed8805265 100644
--- a/GeneralStateTests/stInitCodeTest/ReturnTest2.json
+++ b/GeneralStateTests/stInitCodeTest/ReturnTest2.json
@@ -2,9 +2,10 @@
"ReturnTest2" : {
"_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/stInitCodeTest/ReturnTest2Filler.json"
+ "source" : "src/GeneralStateTestsFiller/stInitCodeTest/ReturnTest2Filler.json",
+ "sourceHash" : "0e5cfef5fdcec7c759ee2720467a92f14063af317ac1ba2ad6440b62194ddc96"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stInitCodeTest/StackUnderFlowContractCreation.json b/GeneralStateTests/stInitCodeTest/StackUnderFlowContractCreation.json
index a29b3b669..98a84abe2 100644
--- a/GeneralStateTests/stInitCodeTest/StackUnderFlowContractCreation.json
+++ b/GeneralStateTests/stInitCodeTest/StackUnderFlowContractCreation.json
@@ -2,9 +2,10 @@
"StackUnderFlowContractCreation" : {
"_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/stInitCodeTest/StackUnderFlowContractCreationFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stInitCodeTest/StackUnderFlowContractCreationFiller.json",
+ "sourceHash" : "c3dd927ecb7491abe3acdee3978afb2d172d4d285d30f919bce265b5d6563a78"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stInitCodeTest/TransactionCreateAutoSuicideContract.json b/GeneralStateTests/stInitCodeTest/TransactionCreateAutoSuicideContract.json
index 0c61a9621..bf3749f0f 100644
--- a/GeneralStateTests/stInitCodeTest/TransactionCreateAutoSuicideContract.json
+++ b/GeneralStateTests/stInitCodeTest/TransactionCreateAutoSuicideContract.json
@@ -2,9 +2,10 @@
"TransactionCreateAutoSuicideContract" : {
"_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/stInitCodeTest/TransactionCreateAutoSuicideContractFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stInitCodeTest/TransactionCreateAutoSuicideContractFiller.json",
+ "sourceHash" : "b3304f6af711c613c70eec76c11a47c8b3852ace804aaf6bc4f56bf592014ae6"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stInitCodeTest/TransactionCreateRandomInitCode.json b/GeneralStateTests/stInitCodeTest/TransactionCreateRandomInitCode.json
index eaedf4d3a..f5448c511 100644
--- a/GeneralStateTests/stInitCodeTest/TransactionCreateRandomInitCode.json
+++ b/GeneralStateTests/stInitCodeTest/TransactionCreateRandomInitCode.json
@@ -2,9 +2,10 @@
"TransactionCreateRandomInitCode" : {
"_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/stInitCodeTest/TransactionCreateRandomInitCodeFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stInitCodeTest/TransactionCreateRandomInitCodeFiller.json",
+ "sourceHash" : "ca46aa1f8818c1de64fcced0c46dc60bb68b70dabd5f766774392425079e5c41"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stInitCodeTest/TransactionCreateStopInInitcode.json b/GeneralStateTests/stInitCodeTest/TransactionCreateStopInInitcode.json
index bfcb731d3..796c15d30 100644
--- a/GeneralStateTests/stInitCodeTest/TransactionCreateStopInInitcode.json
+++ b/GeneralStateTests/stInitCodeTest/TransactionCreateStopInInitcode.json
@@ -2,9 +2,10 @@
"TransactionCreateStopInInitcode" : {
"_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/stInitCodeTest/TransactionCreateStopInInitcodeFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stInitCodeTest/TransactionCreateStopInInitcodeFiller.json",
+ "sourceHash" : "da68954936a4412b654ee86f519fc63eac3cfbf5f11a53cd8c0dc6847c72d9ad"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stInitCodeTest/TransactionCreateSuicideInInitcode.json b/GeneralStateTests/stInitCodeTest/TransactionCreateSuicideInInitcode.json
index 3d5fa6b13..95dde9db2 100644
--- a/GeneralStateTests/stInitCodeTest/TransactionCreateSuicideInInitcode.json
+++ b/GeneralStateTests/stInitCodeTest/TransactionCreateSuicideInInitcode.json
@@ -2,9 +2,10 @@
"TransactionCreateSuicideInInitcode" : {
"_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/stInitCodeTest/TransactionCreateSuicideInInitcodeFiller.json"
+ "source" : "src/GeneralStateTestsFiller/stInitCodeTest/TransactionCreateSuicideInInitcodeFiller.json",
+ "sourceHash" : "4639465b0052b905913244334dd260e5919999e16c097f3ac3a63d2688f00e2f"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",