Skip to content

Commit 412464c

Browse files
AlexeyAkhunovAlexey Sharp
andauthored
Update skip analysis and preverified hashes (#3472)
Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
1 parent 0397007 commit 412464c

File tree

3 files changed

+486
-3
lines changed

3 files changed

+486
-3
lines changed

core/skip_analysis.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
)
2222

2323
// MainnetNotCheckedFrom is the first block number not yet checked for invalid jumps
24-
const MainnetNotCheckedFrom uint64 = 14121400
24+
const MainnetNotCheckedFrom uint64 = 14178300
2525

2626
// SkipAnalysis function tells us whether we can skip performing jumpdest analysis
2727
// for the historical blocks (on mainnet now but perhaps on the testsnets

0 commit comments

Comments
 (0)