mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 11:41:19 +00:00
Advance skip analysis for BSC (#4285)
Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
This commit is contained in:
parent
92318a3c38
commit
8e13ef40d0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user