aboutsummaryrefslogtreecommitdiffstats
path: root/src/GeneralStateTestsFiller/stHomesteadSpecific
diff options
context:
space:
mode:
Diffstat (limited to 'src/GeneralStateTestsFiller/stHomesteadSpecific')
-rw-r--r--src/GeneralStateTestsFiller/stHomesteadSpecific/contractCreationOOGdontLeaveEmptyContractFiller.json2
-rw-r--r--src/GeneralStateTestsFiller/stHomesteadSpecific/contractCreationOOGdontLeaveEmptyContractViaTransactionFiller.json13
-rw-r--r--src/GeneralStateTestsFiller/stHomesteadSpecific/createContractViaContractFiller.json2
-rw-r--r--src/GeneralStateTestsFiller/stHomesteadSpecific/createContractViaContractOOGInitCodeFiller.json2
-rw-r--r--src/GeneralStateTestsFiller/stHomesteadSpecific/createContractViaTransactionCost53000Filler.json12
5 files changed, 6 insertions, 25 deletions
diff --git a/src/GeneralStateTestsFiller/stHomesteadSpecific/contractCreationOOGdontLeaveEmptyContractFiller.json b/src/GeneralStateTestsFiller/stHomesteadSpecific/contractCreationOOGdontLeaveEmptyContractFiller.json
index d9446675a..44c68c0d7 100644
--- a/src/GeneralStateTestsFiller/stHomesteadSpecific/contractCreationOOGdontLeaveEmptyContractFiller.json
+++ b/src/GeneralStateTestsFiller/stHomesteadSpecific/contractCreationOOGdontLeaveEmptyContractFiller.json
@@ -11,7 +11,7 @@
"expect" : [
{
"indexes" : { "data" : -1, "gas" : -1, "value" : -1},
- "network" : ["Frontier", "Homestead", "EIP158", "EIP150"],
+ "network" : ["Homestead", ">=Byzantium"],
"result" : {
"5dddfce53ee040d9eb21afbc0ae1bb4dbb0ba643" : {
"shouldnotexist" : "1"
diff --git a/src/GeneralStateTestsFiller/stHomesteadSpecific/contractCreationOOGdontLeaveEmptyContractViaTransactionFiller.json b/src/GeneralStateTestsFiller/stHomesteadSpecific/contractCreationOOGdontLeaveEmptyContractViaTransactionFiller.json
index c46285107..cc1d4da81 100644
--- a/src/GeneralStateTestsFiller/stHomesteadSpecific/contractCreationOOGdontLeaveEmptyContractViaTransactionFiller.json
+++ b/src/GeneralStateTestsFiller/stHomesteadSpecific/contractCreationOOGdontLeaveEmptyContractViaTransactionFiller.json
@@ -18,18 +18,9 @@
}
}
},
- {
+ {
"indexes" : { "data" : -1, "gas" : -1, "value" : -1},
- "network" : ["Frontier", "EIP158", "EIP150"],
- "result" : {
- "6295ee1b4f6dd65047762f924ecd367c17eabf8f": {
- "balance" : "0"
- }
- }
- },
- {
- "indexes" : { "data" : -1, "gas" : -1, "value" : -1},
- "network" : [ "Byzantium"],
+ "network" : [">=Byzantium"],
"result" : {
"6295ee1b4f6dd65047762f924ecd367c17eabf8f": {
"balance" : "0"
diff --git a/src/GeneralStateTestsFiller/stHomesteadSpecific/createContractViaContractFiller.json b/src/GeneralStateTestsFiller/stHomesteadSpecific/createContractViaContractFiller.json
index 9a04e18ca..f713a067d 100644
--- a/src/GeneralStateTestsFiller/stHomesteadSpecific/createContractViaContractFiller.json
+++ b/src/GeneralStateTestsFiller/stHomesteadSpecific/createContractViaContractFiller.json
@@ -11,7 +11,7 @@
"expect" : [
{
"indexes" : { "data" : -1, "gas" : -1, "value" : -1},
- "network" : ["Frontier", "Homestead", "EIP158", "EIP150"],
+ "network" : ["Homestead", ">=Byzantium"],
"result" : {
"a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "21000 + Code Execution + Contract Creation",
diff --git a/src/GeneralStateTestsFiller/stHomesteadSpecific/createContractViaContractOOGInitCodeFiller.json b/src/GeneralStateTestsFiller/stHomesteadSpecific/createContractViaContractOOGInitCodeFiller.json
index b916ecc97..97f71f332 100644
--- a/src/GeneralStateTestsFiller/stHomesteadSpecific/createContractViaContractOOGInitCodeFiller.json
+++ b/src/GeneralStateTestsFiller/stHomesteadSpecific/createContractViaContractOOGInitCodeFiller.json
@@ -11,7 +11,7 @@
"expect" : [
{
"indexes" : { "data" : -1, "gas" : -1, "value" : -1},
- "network" : ["Frontier", "Homestead", "EIP158", "EIP150"],
+ "network" : ["Homestead", ">=Byzantium"],
"result" : {
"4ff884bffc83e888ae11b32b1d94bf9bc8d1732f" : {
"shouldnotexist" : "1"
diff --git a/src/GeneralStateTestsFiller/stHomesteadSpecific/createContractViaTransactionCost53000Filler.json b/src/GeneralStateTestsFiller/stHomesteadSpecific/createContractViaTransactionCost53000Filler.json
index eb2e99f2b..febc92cc7 100644
--- a/src/GeneralStateTestsFiller/stHomesteadSpecific/createContractViaTransactionCost53000Filler.json
+++ b/src/GeneralStateTestsFiller/stHomesteadSpecific/createContractViaTransactionCost53000Filler.json
@@ -11,23 +11,13 @@
"expect" : [
{
"indexes" : { "data" : -1, "gas" : -1, "value" : -1},
- "network" : ["Homestead", "EIP158", "EIP150", "Byzantium"],
+ "network" : ["Homestead", ">=Byzantium"],
"result" : {
"a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"nonce" : "1",
"balance" : "47000"
}
}
- },
- {
- "indexes" : { "data" : -1, "gas" : -1, "value" : -1},
- "network" : ["Frontier"],
- "result" : {
- "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
- "nonce" : "1",
- "balance" : "79000"
- }
- }
}
],
"pre" : {