aboutsummaryrefslogtreecommitdiffstats
path: root/src/BlockchainTestsFiller/bcInvalidHeaderTest
diff options
context:
space:
mode:
authorDimitry <dimitry@ethereum.org>2018-10-02 23:47:20 +0800
committerDimitry <dimitry@ethereum.org>2018-10-02 23:47:20 +0800
commit7a88cb639e1af2518aa5748f2da01a75391462a3 (patch)
tree250a9106228091a24f58a1bbd89956c316d0c930 /src/BlockchainTestsFiller/bcInvalidHeaderTest
parent1d25604dd0f8a4f9337d32c22bac9c6bf5cc115e (diff)
downloaddexon-tests-7a88cb639e1af2518aa5748f2da01a75391462a3.tar
dexon-tests-7a88cb639e1af2518aa5748f2da01a75391462a3.tar.gz
dexon-tests-7a88cb639e1af2518aa5748f2da01a75391462a3.tar.bz2
dexon-tests-7a88cb639e1af2518aa5748f2da01a75391462a3.tar.lz
dexon-tests-7a88cb639e1af2518aa5748f2da01a75391462a3.tar.xz
dexon-tests-7a88cb639e1af2518aa5748f2da01a75391462a3.tar.zst
dexon-tests-7a88cb639e1af2518aa5748f2da01a75391462a3.zip
blockchain test source updates
Diffstat (limited to 'src/BlockchainTestsFiller/bcInvalidHeaderTest')
-rw-r--r--src/BlockchainTestsFiller/bcInvalidHeaderTest/DifferentExtraData1025Filler.json3
-rw-r--r--src/BlockchainTestsFiller/bcInvalidHeaderTest/DifficultyIsZeroFiller.json3
-rw-r--r--src/BlockchainTestsFiller/bcInvalidHeaderTest/ExtraData1024Filler.json3
-rw-r--r--src/BlockchainTestsFiller/bcInvalidHeaderTest/ExtraData33Filler.json3
-rw-r--r--src/BlockchainTestsFiller/bcInvalidHeaderTest/GasLimitHigherThan2p63m1Filler.json3
-rw-r--r--src/BlockchainTestsFiller/bcInvalidHeaderTest/GasLimitIsZeroFiller.json3
-rw-r--r--src/BlockchainTestsFiller/bcInvalidHeaderTest/log1_wrongBlockNumberFiller.json3
-rw-r--r--src/BlockchainTestsFiller/bcInvalidHeaderTest/log1_wrongBloomFiller.json3
-rw-r--r--src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongCoinbaseFiller.json3
-rw-r--r--src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongDifficultyFiller.json3
-rw-r--r--src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongGasLimitFiller.json3
-rw-r--r--src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongGasUsedFiller.json3
-rw-r--r--src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongMixHashFiller.json3
-rw-r--r--src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongNonceFiller.json3
-rw-r--r--src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongNumberFiller.json3
-rw-r--r--src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongParentHash2Filler.json3
-rw-r--r--src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongParentHashFiller.json3
-rw-r--r--src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongReceiptTrieFiller.json3
-rw-r--r--src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongStateRootFiller.json3
-rw-r--r--src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongTimestampFiller.json3
-rw-r--r--src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongTransactionsTrieFiller.json3
-rw-r--r--src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongUncleHashFiller.json3
22 files changed, 44 insertions, 22 deletions
diff --git a/src/BlockchainTestsFiller/bcInvalidHeaderTest/DifferentExtraData1025Filler.json b/src/BlockchainTestsFiller/bcInvalidHeaderTest/DifferentExtraData1025Filler.json
index 4db3da516..3cb3311b8 100644
--- a/src/BlockchainTestsFiller/bcInvalidHeaderTest/DifferentExtraData1025Filler.json
+++ b/src/BlockchainTestsFiller/bcInvalidHeaderTest/DifferentExtraData1025Filler.json
@@ -17,9 +17,10 @@
"transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
+ "sealEngine" : "NoProof",
"expect" : [
{
- "network" : ["ALL"],
+ "network" : [">=Frontier"],
"result" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "100"
diff --git a/src/BlockchainTestsFiller/bcInvalidHeaderTest/DifficultyIsZeroFiller.json b/src/BlockchainTestsFiller/bcInvalidHeaderTest/DifficultyIsZeroFiller.json
index fe8a343b6..dc62bbbdf 100644
--- a/src/BlockchainTestsFiller/bcInvalidHeaderTest/DifficultyIsZeroFiller.json
+++ b/src/BlockchainTestsFiller/bcInvalidHeaderTest/DifficultyIsZeroFiller.json
@@ -17,9 +17,10 @@
"transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
+ "sealEngine" : "NoProof",
"expect" : [
{
- "network" : ["ALL"],
+ "network" : [">=Frontier"],
"result" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "100"
diff --git a/src/BlockchainTestsFiller/bcInvalidHeaderTest/ExtraData1024Filler.json b/src/BlockchainTestsFiller/bcInvalidHeaderTest/ExtraData1024Filler.json
index 56ccb5532..2c0d2c10a 100644
--- a/src/BlockchainTestsFiller/bcInvalidHeaderTest/ExtraData1024Filler.json
+++ b/src/BlockchainTestsFiller/bcInvalidHeaderTest/ExtraData1024Filler.json
@@ -17,9 +17,10 @@
"transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
+ "sealEngine" : "NoProof",
"expect" : [
{
- "network" : ["ALL"],
+ "network" : [">=Frontier"],
"result" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "100"
diff --git a/src/BlockchainTestsFiller/bcInvalidHeaderTest/ExtraData33Filler.json b/src/BlockchainTestsFiller/bcInvalidHeaderTest/ExtraData33Filler.json
index 2ee94b9b4..2937b80e7 100644
--- a/src/BlockchainTestsFiller/bcInvalidHeaderTest/ExtraData33Filler.json
+++ b/src/BlockchainTestsFiller/bcInvalidHeaderTest/ExtraData33Filler.json
@@ -17,9 +17,10 @@
"transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
+ "sealEngine" : "NoProof",
"expect" : [
{
- "network" : ["ALL"],
+ "network" : [">=Frontier"],
"result" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "100"
diff --git a/src/BlockchainTestsFiller/bcInvalidHeaderTest/GasLimitHigherThan2p63m1Filler.json b/src/BlockchainTestsFiller/bcInvalidHeaderTest/GasLimitHigherThan2p63m1Filler.json
index 3ec945cfc..d49444a38 100644
--- a/src/BlockchainTestsFiller/bcInvalidHeaderTest/GasLimitHigherThan2p63m1Filler.json
+++ b/src/BlockchainTestsFiller/bcInvalidHeaderTest/GasLimitHigherThan2p63m1Filler.json
@@ -17,9 +17,10 @@
"transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
+ "sealEngine" : "NoProof",
"expect" : [
{
- "network" : ["ALL"],
+ "network" : [">=Frontier"],
"result" : {
"aaaf5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "0"
diff --git a/src/BlockchainTestsFiller/bcInvalidHeaderTest/GasLimitIsZeroFiller.json b/src/BlockchainTestsFiller/bcInvalidHeaderTest/GasLimitIsZeroFiller.json
index 9ec6a5905..0f4f58a35 100644
--- a/src/BlockchainTestsFiller/bcInvalidHeaderTest/GasLimitIsZeroFiller.json
+++ b/src/BlockchainTestsFiller/bcInvalidHeaderTest/GasLimitIsZeroFiller.json
@@ -17,9 +17,10 @@
"transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
+ "sealEngine" : "NoProof",
"expect" : [
{
- "network" : ["ALL"],
+ "network" : [">=Frontier"],
"result" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "100"
diff --git a/src/BlockchainTestsFiller/bcInvalidHeaderTest/log1_wrongBlockNumberFiller.json b/src/BlockchainTestsFiller/bcInvalidHeaderTest/log1_wrongBlockNumberFiller.json
index 50aa7d4de..804da77c2 100644
--- a/src/BlockchainTestsFiller/bcInvalidHeaderTest/log1_wrongBlockNumberFiller.json
+++ b/src/BlockchainTestsFiller/bcInvalidHeaderTest/log1_wrongBlockNumberFiller.json
@@ -17,9 +17,10 @@
"transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
+ "sealEngine" : "NoProof",
"expect" : [
{
- "network" : ["ALL"],
+ "network" : [">=Frontier"],
"result" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "100"
diff --git a/src/BlockchainTestsFiller/bcInvalidHeaderTest/log1_wrongBloomFiller.json b/src/BlockchainTestsFiller/bcInvalidHeaderTest/log1_wrongBloomFiller.json
index d879ef80a..672a98858 100644
--- a/src/BlockchainTestsFiller/bcInvalidHeaderTest/log1_wrongBloomFiller.json
+++ b/src/BlockchainTestsFiller/bcInvalidHeaderTest/log1_wrongBloomFiller.json
@@ -17,9 +17,10 @@
"transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
+ "sealEngine" : "NoProof",
"expect" : [
{
- "network" : ["ALL"],
+ "network" : [">=Frontier"],
"result" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "100"
diff --git a/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongCoinbaseFiller.json b/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongCoinbaseFiller.json
index 545f65cbd..2fb842d64 100644
--- a/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongCoinbaseFiller.json
+++ b/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongCoinbaseFiller.json
@@ -17,9 +17,10 @@
"transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
+ "sealEngine" : "NoProof",
"expect" : [
{
- "network" : ["ALL"],
+ "network" : [">=Frontier"],
"result" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "100"
diff --git a/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongDifficultyFiller.json b/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongDifficultyFiller.json
index 44705c8ff..50a2cd18f 100644
--- a/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongDifficultyFiller.json
+++ b/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongDifficultyFiller.json
@@ -17,9 +17,10 @@
"transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
+ "sealEngine" : "NoProof",
"expect" : [
{
- "network" : ["ALL"],
+ "network" : [">=Frontier"],
"result" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "100"
diff --git a/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongGasLimitFiller.json b/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongGasLimitFiller.json
index ddea9dec4..f62980006 100644
--- a/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongGasLimitFiller.json
+++ b/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongGasLimitFiller.json
@@ -17,9 +17,10 @@
"transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
+ "sealEngine" : "NoProof",
"expect" : [
{
- "network" : ["ALL"],
+ "network" : [">=Frontier"],
"result" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "100"
diff --git a/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongGasUsedFiller.json b/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongGasUsedFiller.json
index 8f5bb07c0..6d5a6a683 100644
--- a/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongGasUsedFiller.json
+++ b/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongGasUsedFiller.json
@@ -17,9 +17,10 @@
"transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
+ "sealEngine" : "NoProof",
"expect" : [
{
- "network" : ["ALL"],
+ "network" : [">=Frontier"],
"result" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "100"
diff --git a/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongMixHashFiller.json b/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongMixHashFiller.json
index c7642de16..a64b4dd4b 100644
--- a/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongMixHashFiller.json
+++ b/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongMixHashFiller.json
@@ -17,9 +17,10 @@
"transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
+ "sealEngine" : "Ethash",
"expect" : [
{
- "network" : ["ALL"],
+ "network" : [">=Frontier"],
"result" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "100"
diff --git a/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongNonceFiller.json b/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongNonceFiller.json
index 5d13fffc9..3bba12002 100644
--- a/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongNonceFiller.json
+++ b/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongNonceFiller.json
@@ -17,9 +17,10 @@
"transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
+ "sealEngine" : "Ethash",
"expect" : [
{
- "network" : ["ALL"],
+ "network" : [">=Frontier"],
"result" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "100"
diff --git a/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongNumberFiller.json b/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongNumberFiller.json
index 31b7ad3dc..e1eee0287 100644
--- a/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongNumberFiller.json
+++ b/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongNumberFiller.json
@@ -17,9 +17,10 @@
"transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
+ "sealEngine" : "NoProof",
"expect" : [
{
- "network" : ["ALL"],
+ "network" : [">=Frontier"],
"result" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "100"
diff --git a/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongParentHash2Filler.json b/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongParentHash2Filler.json
index 37bac66a5..3ac844fce 100644
--- a/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongParentHash2Filler.json
+++ b/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongParentHash2Filler.json
@@ -17,9 +17,10 @@
"transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
+ "sealEngine" : "NoProof",
"expect" : [
{
- "network" : ["ALL"],
+ "network" : [">=Frontier"],
"result" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "100"
diff --git a/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongParentHashFiller.json b/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongParentHashFiller.json
index 213397c3c..c5a54947c 100644
--- a/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongParentHashFiller.json
+++ b/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongParentHashFiller.json
@@ -17,9 +17,10 @@
"transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
+ "sealEngine" : "NoProof",
"expect" : [
{
- "network" : ["ALL"],
+ "network" : [">=Frontier"],
"result" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "100"
diff --git a/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongReceiptTrieFiller.json b/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongReceiptTrieFiller.json
index e65ed76e5..61860043e 100644
--- a/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongReceiptTrieFiller.json
+++ b/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongReceiptTrieFiller.json
@@ -17,9 +17,10 @@
"transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
+ "sealEngine" : "NoProof",
"expect" : [
{
- "network" : ["ALL"],
+ "network" : [">=Frontier"],
"result" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "100"
diff --git a/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongStateRootFiller.json b/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongStateRootFiller.json
index 48a8848db..49c85afb3 100644
--- a/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongStateRootFiller.json
+++ b/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongStateRootFiller.json
@@ -17,9 +17,10 @@
"transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
+ "sealEngine" : "NoProof",
"expect" : [
{
- "network" : ["ALL"],
+ "network" : [">=Frontier"],
"result" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "100"
diff --git a/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongTimestampFiller.json b/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongTimestampFiller.json
index a75d47b80..384090fbf 100644
--- a/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongTimestampFiller.json
+++ b/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongTimestampFiller.json
@@ -17,9 +17,10 @@
"transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
+ "sealEngine" : "NoProof",
"expect" : [
{
- "network" : ["ALL"],
+ "network" : [">=Frontier"],
"result" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "100"
diff --git a/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongTransactionsTrieFiller.json b/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongTransactionsTrieFiller.json
index 1fb06e15f..06de79a9e 100644
--- a/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongTransactionsTrieFiller.json
+++ b/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongTransactionsTrieFiller.json
@@ -17,9 +17,10 @@
"transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
+ "sealEngine" : "NoProof",
"expect" : [
{
- "network" : ["ALL"],
+ "network" : [">=Frontier"],
"result" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "100"
diff --git a/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongUncleHashFiller.json b/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongUncleHashFiller.json
index 1b7a1ba58..280609980 100644
--- a/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongUncleHashFiller.json
+++ b/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongUncleHashFiller.json
@@ -17,9 +17,10 @@
"transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
+ "sealEngine" : "NoProof",
"expect" : [
{
- "network" : ["ALL"],
+ "network" : [">=Frontier"],
"result" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "100"