From 8e13ef40d06180add539a62a95011e2a1f404dcf Mon Sep 17 00:00:00 2001 From: ledgerwatch Date: Fri, 27 May 2022 08:13:29 +0100 Subject: [PATCH] Advance skip analysis for BSC (#4285) Co-authored-by: Alexey Sharp --- core/skip_analysis.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/skip_analysis.go b/core/skip_analysis.go index baec642d7..183e406bd 100644 --- a/core/skip_analysis.go +++ b/core/skip_analysis.go @@ -24,7 +24,7 @@ import ( const MainnetNotCheckedFrom uint64 = 14_780_000 // MainnetNotCheckedFrom is the first block number not yet checked for invalid jumps -const BSCNotCheckedFrom uint64 = 11_000_000 +const BSCNotCheckedFrom uint64 = 13_986_464 // SkipAnalysis function tells us whether we can skip performing jumpdest analysis // for the historical blocks (on mainnet now but perhaps on the testsnets