-
Notifications
You must be signed in to change notification settings - Fork 319
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RESET: use correct values once EIP is out
- Loading branch information
Showing
5 changed files
with
65 additions
and
0 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
src/DifficultyTestsFiller/dfNewGlacier/difficultyNewGlacierFiller.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"difficultyNewGlacier" : | ||
{ | ||
"_info" : { | ||
"comment" : "Difficulty NewGlacier Combination Check: 100k steps, starting from block pushback number (11,400,000) for NewGlacier" | ||
}, | ||
"network" : [ "NewGlacier" ], | ||
"blocknumber" : "[11_400_000-15_700_000;100_000]", | ||
"timestampDiff" : "[1-90;9]", | ||
"parentDifficutly" : ["0x223a2d17232652"], | ||
"hasUncles" : [0, 1] | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
src/DifficultyTestsFiller/dfNewGlacier/difficultyNewGlacierForkBlockFiller.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"difficultyNewGlacierForkBlock" : | ||
{ | ||
"_info" : { | ||
"comment" : "NewGlacier 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" : [ "NewGlacier" ], | ||
"blocknumber" : ["0xe5a510"], | ||
"timestampDiff" : "[1-90;9]", | ||
"parentDifficutly" : "[0x2509b471781d98-0x150f322c7dafd6036;1000000000000000000]", | ||
"hasUncles" : [0, 1] | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
src/DifficultyTestsFiller/dfNewGlacier/difficultyNewGlacierMinus1Filler.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"difficultyNewGlacierMinus1" : | ||
{ | ||
"_info" : { | ||
"comment" : "Difficulty NewGlacier Combination Check: 100k steps, starting from block pushback number minus 1 (11,399,999) for NewGlacier" | ||
}, | ||
"network" : [ "NewGlacier" ], | ||
"blocknumber" : "[11_399_999-15_699_999;100_000]", | ||
"timestampDiff" : "[1-90;9]", | ||
"parentDifficutly" : ["0x223a2d17232652"], | ||
"hasUncles" : [0, 1] | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
src/DifficultyTestsFiller/dfNewGlacier/difficultyNewGlacierTimeDiff1Filler.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"difficultyNewGlacierTimeDiff1" : | ||
{ | ||
"_info" : { | ||
"comment" : "Difficulty NewGlacier Timestamp Difference Combination Check 1: Timestamp differences of 8, 17, 26, ... 908" | ||
}, | ||
"network" : [ "NewGlacier" ], | ||
"blocknumber" : ["15_700_000"], | ||
"timestampDiff" : "[8-910;9]", | ||
"parentDifficutly" : ["0x223a2d17232652"], | ||
"hasUncles" : [0, 1] | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
src/DifficultyTestsFiller/dfNewGlacier/difficultyNewGlacierTimeDiff2Filler.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"difficultyNewGlacierTimeDiff1" : | ||
{ | ||
"_info" : { | ||
"comment" : "Difficulty NewGlacier Timestamp Difference Combination Check 2: Timestamp differences of 9, 18, 27, ... 909" | ||
}, | ||
"network" : [ "NewGlacier" ], | ||
"blocknumber" : ["15_700_000"], | ||
"timestampDiff" : "[9-910;9]", | ||
"parentDifficutly" : ["0x223a2d17232652"], | ||
"hasUncles" : [0, 1] | ||
} | ||
} |