We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
joanestebanr
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: