diff options
author | Dimitry <dimitry@ethereum.org> | 2018-09-26 17:48:21 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2018-09-26 17:48:21 +0800 |
commit | fafb8a88abd431eedd85167445ccafbc095eed7a (patch) | |
tree | de91238986f8358290c38ee41a3218aea2e3e376 /src/BlockchainTestsFiller/GeneralStateTests/stHomesteadSpecific | |
parent | 8b80bb5961ee94acac3742e8328b2b9bf8e1c9f9 (diff) | |
download | tangerine-tests-fafb8a88abd431eedd85167445ccafbc095eed7a.tar tangerine-tests-fafb8a88abd431eedd85167445ccafbc095eed7a.tar.gz tangerine-tests-fafb8a88abd431eedd85167445ccafbc095eed7a.tar.bz2 tangerine-tests-fafb8a88abd431eedd85167445ccafbc095eed7a.tar.lz tangerine-tests-fafb8a88abd431eedd85167445ccafbc095eed7a.tar.xz tangerine-tests-fafb8a88abd431eedd85167445ccafbc095eed7a.tar.zst tangerine-tests-fafb8a88abd431eedd85167445ccafbc095eed7a.zip |
refill state tests as blockchain tests
Diffstat (limited to 'src/BlockchainTestsFiller/GeneralStateTests/stHomesteadSpecific')
5 files changed, 10 insertions, 5 deletions
diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stHomesteadSpecific/contractCreationOOGdontLeaveEmptyContractViaTransaction_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stHomesteadSpecific/contractCreationOOGdontLeaveEmptyContractViaTransaction_d0g0v0Filler.json index 9ef45091c..796eb2e9f 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stHomesteadSpecific/contractCreationOOGdontLeaveEmptyContractViaTransaction_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stHomesteadSpecific/contractCreationOOGdontLeaveEmptyContractViaTransaction_d0g0v0Filler.json @@ -89,6 +89,7 @@ "storage" : { } } - } + }, + "sealEngine" : "NoProof" } }
\ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stHomesteadSpecific/contractCreationOOGdontLeaveEmptyContract_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stHomesteadSpecific/contractCreationOOGdontLeaveEmptyContract_d0g0v0Filler.json index 1011b8615..ecef94c88 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stHomesteadSpecific/contractCreationOOGdontLeaveEmptyContract_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stHomesteadSpecific/contractCreationOOGdontLeaveEmptyContract_d0g0v0Filler.json @@ -80,6 +80,7 @@ "storage" : { } } - } + }, + "sealEngine" : "NoProof" } }
\ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stHomesteadSpecific/createContractViaContractOOGInitCode_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stHomesteadSpecific/createContractViaContractOOGInitCode_d0g0v0Filler.json index 7e9fe6146..d14549c39 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stHomesteadSpecific/createContractViaContractOOGInitCode_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stHomesteadSpecific/createContractViaContractOOGInitCode_d0g0v0Filler.json @@ -80,6 +80,7 @@ "storage" : { } } - } + }, + "sealEngine" : "NoProof" } }
\ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stHomesteadSpecific/createContractViaContract_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stHomesteadSpecific/createContractViaContract_d0g0v0Filler.json index 48ab08f01..9e8fbd8c0 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stHomesteadSpecific/createContractViaContract_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stHomesteadSpecific/createContractViaContract_d0g0v0Filler.json @@ -86,6 +86,7 @@ "storage" : { } } - } + }, + "sealEngine" : "NoProof" } }
\ No newline at end of file diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stHomesteadSpecific/createContractViaTransactionCost53000_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stHomesteadSpecific/createContractViaTransactionCost53000_d0g0v0Filler.json index 584ce6dde..85a4aace0 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stHomesteadSpecific/createContractViaTransactionCost53000_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stHomesteadSpecific/createContractViaTransactionCost53000_d0g0v0Filler.json @@ -79,6 +79,7 @@ "storage" : { } } - } + }, + "sealEngine" : "NoProof" } }
\ No newline at end of file |