Skip to content

Commit

Permalink
Gray Glacier Difficulty Pushback Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz committed Jun 13, 2022
1 parent 48dde85 commit 9733821
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 0 deletions.
@@ -0,0 +1,13 @@
{
"difficultyGrayGlacier" :
{
"_info" : {
"comment" : "Difficulty Gray Glacier Combination Check: 100k steps, starting from block pushback number (11,400,000) for GrayGlacier"
},
"network" : [ "GrayGlacier" ],
"blocknumber" : "[11_400_000-15_700_000;100_000]",
"timestampDiff" : "[1-90;9]",
"parentDifficutly" : ["0x223a2d17232652"],
"hasUncles" : [0, 1]
}
}
@@ -0,0 +1,13 @@
{
"difficultyGrayGlacierForkBlock" :
{
"_info" : {
"comment" : "Gray Glacier Difficulty Combination Check at Fork Block (15,050,000): Difficulty range start uses current mainnet difficulty, range end uses approximate value with constant 13 second block, 5% uncle rate"
},
"network" : [ "GrayGlacier" ],
"blocknumber" : ["0xe5a510"],
"timestampDiff" : "[1-90;9]",
"parentDifficutly" : "[0x2509b471781d98-0x150f322c7dafd6036;1000000000000000000]",
"hasUncles" : [0, 1]
}
}
@@ -0,0 +1,13 @@
{
"difficultyGrayGlacierMinus1" :
{
"_info" : {
"comment" : "Difficulty Gray Glacier Combination Check: 100k steps, starting from block pushback number minus 1 (11,399,999) for Gray Glacier"
},
"network" : [ "GrayGlacier" ],
"blocknumber" : "[11_399_999-15_699_999;100_000]",
"timestampDiff" : "[1-90;9]",
"parentDifficutly" : ["0x223a2d17232652"],
"hasUncles" : [0, 1]
}
}
@@ -0,0 +1,13 @@
{
"difficultyGrayGlacierTimeDiff1" :
{
"_info" : {
"comment" : "Difficulty Gray Glacier Timestamp Difference Combination Check 1: Timestamp differences of 8, 17, 26, ... 908"
},
"network" : [ "GrayGlacier" ],
"blocknumber" : ["15_700_000"],
"timestampDiff" : "[8-910;9]",
"parentDifficutly" : ["0x223a2d17232652"],
"hasUncles" : [0, 1]
}
}
@@ -0,0 +1,13 @@
{
"difficultyGrayGlacierTimeDiff1" :
{
"_info" : {
"comment" : "Difficulty Gray Glacier Timestamp Difference Combination Check 2: Timestamp differences of 9, 18, 27, ... 909"
},
"network" : [ "GrayGlacier" ],
"blocknumber" : ["15_700_000"],
"timestampDiff" : "[9-910;9]",
"parentDifficutly" : ["0x223a2d17232652"],
"hasUncles" : [0, 1]
}
}

0 comments on commit 9733821

Please sign in to comment.