diff options
author | Dimitry <winsvega@mail.ru> | 2016-12-08 01:07:42 +0800 |
---|---|---|
committer | Dimitry <winsvega@mail.ru> | 2016-12-08 01:07:42 +0800 |
commit | df97106322e39ced3007bb3fee6b96003c791b5a (patch) | |
tree | 95a83e69dd91890ba807f4a17b572f38ad46a355 /src/GeneralStateTestsFiller/stHomesteadSpecific | |
parent | e0d64ef1dd2b058fcb97e1453334ccdaec8f6a8f (diff) | |
download | dexon-tests-df97106322e39ced3007bb3fee6b96003c791b5a.tar dexon-tests-df97106322e39ced3007bb3fee6b96003c791b5a.tar.gz dexon-tests-df97106322e39ced3007bb3fee6b96003c791b5a.tar.bz2 dexon-tests-df97106322e39ced3007bb3fee6b96003c791b5a.tar.lz dexon-tests-df97106322e39ced3007bb3fee6b96003c791b5a.tar.xz dexon-tests-df97106322e39ced3007bb3fee6b96003c791b5a.tar.zst dexon-tests-df97106322e39ced3007bb3fee6b96003c791b5a.zip |
upgrade eip158 to general tests
Diffstat (limited to 'src/GeneralStateTestsFiller/stHomesteadSpecific')
5 files changed, 5 insertions, 5 deletions
diff --git a/src/GeneralStateTestsFiller/stHomesteadSpecific/contractCreationOOGdontLeaveEmptyContractFiller.json b/src/GeneralStateTestsFiller/stHomesteadSpecific/contractCreationOOGdontLeaveEmptyContractFiller.json index c713a3260..785d84a0c 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"], + "network" : ["Frontier", "Homestead", "EIP158"], "result" : { "5dddfce53ee040d9eb21afbc0ae1bb4dbb0ba643" : { "shouldnotexist" : "1" diff --git a/src/GeneralStateTestsFiller/stHomesteadSpecific/contractCreationOOGdontLeaveEmptyContractViaTransactionFiller.json b/src/GeneralStateTestsFiller/stHomesteadSpecific/contractCreationOOGdontLeaveEmptyContractViaTransactionFiller.json index 04db36f13..fea3194c3 100644 --- a/src/GeneralStateTestsFiller/stHomesteadSpecific/contractCreationOOGdontLeaveEmptyContractViaTransactionFiller.json +++ b/src/GeneralStateTestsFiller/stHomesteadSpecific/contractCreationOOGdontLeaveEmptyContractViaTransactionFiller.json @@ -20,7 +20,7 @@ }, { "indexes" : { "data" : -1, "gas" : -1, "value" : -1}, - "network" : ["Frontier"], + "network" : ["Frontier", "EIP158"], "result" : { "6295ee1b4f6dd65047762f924ecd367c17eabf8f": { } diff --git a/src/GeneralStateTestsFiller/stHomesteadSpecific/createContractViaContractFiller.json b/src/GeneralStateTestsFiller/stHomesteadSpecific/createContractViaContractFiller.json index 6860e8b9d..5c83171b1 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"], + "network" : ["Frontier", "Homestead", "EIP158"], "result" : { "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "21000 + Code Execution + Contract Creation", diff --git a/src/GeneralStateTestsFiller/stHomesteadSpecific/createContractViaContractOOGInitCodeFiller.json b/src/GeneralStateTestsFiller/stHomesteadSpecific/createContractViaContractOOGInitCodeFiller.json index 5f267699d..49fb49dcd 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"], + "network" : ["Frontier", "Homestead", "EIP158"], "result" : { "4ff884bffc83e888ae11b32b1d94bf9bc8d1732f" : { "shouldnotexist" : "1" diff --git a/src/GeneralStateTestsFiller/stHomesteadSpecific/createContractViaTransactionCost53000Filler.json b/src/GeneralStateTestsFiller/stHomesteadSpecific/createContractViaTransactionCost53000Filler.json index 59cad9354..670a812f5 100644 --- a/src/GeneralStateTestsFiller/stHomesteadSpecific/createContractViaTransactionCost53000Filler.json +++ b/src/GeneralStateTestsFiller/stHomesteadSpecific/createContractViaTransactionCost53000Filler.json @@ -11,7 +11,7 @@ "expect" : [ { "indexes" : { "data" : -1, "gas" : -1, "value" : -1}, - "network" : ["Homestead"], + "network" : ["Homestead", "EIP158"], "result" : { "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "nonce" : "1", |