@@ -63,8 +63,10 @@ func TestCreation(t *testing.T) {
63
63
{12243999 , ID {Hash : checksumToBytes (0xe029e991 ), Next : 12244000 }}, // Last Muir Glacier block
64
64
{12244000 , ID {Hash : checksumToBytes (0x0eb440f6 ), Next : 12965000 }}, // First Berlin block
65
65
{12964999 , ID {Hash : checksumToBytes (0x0eb440f6 ), Next : 12965000 }}, // Last Berlin block
66
- {12965000 , ID {Hash : checksumToBytes (0xb715077d ), Next : 0 }}, // First London block
67
- {20000000 , ID {Hash : checksumToBytes (0xb715077d ), Next : 0 }}, // Future London block
66
+ {12965000 , ID {Hash : checksumToBytes (0xb715077d ), Next : 13773000 }}, // First London block
67
+ {13772999 , ID {Hash : checksumToBytes (0xb715077d ), Next : 13773000 }}, // Last London block
68
+ {13773000 , ID {Hash : checksumToBytes (0x20c327fc ), Next : 0 }}, /// First Arrow Glacier block
69
+ {20000000 , ID {Hash : checksumToBytes (0x20c327fc ), Next : 0 }}, // Future Arrow Glacier block
68
70
},
69
71
},
70
72
}
@@ -141,11 +143,11 @@ func TestValidation(t *testing.T) {
141
143
// Local is mainnet Petersburg, remote is Rinkeby Petersburg.
142
144
{7987396 , ID {Hash : checksumToBytes (0xafec6b27 ), Next : 0 }, ErrLocalIncompatibleOrStale },
143
145
144
- // Local is mainnet London , far in the future. Remote announces Gopherium (non existing fork)
146
+ // Local is mainnet Arrow Glacier , far in the future. Remote announces Gopherium (non existing fork)
145
147
// at some future block 88888888, for itself, but past block for local. Local is incompatible.
146
148
//
147
149
// This case detects non-upgraded nodes with majority hash power (typical Ropsten mess).
148
- {88888888 , ID {Hash : checksumToBytes (0xb715077d ), Next : 88888888 }, ErrLocalIncompatibleOrStale },
150
+ {88888888 , ID {Hash : checksumToBytes (0x20c327fc ), Next : 88888888 }, ErrLocalIncompatibleOrStale },
149
151
150
152
// Local is mainnet Byzantium. Remote is also in Byzantium, but announces Gopherium (non existing
151
153
// fork) at block 7279999, before Petersburg. Local is incompatible.
0 commit comments