Skip to content

Commit 142f8ef

Browse files
committed
RESET: use correct values once EIP is out
1 parent 48dde85 commit 142f8ef

File tree

5 files changed

+65
-0
lines changed

5 files changed

+65
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"difficultyNewGlacier" :
3+
{
4+
"_info" : {
5+
"comment" : "Difficulty NewGlacier Combination Check: 100k steps, starting from block pushback number (11,400,000) for NewGlacier"
6+
},
7+
"network" : [ "NewGlacier" ],
8+
"blocknumber" : "[11_400_000-15_700_000;100_000]",
9+
"timestampDiff" : "[1-90;9]",
10+
"parentDifficutly" : ["0x223a2d17232652"],
11+
"hasUncles" : [0, 1]
12+
}
13+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"difficultyNewGlacierForkBlock" :
3+
{
4+
"_info" : {
5+
"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"
6+
},
7+
"network" : [ "NewGlacier" ],
8+
"blocknumber" : ["0xe5a510"],
9+
"timestampDiff" : "[1-90;9]",
10+
"parentDifficutly" : "[0x2509b471781d98-0x150f322c7dafd6036;1000000000000000000]",
11+
"hasUncles" : [0, 1]
12+
}
13+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"difficultyNewGlacierMinus1" :
3+
{
4+
"_info" : {
5+
"comment" : "Difficulty NewGlacier Combination Check: 100k steps, starting from block pushback number minus 1 (11,399,999) for NewGlacier"
6+
},
7+
"network" : [ "NewGlacier" ],
8+
"blocknumber" : "[11_399_999-15_699_999;100_000]",
9+
"timestampDiff" : "[1-90;9]",
10+
"parentDifficutly" : ["0x223a2d17232652"],
11+
"hasUncles" : [0, 1]
12+
}
13+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"difficultyNewGlacierTimeDiff1" :
3+
{
4+
"_info" : {
5+
"comment" : "Difficulty NewGlacier Timestamp Difference Combination Check 1: Timestamp differences of 8, 17, 26, ... 908"
6+
},
7+
"network" : [ "NewGlacier" ],
8+
"blocknumber" : ["15_700_000"],
9+
"timestampDiff" : "[8-910;9]",
10+
"parentDifficutly" : ["0x223a2d17232652"],
11+
"hasUncles" : [0, 1]
12+
}
13+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"difficultyNewGlacierTimeDiff1" :
3+
{
4+
"_info" : {
5+
"comment" : "Difficulty NewGlacier Timestamp Difference Combination Check 2: Timestamp differences of 9, 18, 27, ... 909"
6+
},
7+
"network" : [ "NewGlacier" ],
8+
"blocknumber" : ["15_700_000"],
9+
"timestampDiff" : "[9-910;9]",
10+
"parentDifficutly" : ["0x223a2d17232652"],
11+
"hasUncles" : [0, 1]
12+
}
13+
}

0 commit comments

Comments
 (0)