You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…nalized block (#180)
Fixes#176
## Description
- Reorg detector allow to configure the what kind of block is a finalized block (`ReorgDetectorLX.FinalizedBlock`)
- Syncers use finalizedBlock configuration from reorgDetector
- Fix e2e test for bridgesyncer that sometimes fails because a forced reorg affect to a finalized block
## Configuration
```
[ReorgDetectorL1]
DBPath = "{{PathRWData}}/reorgdetectorl1.sqlite"
FinalizedBlock="FinalizedBlock"
[ReorgDetectorL2]
DBPath = "{{PathRWData}}/reorgdetectorl2.sqlite"
FinalizedBlock="LatestBlock"
```
aggkit/cmd/run.go
Line 542 in e141db2
Also must be a way to disable reorg detector and the code on evmdownloader that request for latest FinalizedBlock.
The text was updated successfully, but these errors were encountered: