Closed joanestebanr closed 7 months ago
Synchronizer is going to check in background the L1block after the block has been consolidated by ethereum.
You can choose what do you consider 'consolidated' (the safety level):
There are 2 goruintes that are checking in background blocks:
So you can configure next scenario:
[Synchronizer.L1BlockCheck] Enable = true L1SafeBlockPoint = "finalized" L1SafeBlockOffset = 0 ForceCheckBeforeStart = true PreCheckEnable = true L1PreSafeBlockPoint = "latest" L1PreSafeBlockOffset = -32
Rationale
Synchronizer is going to check in background the L1block after the block has been consolidated by ethereum.
You can choose what do you consider 'consolidated' (the safety level):
Implementation
There are 2 goruintes that are checking in background blocks:
So you can configure next scenario:
Configuration