aboutsummaryrefslogtreecommitdiffstats
path: root/src/BlockchainTestsFiller/bcTotalDifficultyTest
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/bcTotalDifficultyTest
parent1d25604dd0f8a4f9337d32c22bac9c6bf5cc115e (diff)
downloaddexon-tests-7a88cb639e1af2518aa5748f2da01a75391462a3.tar.gz
dexon-tests-7a88cb639e1af2518aa5748f2da01a75391462a3.tar.zst
dexon-tests-7a88cb639e1af2518aa5748f2da01a75391462a3.zip
blockchain test source updates
Diffstat (limited to 'src/BlockchainTestsFiller/bcTotalDifficultyTest')
-rw-r--r--src/BlockchainTestsFiller/bcTotalDifficultyTest/lotsOfBranchesFiller.json3
-rw-r--r--src/BlockchainTestsFiller/bcTotalDifficultyTest/lotsOfBranchesOverrideAtTheEndFiller.json3
-rw-r--r--src/BlockchainTestsFiller/bcTotalDifficultyTest/lotsOfBranchesOverrideAtTheMiddleFiller.json3
-rw-r--r--src/BlockchainTestsFiller/bcTotalDifficultyTest/lotsOfLeafsFiller.json3
-rw-r--r--src/BlockchainTestsFiller/bcTotalDifficultyTest/newChainFrom4BlockFiller.json3
-rw-r--r--src/BlockchainTestsFiller/bcTotalDifficultyTest/newChainFrom5BlockFiller.json3
-rw-r--r--src/BlockchainTestsFiller/bcTotalDifficultyTest/newChainFrom6BlockFiller.json3
-rw-r--r--src/BlockchainTestsFiller/bcTotalDifficultyTest/sideChainWithMoreTransactionsFiller.json3
-rw-r--r--src/BlockchainTestsFiller/bcTotalDifficultyTest/sideChainWithNewMaxDifficultyStartingFromBlock3AfterBlock4Filler.json3
-rw-r--r--src/BlockchainTestsFiller/bcTotalDifficultyTest/uncleBlockAtBlock3AfterBlock3Filler.json3
-rw-r--r--src/BlockchainTestsFiller/bcTotalDifficultyTest/uncleBlockAtBlock3afterBlock4Filler.json3
11 files changed, 22 insertions, 11 deletions
diff --git a/src/BlockchainTestsFiller/bcTotalDifficultyTest/lotsOfBranchesFiller.json b/src/BlockchainTestsFiller/bcTotalDifficultyTest/lotsOfBranchesFiller.json
index 8f081757e..606386a4c 100644
--- a/src/BlockchainTestsFiller/bcTotalDifficultyTest/lotsOfBranchesFiller.json
+++ b/src/BlockchainTestsFiller/bcTotalDifficultyTest/lotsOfBranchesFiller.json
@@ -17,9 +17,10 @@
"transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
+ "sealEngine" : "Ethash",
"expect" : [
{
- "network" : ["ALL"],
+ "network" : ["Frontier", "EIP150", ">=Constantinople"],
"result" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "40"
diff --git a/src/BlockchainTestsFiller/bcTotalDifficultyTest/lotsOfBranchesOverrideAtTheEndFiller.json b/src/BlockchainTestsFiller/bcTotalDifficultyTest/lotsOfBranchesOverrideAtTheEndFiller.json
index a28264a50..5dad69058 100644
--- a/src/BlockchainTestsFiller/bcTotalDifficultyTest/lotsOfBranchesOverrideAtTheEndFiller.json
+++ b/src/BlockchainTestsFiller/bcTotalDifficultyTest/lotsOfBranchesOverrideAtTheEndFiller.json
@@ -17,9 +17,10 @@
"transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
+ "sealEngine" : "Ethash",
"expect" : [
{
- "network" : ["ALL"],
+ "network" : ["Frontier", "EIP150", ">=Constantinople"],
"result" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "1220"
diff --git a/src/BlockchainTestsFiller/bcTotalDifficultyTest/lotsOfBranchesOverrideAtTheMiddleFiller.json b/src/BlockchainTestsFiller/bcTotalDifficultyTest/lotsOfBranchesOverrideAtTheMiddleFiller.json
index 17bab1b9e..0129ff801 100644
--- a/src/BlockchainTestsFiller/bcTotalDifficultyTest/lotsOfBranchesOverrideAtTheMiddleFiller.json
+++ b/src/BlockchainTestsFiller/bcTotalDifficultyTest/lotsOfBranchesOverrideAtTheMiddleFiller.json
@@ -17,9 +17,10 @@
"transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
+ "sealEngine" : "Ethash",
"expect" : [
{
- "network" : ["ALL"],
+ "network" : ["Frontier", "EIP150", ">=Constantinople"],
"result" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "620"
diff --git a/src/BlockchainTestsFiller/bcTotalDifficultyTest/lotsOfLeafsFiller.json b/src/BlockchainTestsFiller/bcTotalDifficultyTest/lotsOfLeafsFiller.json
index 2e7eea9a9..d59624705 100644
--- a/src/BlockchainTestsFiller/bcTotalDifficultyTest/lotsOfLeafsFiller.json
+++ b/src/BlockchainTestsFiller/bcTotalDifficultyTest/lotsOfLeafsFiller.json
@@ -17,9 +17,10 @@
"transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
+ "sealEngine" : "Ethash",
"expect" : [
{
- "network" : ["ALL"],
+ "network" : ["Frontier", "EIP150", ">=Constantinople"],
"result" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "4"
diff --git a/src/BlockchainTestsFiller/bcTotalDifficultyTest/newChainFrom4BlockFiller.json b/src/BlockchainTestsFiller/bcTotalDifficultyTest/newChainFrom4BlockFiller.json
index bcf8477e2..3dcced757 100644
--- a/src/BlockchainTestsFiller/bcTotalDifficultyTest/newChainFrom4BlockFiller.json
+++ b/src/BlockchainTestsFiller/bcTotalDifficultyTest/newChainFrom4BlockFiller.json
@@ -17,9 +17,10 @@
"transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
+ "sealEngine" : "Ethash",
"expect" : [
{
- "network" : ["ALL"],
+ "network" : ["Frontier", "EIP150", ">=Constantinople"],
"result" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "830"
diff --git a/src/BlockchainTestsFiller/bcTotalDifficultyTest/newChainFrom5BlockFiller.json b/src/BlockchainTestsFiller/bcTotalDifficultyTest/newChainFrom5BlockFiller.json
index 2764a0f84..96e2bc0be 100644
--- a/src/BlockchainTestsFiller/bcTotalDifficultyTest/newChainFrom5BlockFiller.json
+++ b/src/BlockchainTestsFiller/bcTotalDifficultyTest/newChainFrom5BlockFiller.json
@@ -17,9 +17,10 @@
"transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
+ "sealEngine" : "Ethash",
"expect" : [
{
- "network" : ["ALL"],
+ "network" : ["Frontier", "EIP150", ">=Constantinople"],
"result" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "740"
diff --git a/src/BlockchainTestsFiller/bcTotalDifficultyTest/newChainFrom6BlockFiller.json b/src/BlockchainTestsFiller/bcTotalDifficultyTest/newChainFrom6BlockFiller.json
index 67f951fb9..cf205bd7b 100644
--- a/src/BlockchainTestsFiller/bcTotalDifficultyTest/newChainFrom6BlockFiller.json
+++ b/src/BlockchainTestsFiller/bcTotalDifficultyTest/newChainFrom6BlockFiller.json
@@ -17,9 +17,10 @@
"transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
+ "sealEngine" : "Ethash",
"expect" : [
{
- "network" : ["ALL"],
+ "network" : ["Frontier", "EIP150", ">=Constantinople"],
"result" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "650"
diff --git a/src/BlockchainTestsFiller/bcTotalDifficultyTest/sideChainWithMoreTransactionsFiller.json b/src/BlockchainTestsFiller/bcTotalDifficultyTest/sideChainWithMoreTransactionsFiller.json
index 875ea4b0c..70dcd385e 100644
--- a/src/BlockchainTestsFiller/bcTotalDifficultyTest/sideChainWithMoreTransactionsFiller.json
+++ b/src/BlockchainTestsFiller/bcTotalDifficultyTest/sideChainWithMoreTransactionsFiller.json
@@ -17,9 +17,10 @@
"transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
+ "sealEngine" : "Ethash",
"expect" : [
{
- "network" : ["ALL"],
+ "network" : ["Frontier", "EIP150", ">=Constantinople"],
"result" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "40"
diff --git a/src/BlockchainTestsFiller/bcTotalDifficultyTest/sideChainWithNewMaxDifficultyStartingFromBlock3AfterBlock4Filler.json b/src/BlockchainTestsFiller/bcTotalDifficultyTest/sideChainWithNewMaxDifficultyStartingFromBlock3AfterBlock4Filler.json
index c3992881b..ec32a01dc 100644
--- a/src/BlockchainTestsFiller/bcTotalDifficultyTest/sideChainWithNewMaxDifficultyStartingFromBlock3AfterBlock4Filler.json
+++ b/src/BlockchainTestsFiller/bcTotalDifficultyTest/sideChainWithNewMaxDifficultyStartingFromBlock3AfterBlock4Filler.json
@@ -17,9 +17,10 @@
"transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
+ "sealEngine" : "Ethash",
"expect" : [
{
- "network" : ["ALL"],
+ "network" : ["Frontier", "EIP150", ">=Constantinople"],
"result" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "320"
diff --git a/src/BlockchainTestsFiller/bcTotalDifficultyTest/uncleBlockAtBlock3AfterBlock3Filler.json b/src/BlockchainTestsFiller/bcTotalDifficultyTest/uncleBlockAtBlock3AfterBlock3Filler.json
index c90835d88..7edea3631 100644
--- a/src/BlockchainTestsFiller/bcTotalDifficultyTest/uncleBlockAtBlock3AfterBlock3Filler.json
+++ b/src/BlockchainTestsFiller/bcTotalDifficultyTest/uncleBlockAtBlock3AfterBlock3Filler.json
@@ -17,9 +17,10 @@
"transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
+ "sealEngine" : "Ethash",
"expect" : [
{
- "network" : ["ALL"],
+ "network" : ["Frontier", "EIP150", ">=Constantinople"],
"result" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "22"
diff --git a/src/BlockchainTestsFiller/bcTotalDifficultyTest/uncleBlockAtBlock3afterBlock4Filler.json b/src/BlockchainTestsFiller/bcTotalDifficultyTest/uncleBlockAtBlock3afterBlock4Filler.json
index 5d3ab2756..7c951d6fd 100644
--- a/src/BlockchainTestsFiller/bcTotalDifficultyTest/uncleBlockAtBlock3afterBlock4Filler.json
+++ b/src/BlockchainTestsFiller/bcTotalDifficultyTest/uncleBlockAtBlock3afterBlock4Filler.json
@@ -17,9 +17,10 @@
"transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
+ "sealEngine" : "Ethash",
"expect" : [
{
- "network" : ["ALL"],
+ "network" : ["Frontier", "EIP150", ">=Constantinople"],
"result" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "16"