aboutsummaryrefslogtreecommitdiffstats
path: root/GeneralStateTests/stCallCreateCallCodeTest
diff options
context:
space:
mode:
Diffstat (limited to 'GeneralStateTests/stCallCreateCallCodeTest')
-rw-r--r--GeneralStateTests/stCallCreateCallCodeTest/Call1024BalanceTooLow.json6
-rw-r--r--GeneralStateTests/stCallCreateCallCodeTest/Call1024OOG.json6
-rw-r--r--GeneralStateTests/stCallCreateCallCodeTest/Call1024PreCalls.json6
-rw-r--r--GeneralStateTests/stCallCreateCallCodeTest/CallLoseGasOOG.json6
-rw-r--r--GeneralStateTests/stCallCreateCallCodeTest/CallRecursiveBombPreCall.json6
-rw-r--r--GeneralStateTests/stCallCreateCallCodeTest/Callcode1024BalanceTooLow.json6
-rw-r--r--GeneralStateTests/stCallCreateCallCodeTest/Callcode1024OOG.json6
-rw-r--r--GeneralStateTests/stCallCreateCallCodeTest/CallcodeLoseGasOOG.json6
-rw-r--r--GeneralStateTests/stCallCreateCallCodeTest/callOutput1.json6
-rw-r--r--GeneralStateTests/stCallCreateCallCodeTest/callOutput2.json6
-rw-r--r--GeneralStateTests/stCallCreateCallCodeTest/callOutput3.json6
-rw-r--r--GeneralStateTests/stCallCreateCallCodeTest/callOutput3Fail.json6
-rw-r--r--GeneralStateTests/stCallCreateCallCodeTest/callOutput3partial.json6
-rw-r--r--GeneralStateTests/stCallCreateCallCodeTest/callOutput3partialFail.json6
-rw-r--r--GeneralStateTests/stCallCreateCallCodeTest/callWithHighValue.json6
-rw-r--r--GeneralStateTests/stCallCreateCallCodeTest/callWithHighValueAndGasOOG.json6
-rw-r--r--GeneralStateTests/stCallCreateCallCodeTest/callWithHighValueAndOOGatTxLevel.json6
-rw-r--r--GeneralStateTests/stCallCreateCallCodeTest/callWithHighValueOOGinCall.json6
-rw-r--r--GeneralStateTests/stCallCreateCallCodeTest/callcodeOutput1.json6
-rw-r--r--GeneralStateTests/stCallCreateCallCodeTest/callcodeOutput2.json6
-rw-r--r--GeneralStateTests/stCallCreateCallCodeTest/callcodeOutput3.json6
-rw-r--r--GeneralStateTests/stCallCreateCallCodeTest/callcodeOutput3Fail.json6
-rw-r--r--GeneralStateTests/stCallCreateCallCodeTest/callcodeOutput3partial.json6
-rw-r--r--GeneralStateTests/stCallCreateCallCodeTest/callcodeOutput3partialFail.json6
-rw-r--r--GeneralStateTests/stCallCreateCallCodeTest/callcodeWithHighValue.json6
-rw-r--r--GeneralStateTests/stCallCreateCallCodeTest/callcodeWithHighValueAndGasOOG.json6
-rw-r--r--GeneralStateTests/stCallCreateCallCodeTest/createFailBalanceTooLow.json6
-rw-r--r--GeneralStateTests/stCallCreateCallCodeTest/createInitFailBadJumpDestination.json6
-rw-r--r--GeneralStateTests/stCallCreateCallCodeTest/createInitFailStackSizeLargerThan1024.json6
-rw-r--r--GeneralStateTests/stCallCreateCallCodeTest/createInitFailStackUnderflow.json6
-rw-r--r--GeneralStateTests/stCallCreateCallCodeTest/createInitFailUndefinedInstruction.json6
-rw-r--r--GeneralStateTests/stCallCreateCallCodeTest/createInitFail_OOGduringInit.json6
-rw-r--r--GeneralStateTests/stCallCreateCallCodeTest/createInitOOGforCREATE.json6
-rw-r--r--GeneralStateTests/stCallCreateCallCodeTest/createJS_ExampleContract.json14
-rw-r--r--GeneralStateTests/stCallCreateCallCodeTest/createJS_NoCollision.json16
-rw-r--r--GeneralStateTests/stCallCreateCallCodeTest/createNameRegistratorPerTxs.json6
-rw-r--r--GeneralStateTests/stCallCreateCallCodeTest/createNameRegistratorPerTxsNotEnoughGas.json6
-rw-r--r--GeneralStateTests/stCallCreateCallCodeTest/createNameRegistratorPreStore1NotEnoughGas.json6
-rw-r--r--GeneralStateTests/stCallCreateCallCodeTest/createNameRegistratorendowmentTooHigh.json6
39 files changed, 126 insertions, 126 deletions
diff --git a/GeneralStateTests/stCallCreateCallCodeTest/Call1024BalanceTooLow.json b/GeneralStateTests/stCallCreateCallCodeTest/Call1024BalanceTooLow.json
index 4130d84d4..c8a531434 100644
--- a/GeneralStateTests/stCallCreateCallCodeTest/Call1024BalanceTooLow.json
+++ b/GeneralStateTests/stCallCreateCallCodeTest/Call1024BalanceTooLow.json
@@ -2,10 +2,10 @@
"Call1024BalanceTooLow" : {
"env" : {
"currentCoinbase" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b",
- "currentDifficulty" : "0x02b8feb0",
+ "currentDifficulty" : "0x020000",
"currentGasLimit" : "0x7fffffffffffffff",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
diff --git a/GeneralStateTests/stCallCreateCallCodeTest/Call1024OOG.json b/GeneralStateTests/stCallCreateCallCodeTest/Call1024OOG.json
index fe2f2a605..3c69d3770 100644
--- a/GeneralStateTests/stCallCreateCallCodeTest/Call1024OOG.json
+++ b/GeneralStateTests/stCallCreateCallCodeTest/Call1024OOG.json
@@ -2,10 +2,10 @@
"Call1024OOG" : {
"env" : {
"currentCoinbase" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b",
- "currentDifficulty" : "0x02b8feb0",
+ "currentDifficulty" : "0x020000",
"currentGasLimit" : "0x7fffffffffffffff",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
diff --git a/GeneralStateTests/stCallCreateCallCodeTest/Call1024PreCalls.json b/GeneralStateTests/stCallCreateCallCodeTest/Call1024PreCalls.json
index 39b88c590..1e832576c 100644
--- a/GeneralStateTests/stCallCreateCallCodeTest/Call1024PreCalls.json
+++ b/GeneralStateTests/stCallCreateCallCodeTest/Call1024PreCalls.json
@@ -2,10 +2,10 @@
"Call1024PreCalls" : {
"env" : {
"currentCoinbase" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b",
- "currentDifficulty" : "0x02b8feb0",
+ "currentDifficulty" : "0x020000",
"currentGasLimit" : "0x7fffffffffffffff",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
diff --git a/GeneralStateTests/stCallCreateCallCodeTest/CallLoseGasOOG.json b/GeneralStateTests/stCallCreateCallCodeTest/CallLoseGasOOG.json
index 9b4c8f6bb..b057e84b8 100644
--- a/GeneralStateTests/stCallCreateCallCodeTest/CallLoseGasOOG.json
+++ b/GeneralStateTests/stCallCreateCallCodeTest/CallLoseGasOOG.json
@@ -2,10 +2,10 @@
"CallLoseGasOOG" : {
"env" : {
"currentCoinbase" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b",
- "currentDifficulty" : "0x02b8feb0",
+ "currentDifficulty" : "0x020000",
"currentGasLimit" : "0x7fffffffffffffff",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
diff --git a/GeneralStateTests/stCallCreateCallCodeTest/CallRecursiveBombPreCall.json b/GeneralStateTests/stCallCreateCallCodeTest/CallRecursiveBombPreCall.json
index 332765bd1..86c3c2742 100644
--- a/GeneralStateTests/stCallCreateCallCodeTest/CallRecursiveBombPreCall.json
+++ b/GeneralStateTests/stCallCreateCallCodeTest/CallRecursiveBombPreCall.json
@@ -2,10 +2,10 @@
"CallRecursiveBombPreCall" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
+ "currentDifficulty" : "0x20000",
"currentGasLimit" : "0x7fffffffffffffff",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
diff --git a/GeneralStateTests/stCallCreateCallCodeTest/Callcode1024BalanceTooLow.json b/GeneralStateTests/stCallCreateCallCodeTest/Callcode1024BalanceTooLow.json
index 1aec96b54..5b67a8bdd 100644
--- a/GeneralStateTests/stCallCreateCallCodeTest/Callcode1024BalanceTooLow.json
+++ b/GeneralStateTests/stCallCreateCallCodeTest/Callcode1024BalanceTooLow.json
@@ -2,10 +2,10 @@
"Callcode1024BalanceTooLow" : {
"env" : {
"currentCoinbase" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b",
- "currentDifficulty" : "0x02b8feb0",
+ "currentDifficulty" : "0x020000",
"currentGasLimit" : "0x7fffffffffffffff",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
diff --git a/GeneralStateTests/stCallCreateCallCodeTest/Callcode1024OOG.json b/GeneralStateTests/stCallCreateCallCodeTest/Callcode1024OOG.json
index 0324327ed..8c839de1c 100644
--- a/GeneralStateTests/stCallCreateCallCodeTest/Callcode1024OOG.json
+++ b/GeneralStateTests/stCallCreateCallCodeTest/Callcode1024OOG.json
@@ -2,10 +2,10 @@
"Callcode1024OOG" : {
"env" : {
"currentCoinbase" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b",
- "currentDifficulty" : "0x02b8feb0",
+ "currentDifficulty" : "0x020000",
"currentGasLimit" : "0x7fffffffffffffff",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
diff --git a/GeneralStateTests/stCallCreateCallCodeTest/CallcodeLoseGasOOG.json b/GeneralStateTests/stCallCreateCallCodeTest/CallcodeLoseGasOOG.json
index 9c86e8fe8..4288d7d09 100644
--- a/GeneralStateTests/stCallCreateCallCodeTest/CallcodeLoseGasOOG.json
+++ b/GeneralStateTests/stCallCreateCallCodeTest/CallcodeLoseGasOOG.json
@@ -2,10 +2,10 @@
"CallcodeLoseGasOOG" : {
"env" : {
"currentCoinbase" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b",
- "currentDifficulty" : "0x02b8feb0",
+ "currentDifficulty" : "0x020000",
"currentGasLimit" : "0x7fffffffffffffff",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
diff --git a/GeneralStateTests/stCallCreateCallCodeTest/callOutput1.json b/GeneralStateTests/stCallCreateCallCodeTest/callOutput1.json
index 1ec75eb57..44fca542f 100644
--- a/GeneralStateTests/stCallCreateCallCodeTest/callOutput1.json
+++ b/GeneralStateTests/stCallCreateCallCodeTest/callOutput1.json
@@ -2,10 +2,10 @@
"callOutput1" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
+ "currentDifficulty" : "0x20000",
"currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
diff --git a/GeneralStateTests/stCallCreateCallCodeTest/callOutput2.json b/GeneralStateTests/stCallCreateCallCodeTest/callOutput2.json
index bfb4f0731..e6bf45eff 100644
--- a/GeneralStateTests/stCallCreateCallCodeTest/callOutput2.json
+++ b/GeneralStateTests/stCallCreateCallCodeTest/callOutput2.json
@@ -2,10 +2,10 @@
"callOutput2" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
+ "currentDifficulty" : "0x20000",
"currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
diff --git a/GeneralStateTests/stCallCreateCallCodeTest/callOutput3.json b/GeneralStateTests/stCallCreateCallCodeTest/callOutput3.json
index 6053d359b..bfb95e077 100644
--- a/GeneralStateTests/stCallCreateCallCodeTest/callOutput3.json
+++ b/GeneralStateTests/stCallCreateCallCodeTest/callOutput3.json
@@ -2,10 +2,10 @@
"callOutput3" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
+ "currentDifficulty" : "0x20000",
"currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
diff --git a/GeneralStateTests/stCallCreateCallCodeTest/callOutput3Fail.json b/GeneralStateTests/stCallCreateCallCodeTest/callOutput3Fail.json
index 07ca26b38..5823c66f4 100644
--- a/GeneralStateTests/stCallCreateCallCodeTest/callOutput3Fail.json
+++ b/GeneralStateTests/stCallCreateCallCodeTest/callOutput3Fail.json
@@ -2,10 +2,10 @@
"callOutput3Fail" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
+ "currentDifficulty" : "0x20000",
"currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
diff --git a/GeneralStateTests/stCallCreateCallCodeTest/callOutput3partial.json b/GeneralStateTests/stCallCreateCallCodeTest/callOutput3partial.json
index a50954891..bd42717a3 100644
--- a/GeneralStateTests/stCallCreateCallCodeTest/callOutput3partial.json
+++ b/GeneralStateTests/stCallCreateCallCodeTest/callOutput3partial.json
@@ -2,10 +2,10 @@
"callOutput3partial" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
+ "currentDifficulty" : "0x20000",
"currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
diff --git a/GeneralStateTests/stCallCreateCallCodeTest/callOutput3partialFail.json b/GeneralStateTests/stCallCreateCallCodeTest/callOutput3partialFail.json
index c55652467..137646e56 100644
--- a/GeneralStateTests/stCallCreateCallCodeTest/callOutput3partialFail.json
+++ b/GeneralStateTests/stCallCreateCallCodeTest/callOutput3partialFail.json
@@ -2,10 +2,10 @@
"callOutput3partialFail" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
+ "currentDifficulty" : "0x20000",
"currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
diff --git a/GeneralStateTests/stCallCreateCallCodeTest/callWithHighValue.json b/GeneralStateTests/stCallCreateCallCodeTest/callWithHighValue.json
index 3af44ae02..dc3aeee4c 100644
--- a/GeneralStateTests/stCallCreateCallCodeTest/callWithHighValue.json
+++ b/GeneralStateTests/stCallCreateCallCodeTest/callWithHighValue.json
@@ -2,10 +2,10 @@
"callWithHighValue" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
+ "currentDifficulty" : "0x20000",
"currentGasLimit" : "0x01c9c380",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
diff --git a/GeneralStateTests/stCallCreateCallCodeTest/callWithHighValueAndGasOOG.json b/GeneralStateTests/stCallCreateCallCodeTest/callWithHighValueAndGasOOG.json
index 39121ae08..4ea414173 100644
--- a/GeneralStateTests/stCallCreateCallCodeTest/callWithHighValueAndGasOOG.json
+++ b/GeneralStateTests/stCallCreateCallCodeTest/callWithHighValueAndGasOOG.json
@@ -2,10 +2,10 @@
"callWithHighValueAndGasOOG" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
+ "currentDifficulty" : "0x20000",
"currentGasLimit" : "0x01c9c380",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
diff --git a/GeneralStateTests/stCallCreateCallCodeTest/callWithHighValueAndOOGatTxLevel.json b/GeneralStateTests/stCallCreateCallCodeTest/callWithHighValueAndOOGatTxLevel.json
index 47ba8054d..3385f6129 100644
--- a/GeneralStateTests/stCallCreateCallCodeTest/callWithHighValueAndOOGatTxLevel.json
+++ b/GeneralStateTests/stCallCreateCallCodeTest/callWithHighValueAndOOGatTxLevel.json
@@ -2,10 +2,10 @@
"callWithHighValueAndOOGatTxLevel" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
+ "currentDifficulty" : "0x20000",
"currentGasLimit" : "0x01c9c380",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
diff --git a/GeneralStateTests/stCallCreateCallCodeTest/callWithHighValueOOGinCall.json b/GeneralStateTests/stCallCreateCallCodeTest/callWithHighValueOOGinCall.json
index ba4c4d92a..42ecbf1ad 100644
--- a/GeneralStateTests/stCallCreateCallCodeTest/callWithHighValueOOGinCall.json
+++ b/GeneralStateTests/stCallCreateCallCodeTest/callWithHighValueOOGinCall.json
@@ -2,10 +2,10 @@
"callWithHighValueOOGinCall" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
+ "currentDifficulty" : "0x20000",
"currentGasLimit" : "0x01c9c380",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
diff --git a/GeneralStateTests/stCallCreateCallCodeTest/callcodeOutput1.json b/GeneralStateTests/stCallCreateCallCodeTest/callcodeOutput1.json
index e20ae804f..b3a302ad6 100644
--- a/GeneralStateTests/stCallCreateCallCodeTest/callcodeOutput1.json
+++ b/GeneralStateTests/stCallCreateCallCodeTest/callcodeOutput1.json
@@ -2,10 +2,10 @@
"callcodeOutput1" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
+ "currentDifficulty" : "0x20000",
"currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
diff --git a/GeneralStateTests/stCallCreateCallCodeTest/callcodeOutput2.json b/GeneralStateTests/stCallCreateCallCodeTest/callcodeOutput2.json
index f684d4a9c..d1612f712 100644
--- a/GeneralStateTests/stCallCreateCallCodeTest/callcodeOutput2.json
+++ b/GeneralStateTests/stCallCreateCallCodeTest/callcodeOutput2.json
@@ -2,10 +2,10 @@
"callcodeOutput2" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
+ "currentDifficulty" : "0x20000",
"currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
diff --git a/GeneralStateTests/stCallCreateCallCodeTest/callcodeOutput3.json b/GeneralStateTests/stCallCreateCallCodeTest/callcodeOutput3.json
index 643bdbe04..cce61cf36 100644
--- a/GeneralStateTests/stCallCreateCallCodeTest/callcodeOutput3.json
+++ b/GeneralStateTests/stCallCreateCallCodeTest/callcodeOutput3.json
@@ -2,10 +2,10 @@
"callcodeOutput3" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
+ "currentDifficulty" : "0x20000",
"currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
diff --git a/GeneralStateTests/stCallCreateCallCodeTest/callcodeOutput3Fail.json b/GeneralStateTests/stCallCreateCallCodeTest/callcodeOutput3Fail.json
index ea7968e0b..fdf0d5dae 100644
--- a/GeneralStateTests/stCallCreateCallCodeTest/callcodeOutput3Fail.json
+++ b/GeneralStateTests/stCallCreateCallCodeTest/callcodeOutput3Fail.json
@@ -2,10 +2,10 @@
"callcodeOutput3Fail" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
+ "currentDifficulty" : "0x20000",
"currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
diff --git a/GeneralStateTests/stCallCreateCallCodeTest/callcodeOutput3partial.json b/GeneralStateTests/stCallCreateCallCodeTest/callcodeOutput3partial.json
index 6af3006dd..9fdd2ec2f 100644
--- a/GeneralStateTests/stCallCreateCallCodeTest/callcodeOutput3partial.json
+++ b/GeneralStateTests/stCallCreateCallCodeTest/callcodeOutput3partial.json
@@ -2,10 +2,10 @@
"callcodeOutput3partial" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
+ "currentDifficulty" : "0x20000",
"currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
diff --git a/GeneralStateTests/stCallCreateCallCodeTest/callcodeOutput3partialFail.json b/GeneralStateTests/stCallCreateCallCodeTest/callcodeOutput3partialFail.json
index 997aae3b5..b9b253418 100644
--- a/GeneralStateTests/stCallCreateCallCodeTest/callcodeOutput3partialFail.json
+++ b/GeneralStateTests/stCallCreateCallCodeTest/callcodeOutput3partialFail.json
@@ -2,10 +2,10 @@
"callcodeOutput3partialFail" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
+ "currentDifficulty" : "0x20000",
"currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
diff --git a/GeneralStateTests/stCallCreateCallCodeTest/callcodeWithHighValue.json b/GeneralStateTests/stCallCreateCallCodeTest/callcodeWithHighValue.json
index d1d59ceeb..cec8459f6 100644
--- a/GeneralStateTests/stCallCreateCallCodeTest/callcodeWithHighValue.json
+++ b/GeneralStateTests/stCallCreateCallCodeTest/callcodeWithHighValue.json
@@ -2,10 +2,10 @@
"callcodeWithHighValue" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
+ "currentDifficulty" : "0x20000",
"currentGasLimit" : "0x01c9c380",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
diff --git a/GeneralStateTests/stCallCreateCallCodeTest/callcodeWithHighValueAndGasOOG.json b/GeneralStateTests/stCallCreateCallCodeTest/callcodeWithHighValueAndGasOOG.json
index b8184961a..3d7bf35d9 100644
--- a/GeneralStateTests/stCallCreateCallCodeTest/callcodeWithHighValueAndGasOOG.json
+++ b/GeneralStateTests/stCallCreateCallCodeTest/callcodeWithHighValueAndGasOOG.json
@@ -2,10 +2,10 @@
"callcodeWithHighValueAndGasOOG" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
+ "currentDifficulty" : "0x20000",
"currentGasLimit" : "0x01c9c380",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
diff --git a/GeneralStateTests/stCallCreateCallCodeTest/createFailBalanceTooLow.json b/GeneralStateTests/stCallCreateCallCodeTest/createFailBalanceTooLow.json
index 5ae5a9c79..2e5a608e0 100644
--- a/GeneralStateTests/stCallCreateCallCodeTest/createFailBalanceTooLow.json
+++ b/GeneralStateTests/stCallCreateCallCodeTest/createFailBalanceTooLow.json
@@ -2,10 +2,10 @@
"createFailBalanceTooLow" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
+ "currentDifficulty" : "0x20000",
"currentGasLimit" : "0x05f5e100",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
diff --git a/GeneralStateTests/stCallCreateCallCodeTest/createInitFailBadJumpDestination.json b/GeneralStateTests/stCallCreateCallCodeTest/createInitFailBadJumpDestination.json
index e034d9ab7..ac888fd26 100644
--- a/GeneralStateTests/stCallCreateCallCodeTest/createInitFailBadJumpDestination.json
+++ b/GeneralStateTests/stCallCreateCallCodeTest/createInitFailBadJumpDestination.json
@@ -2,10 +2,10 @@
"createInitFailBadJumpDestination" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
+ "currentDifficulty" : "0x20000",
"currentGasLimit" : "0x05f5e100",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
diff --git a/GeneralStateTests/stCallCreateCallCodeTest/createInitFailStackSizeLargerThan1024.json b/GeneralStateTests/stCallCreateCallCodeTest/createInitFailStackSizeLargerThan1024.json
index 638db1c3b..4f1dfc07f 100644
--- a/GeneralStateTests/stCallCreateCallCodeTest/createInitFailStackSizeLargerThan1024.json
+++ b/GeneralStateTests/stCallCreateCallCodeTest/createInitFailStackSizeLargerThan1024.json
@@ -2,10 +2,10 @@
"createInitFailStackSizeLargerThan1024" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
+ "currentDifficulty" : "0x20000",
"currentGasLimit" : "0x05f5e100",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
diff --git a/GeneralStateTests/stCallCreateCallCodeTest/createInitFailStackUnderflow.json b/GeneralStateTests/stCallCreateCallCodeTest/createInitFailStackUnderflow.json
index 7024ee326..f825072d0 100644
--- a/GeneralStateTests/stCallCreateCallCodeTest/createInitFailStackUnderflow.json
+++ b/GeneralStateTests/stCallCreateCallCodeTest/createInitFailStackUnderflow.json
@@ -2,10 +2,10 @@
"createInitFailStackUnderflow" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
+ "currentDifficulty" : "0x20000",
"currentGasLimit" : "0x05f5e100",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
diff --git a/GeneralStateTests/stCallCreateCallCodeTest/createInitFailUndefinedInstruction.json b/GeneralStateTests/stCallCreateCallCodeTest/createInitFailUndefinedInstruction.json
index ac21ba890..9b30ad968 100644
--- a/GeneralStateTests/stCallCreateCallCodeTest/createInitFailUndefinedInstruction.json
+++ b/GeneralStateTests/stCallCreateCallCodeTest/createInitFailUndefinedInstruction.json
@@ -2,10 +2,10 @@
"createInitFailUndefinedInstruction" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
+ "currentDifficulty" : "0x20000",
"currentGasLimit" : "0x05f5e100",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
diff --git a/GeneralStateTests/stCallCreateCallCodeTest/createInitFail_OOGduringInit.json b/GeneralStateTests/stCallCreateCallCodeTest/createInitFail_OOGduringInit.json
index 8d5c7b4ee..f105a57cd 100644
--- a/GeneralStateTests/stCallCreateCallCodeTest/createInitFail_OOGduringInit.json
+++ b/GeneralStateTests/stCallCreateCallCodeTest/createInitFail_OOGduringInit.json
@@ -2,10 +2,10 @@
"createInitFail_OOGduringInit" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
+ "currentDifficulty" : "0x20000",
"currentGasLimit" : "0x05f5e100",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
diff --git a/GeneralStateTests/stCallCreateCallCodeTest/createInitOOGforCREATE.json b/GeneralStateTests/stCallCreateCallCodeTest/createInitOOGforCREATE.json
index 7a259756e..a7a0d2b64 100644
--- a/GeneralStateTests/stCallCreateCallCodeTest/createInitOOGforCREATE.json
+++ b/GeneralStateTests/stCallCreateCallCodeTest/createInitOOGforCREATE.json
@@ -2,10 +2,10 @@
"createInitOOGforCREATE" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
+ "currentDifficulty" : "0x20000",
"currentGasLimit" : "0x05f5e100",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
diff --git a/GeneralStateTests/stCallCreateCallCodeTest/createJS_ExampleContract.json b/GeneralStateTests/stCallCreateCallCodeTest/createJS_ExampleContract.json
index 8075d9a62..194dc0514 100644
--- a/GeneralStateTests/stCallCreateCallCodeTest/createJS_ExampleContract.json
+++ b/GeneralStateTests/stCallCreateCallCodeTest/createJS_ExampleContract.json
@@ -2,16 +2,16 @@
"createJS_ExampleContract" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
+ "currentDifficulty" : "0x20000",
"currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
"EIP150" : [
{
- "hash" : "40f6cbdb7ca65f2e117b8b4c1045e8fc56b2489aaba8782dc823287caa9e34b1",
+ "hash" : "79cec0dcf78cfc0ce36fa009677ea0e155d1e0b455e5293392d44d03fbd37b30",
"indexes" : {
"data" : 0,
"gas" : 0,
@@ -21,7 +21,7 @@
],
"EIP158" : [
{
- "hash" : "42dc529367effa117b038f636726a90ef68de693a4ed0606b5e9a630437d3be7",
+ "hash" : "e2008905f4a23c83700e68796fcc26a6226605bab8ab75e382f3f4f133862667",
"indexes" : {
"data" : 0,
"gas" : 0,
@@ -31,7 +31,7 @@
],
"Frontier" : [
{
- "hash" : "5463198ffbf761ce22d9421e3d19177248189f91cbde328ba906986c2684e3f7",
+ "hash" : "a16625e1f3cb3713fcfa0d5160b6b09d3ce45c712f1a9650412e5aa54fe1998e",
"indexes" : {
"data" : 0,
"gas" : 0,
@@ -41,7 +41,7 @@
],
"Homestead" : [
{
- "hash" : "40f6cbdb7ca65f2e117b8b4c1045e8fc56b2489aaba8782dc823287caa9e34b1",
+ "hash" : "79cec0dcf78cfc0ce36fa009677ea0e155d1e0b455e5293392d44d03fbd37b30",
"indexes" : {
"data" : 0,
"gas" : 0,
diff --git a/GeneralStateTests/stCallCreateCallCodeTest/createJS_NoCollision.json b/GeneralStateTests/stCallCreateCallCodeTest/createJS_NoCollision.json
index 50164f2da..110a56605 100644
--- a/GeneralStateTests/stCallCreateCallCodeTest/createJS_NoCollision.json
+++ b/GeneralStateTests/stCallCreateCallCodeTest/createJS_NoCollision.json
@@ -1,17 +1,17 @@
{
- "createJS_ExampleContract" : {
+ "createJS_NoCollision" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
+ "currentDifficulty" : "0x20000",
"currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
"EIP150" : [
{
- "hash" : "46a17e04d9b1aa09223a578c35e6fb86af5cb8cf5b5c148f3359b4ae250f04e2",
+ "hash" : "2dcdc769bddc469d0eea04acebb4f082cd16bb90642264763c1f2efb4636f674",
"indexes" : {
"data" : 0,
"gas" : 0,
@@ -21,7 +21,7 @@
],
"EIP158" : [
{
- "hash" : "28d2ee893a88e792323276b1c15f290e325f233d22e99fce2e9d7c114c34e4e4",
+ "hash" : "8711293c80aa5a2ca90b9771b3ee453ec25a0c0799fa6aabcc09b427802880cc",
"indexes" : {
"data" : 0,
"gas" : 0,
@@ -31,7 +31,7 @@
],
"Frontier" : [
{
- "hash" : "abb7bafb3bad22e2218770dee2cbed9d09c5feff2fd1722bddd7e21c83a8135a",
+ "hash" : "e0974185f0c4317e900da502eddb5d6e5c5accbb8b98f7cb9e223cb054423b60",
"indexes" : {
"data" : 0,
"gas" : 0,
@@ -41,7 +41,7 @@
],
"Homestead" : [
{
- "hash" : "46a17e04d9b1aa09223a578c35e6fb86af5cb8cf5b5c148f3359b4ae250f04e2",
+ "hash" : "2dcdc769bddc469d0eea04acebb4f082cd16bb90642264763c1f2efb4636f674",
"indexes" : {
"data" : 0,
"gas" : 0,
diff --git a/GeneralStateTests/stCallCreateCallCodeTest/createNameRegistratorPerTxs.json b/GeneralStateTests/stCallCreateCallCodeTest/createNameRegistratorPerTxs.json
index af2e2358c..f6ddfdcb4 100644
--- a/GeneralStateTests/stCallCreateCallCodeTest/createNameRegistratorPerTxs.json
+++ b/GeneralStateTests/stCallCreateCallCodeTest/createNameRegistratorPerTxs.json
@@ -2,10 +2,10 @@
"createNameRegistratorPerTxs" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
+ "currentDifficulty" : "0x20000",
"currentGasLimit" : "0x02540be400",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
diff --git a/GeneralStateTests/stCallCreateCallCodeTest/createNameRegistratorPerTxsNotEnoughGas.json b/GeneralStateTests/stCallCreateCallCodeTest/createNameRegistratorPerTxsNotEnoughGas.json
index a7d497e18..cde91b304 100644
--- a/GeneralStateTests/stCallCreateCallCodeTest/createNameRegistratorPerTxsNotEnoughGas.json
+++ b/GeneralStateTests/stCallCreateCallCodeTest/createNameRegistratorPerTxsNotEnoughGas.json
@@ -2,10 +2,10 @@
"createNameRegistratorPerTxsNotEnoughGas" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
+ "currentDifficulty" : "0x20000",
"currentGasLimit" : "0x02540be400",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
diff --git a/GeneralStateTests/stCallCreateCallCodeTest/createNameRegistratorPreStore1NotEnoughGas.json b/GeneralStateTests/stCallCreateCallCodeTest/createNameRegistratorPreStore1NotEnoughGas.json
index f355377c6..5de510dbc 100644
--- a/GeneralStateTests/stCallCreateCallCodeTest/createNameRegistratorPreStore1NotEnoughGas.json
+++ b/GeneralStateTests/stCallCreateCallCodeTest/createNameRegistratorPreStore1NotEnoughGas.json
@@ -2,10 +2,10 @@
"createNameRegistratorPreStore1NotEnoughGas" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
+ "currentDifficulty" : "0x20000",
"currentGasLimit" : "0x05f5e100",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
diff --git a/GeneralStateTests/stCallCreateCallCodeTest/createNameRegistratorendowmentTooHigh.json b/GeneralStateTests/stCallCreateCallCodeTest/createNameRegistratorendowmentTooHigh.json
index 39775e6f1..51c4592e7 100644
--- a/GeneralStateTests/stCallCreateCallCodeTest/createNameRegistratorendowmentTooHigh.json
+++ b/GeneralStateTests/stCallCreateCallCodeTest/createNameRegistratorendowmentTooHigh.json
@@ -2,10 +2,10 @@
"createNameRegistratorendowmentTooHigh" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
+ "currentDifficulty" : "0x20000",
"currentGasLimit" : "0x0f4240",
- "currentNumber" : "0x00",
- "currentTimestamp" : "0x01",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {