aboutsummaryrefslogtreecommitdiffstats
path: root/src/GeneralStateTestsFiller/stHomesteadSpecific
diff options
context:
space:
mode:
authorDimitry <dimitry@ethdev.com>2017-02-09 01:13:33 +0800
committerDimitry <dimitry@ethdev.com>2017-02-10 02:24:57 +0800
commit4bedb7293024d1724993df23d2b20863fe24c782 (patch)
treeb0c3426afd7ee1ac94c09e2c3a224ce04392261c /src/GeneralStateTestsFiller/stHomesteadSpecific
parent7dd70cc8e9a8b1c8d9c3e3811943b4c937d7b243 (diff)
downloaddexon-tests-4bedb7293024d1724993df23d2b20863fe24c782.tar
dexon-tests-4bedb7293024d1724993df23d2b20863fe24c782.tar.gz
dexon-tests-4bedb7293024d1724993df23d2b20863fe24c782.tar.bz2
dexon-tests-4bedb7293024d1724993df23d2b20863fe24c782.tar.lz
dexon-tests-4bedb7293024d1724993df23d2b20863fe24c782.tar.xz
dexon-tests-4bedb7293024d1724993df23d2b20863fe24c782.tar.zst
dexon-tests-4bedb7293024d1724993df23d2b20863fe24c782.zip
update general state tests fillers to suite blockchain
Diffstat (limited to 'src/GeneralStateTestsFiller/stHomesteadSpecific')
-rw-r--r--src/GeneralStateTestsFiller/stHomesteadSpecific/contractCreationOOGdontLeaveEmptyContractFiller.json6
-rw-r--r--src/GeneralStateTestsFiller/stHomesteadSpecific/contractCreationOOGdontLeaveEmptyContractViaTransactionFiller.json6
-rw-r--r--src/GeneralStateTestsFiller/stHomesteadSpecific/createContractViaContractFiller.json6
-rw-r--r--src/GeneralStateTestsFiller/stHomesteadSpecific/createContractViaContractOOGInitCodeFiller.json6
-rw-r--r--src/GeneralStateTestsFiller/stHomesteadSpecific/createContractViaTransactionCost53000Filler.json6
5 files changed, 15 insertions, 15 deletions
diff --git a/src/GeneralStateTestsFiller/stHomesteadSpecific/contractCreationOOGdontLeaveEmptyContractFiller.json b/src/GeneralStateTestsFiller/stHomesteadSpecific/contractCreationOOGdontLeaveEmptyContractFiller.json
index 94db8d41f..d9446675a 100644
--- a/src/GeneralStateTestsFiller/stHomesteadSpecific/contractCreationOOGdontLeaveEmptyContractFiller.json
+++ b/src/GeneralStateTestsFiller/stHomesteadSpecific/contractCreationOOGdontLeaveEmptyContractFiller.json
@@ -2,10 +2,10 @@
"contractCreationOOGdontLeaveEmptyContract" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "45678256",
+ "currentDifficulty" : "0x020000",
"currentGasLimit" : "1000000",
- "currentNumber" : "0",
- "currentTimestamp" : "1",
+ "currentNumber" : "1",
+ "currentTimestamp" : "1000",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"expect" : [
diff --git a/src/GeneralStateTestsFiller/stHomesteadSpecific/contractCreationOOGdontLeaveEmptyContractViaTransactionFiller.json b/src/GeneralStateTestsFiller/stHomesteadSpecific/contractCreationOOGdontLeaveEmptyContractViaTransactionFiller.json
index 004e13337..4ecc7b63b 100644
--- a/src/GeneralStateTestsFiller/stHomesteadSpecific/contractCreationOOGdontLeaveEmptyContractViaTransactionFiller.json
+++ b/src/GeneralStateTestsFiller/stHomesteadSpecific/contractCreationOOGdontLeaveEmptyContractViaTransactionFiller.json
@@ -2,10 +2,10 @@
"contractCreationOOGdontLeaveEmptyContractViaTransaction" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "45678256",
+ "currentDifficulty" : "0x020000",
"currentGasLimit" : "1000000",
- "currentNumber" : "0",
- "currentTimestamp" : "1",
+ "currentNumber" : "1",
+ "currentTimestamp" : "1000",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"expect" : [
diff --git a/src/GeneralStateTestsFiller/stHomesteadSpecific/createContractViaContractFiller.json b/src/GeneralStateTestsFiller/stHomesteadSpecific/createContractViaContractFiller.json
index 0ba13a0f4..9a04e18ca 100644
--- a/src/GeneralStateTestsFiller/stHomesteadSpecific/createContractViaContractFiller.json
+++ b/src/GeneralStateTestsFiller/stHomesteadSpecific/createContractViaContractFiller.json
@@ -2,10 +2,10 @@
"createContractViaContract" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "45678256",
+ "currentDifficulty" : "0x020000",
"currentGasLimit" : "1000000",
- "currentNumber" : "0",
- "currentTimestamp" : "1",
+ "currentNumber" : "1",
+ "currentTimestamp" : "1000",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"expect" : [
diff --git a/src/GeneralStateTestsFiller/stHomesteadSpecific/createContractViaContractOOGInitCodeFiller.json b/src/GeneralStateTestsFiller/stHomesteadSpecific/createContractViaContractOOGInitCodeFiller.json
index 04bddab80..b916ecc97 100644
--- a/src/GeneralStateTestsFiller/stHomesteadSpecific/createContractViaContractOOGInitCodeFiller.json
+++ b/src/GeneralStateTestsFiller/stHomesteadSpecific/createContractViaContractOOGInitCodeFiller.json
@@ -2,10 +2,10 @@
"createContractViaContractOOGInitCode" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "45678256",
+ "currentDifficulty" : "0x020000",
"currentGasLimit" : "1000000",
- "currentNumber" : "0",
- "currentTimestamp" : "1",
+ "currentNumber" : "1",
+ "currentTimestamp" : "1000",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"expect" : [
diff --git a/src/GeneralStateTestsFiller/stHomesteadSpecific/createContractViaTransactionCost53000Filler.json b/src/GeneralStateTestsFiller/stHomesteadSpecific/createContractViaTransactionCost53000Filler.json
index 6d4127ee6..44dfbe810 100644
--- a/src/GeneralStateTestsFiller/stHomesteadSpecific/createContractViaTransactionCost53000Filler.json
+++ b/src/GeneralStateTestsFiller/stHomesteadSpecific/createContractViaTransactionCost53000Filler.json
@@ -2,10 +2,10 @@
"createContractViaTransactionCost53000" : {
"env" : {
"currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
- "currentDifficulty" : "45678256",
+ "currentDifficulty" : "0x020000",
"currentGasLimit" : "1000000",
- "currentNumber" : "0",
- "currentTimestamp" : "1",
+ "currentNumber" : "1",
+ "currentTimestamp" : "1000",
"previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
},
"expect" : [