aboutsummaryrefslogtreecommitdiffstats
path: root/GeneralStateTests/stTransitionTest
diff options
context:
space:
mode:
authorDimitry <dimitry@ethdev.com>2017-02-09 01:18:35 +0800
committerDimitry <dimitry@ethdev.com>2017-02-10 02:26:18 +0800
commit260e8aa302dbda4dd4a5aa905ce545a12eb4e618 (patch)
tree113c8e54ce286953c7b9a85d173836e9eb221a87 /GeneralStateTests/stTransitionTest
parent4bedb7293024d1724993df23d2b20863fe24c782 (diff)
downloaddexon-tests-260e8aa302dbda4dd4a5aa905ce545a12eb4e618.tar.gz
dexon-tests-260e8aa302dbda4dd4a5aa905ce545a12eb4e618.tar.zst
dexon-tests-260e8aa302dbda4dd4a5aa905ce545a12eb4e618.zip
refill general state tests
Diffstat (limited to 'GeneralStateTests/stTransitionTest')
-rw-r--r--GeneralStateTests/stTransitionTest/createNameRegistratorPerTxsAfter.json4
-rw-r--r--GeneralStateTests/stTransitionTest/createNameRegistratorPerTxsAt.json6
-rw-r--r--GeneralStateTests/stTransitionTest/createNameRegistratorPerTxsBefore.json4
-rw-r--r--GeneralStateTests/stTransitionTest/createNameRegistratorPerTxsNotEnoughGasAfter.json4
-rw-r--r--GeneralStateTests/stTransitionTest/createNameRegistratorPerTxsNotEnoughGasAt.json6
-rw-r--r--GeneralStateTests/stTransitionTest/createNameRegistratorPerTxsNotEnoughGasBefore.json4
-rw-r--r--GeneralStateTests/stTransitionTest/delegatecallAfterTransition.json4
-rw-r--r--GeneralStateTests/stTransitionTest/delegatecallAtTransition.json6
-rw-r--r--GeneralStateTests/stTransitionTest/delegatecallBeforeTransition.json4
9 files changed, 21 insertions, 21 deletions
diff --git a/GeneralStateTests/stTransitionTest/createNameRegistratorPerTxsAfter.json b/GeneralStateTests/stTransitionTest/createNameRegistratorPerTxsAfter.json
index 2cbf0005c..44bf77e7c 100644
--- a/GeneralStateTests/stTransitionTest/createNameRegistratorPerTxsAfter.json
+++ b/GeneralStateTests/stTransitionTest/createNameRegistratorPerTxsAfter.json
@@ -2,10 +2,10 @@
"createNameRegistratorPerTxsAfter" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
+ "currentDifficulty" : "0x20000",
"currentGasLimit" : "0x02540be400",
"currentNumber" : "0x118c31",
- "currentTimestamp" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
diff --git a/GeneralStateTests/stTransitionTest/createNameRegistratorPerTxsAt.json b/GeneralStateTests/stTransitionTest/createNameRegistratorPerTxsAt.json
index 5c8d8eaf9..a1a384f22 100644
--- a/GeneralStateTests/stTransitionTest/createNameRegistratorPerTxsAt.json
+++ b/GeneralStateTests/stTransitionTest/createNameRegistratorPerTxsAt.json
@@ -2,10 +2,10 @@
"createNameRegistratorPerTxsAt" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
+ "currentDifficulty" : "0x20000",
"currentGasLimit" : "0x02540be400",
- "currentNumber" : "0x118c30",
- "currentTimestamp" : "0x01",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
diff --git a/GeneralStateTests/stTransitionTest/createNameRegistratorPerTxsBefore.json b/GeneralStateTests/stTransitionTest/createNameRegistratorPerTxsBefore.json
index 58588abd3..71ba28fc4 100644
--- a/GeneralStateTests/stTransitionTest/createNameRegistratorPerTxsBefore.json
+++ b/GeneralStateTests/stTransitionTest/createNameRegistratorPerTxsBefore.json
@@ -2,10 +2,10 @@
"createNameRegistratorPerTxsBefore" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
+ "currentDifficulty" : "0x20000",
"currentGasLimit" : "0x02540be400",
"currentNumber" : "0x118c2f",
- "currentTimestamp" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
diff --git a/GeneralStateTests/stTransitionTest/createNameRegistratorPerTxsNotEnoughGasAfter.json b/GeneralStateTests/stTransitionTest/createNameRegistratorPerTxsNotEnoughGasAfter.json
index 52d34e6fd..a11119006 100644
--- a/GeneralStateTests/stTransitionTest/createNameRegistratorPerTxsNotEnoughGasAfter.json
+++ b/GeneralStateTests/stTransitionTest/createNameRegistratorPerTxsNotEnoughGasAfter.json
@@ -2,10 +2,10 @@
"createNameRegistratorPerTxsNotEnoughGasAfter" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
+ "currentDifficulty" : "0x20000",
"currentGasLimit" : "0x02540be400",
"currentNumber" : "0x118c31",
- "currentTimestamp" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
diff --git a/GeneralStateTests/stTransitionTest/createNameRegistratorPerTxsNotEnoughGasAt.json b/GeneralStateTests/stTransitionTest/createNameRegistratorPerTxsNotEnoughGasAt.json
index bd5c70ef3..65c7eff62 100644
--- a/GeneralStateTests/stTransitionTest/createNameRegistratorPerTxsNotEnoughGasAt.json
+++ b/GeneralStateTests/stTransitionTest/createNameRegistratorPerTxsNotEnoughGasAt.json
@@ -2,10 +2,10 @@
"createNameRegistratorPerTxsNotEnoughGasAt" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
+ "currentDifficulty" : "0x20000",
"currentGasLimit" : "0x02540be400",
- "currentNumber" : "0x118c30",
- "currentTimestamp" : "0x01",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
diff --git a/GeneralStateTests/stTransitionTest/createNameRegistratorPerTxsNotEnoughGasBefore.json b/GeneralStateTests/stTransitionTest/createNameRegistratorPerTxsNotEnoughGasBefore.json
index bb858879f..122933b3b 100644
--- a/GeneralStateTests/stTransitionTest/createNameRegistratorPerTxsNotEnoughGasBefore.json
+++ b/GeneralStateTests/stTransitionTest/createNameRegistratorPerTxsNotEnoughGasBefore.json
@@ -2,10 +2,10 @@
"createNameRegistratorPerTxsNotEnoughGasBefore" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
+ "currentDifficulty" : "0x20000",
"currentGasLimit" : "0x02540be400",
"currentNumber" : "0x118c2f",
- "currentTimestamp" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
diff --git a/GeneralStateTests/stTransitionTest/delegatecallAfterTransition.json b/GeneralStateTests/stTransitionTest/delegatecallAfterTransition.json
index d7ce77c87..fdd0967dd 100644
--- a/GeneralStateTests/stTransitionTest/delegatecallAfterTransition.json
+++ b/GeneralStateTests/stTransitionTest/delegatecallAfterTransition.json
@@ -2,10 +2,10 @@
"delegatecallAfterTransition" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
+ "currentDifficulty" : "0x20000",
"currentGasLimit" : "0x01c9c380",
"currentNumber" : "0x118c31",
- "currentTimestamp" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
diff --git a/GeneralStateTests/stTransitionTest/delegatecallAtTransition.json b/GeneralStateTests/stTransitionTest/delegatecallAtTransition.json
index ba15f11d1..20b9c76d1 100644
--- a/GeneralStateTests/stTransitionTest/delegatecallAtTransition.json
+++ b/GeneralStateTests/stTransitionTest/delegatecallAtTransition.json
@@ -2,10 +2,10 @@
"delegatecallAtTransition" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
+ "currentDifficulty" : "0x20000",
"currentGasLimit" : "0x01c9c380",
- "currentNumber" : "0x118c30",
- "currentTimestamp" : "0x01",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {
diff --git a/GeneralStateTests/stTransitionTest/delegatecallBeforeTransition.json b/GeneralStateTests/stTransitionTest/delegatecallBeforeTransition.json
index 4f53d6258..55f240b40 100644
--- a/GeneralStateTests/stTransitionTest/delegatecallBeforeTransition.json
+++ b/GeneralStateTests/stTransitionTest/delegatecallBeforeTransition.json
@@ -2,10 +2,10 @@
"delegatecallBeforeTransition" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "0x0100",
+ "currentDifficulty" : "0x20000",
"currentGasLimit" : "0x01c9c380",
"currentNumber" : "0x118c2f",
- "currentTimestamp" : "0x01",
+ "currentTimestamp" : "0x03e8",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"post" : {