-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
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
v2.2.0 fix(ec): enable time based out of sync tolerance #1959
base: stage
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files☔ View full report in Codecov by Sentry. |
we should probably do a similar thing with the Beacon node |
} | ||
|
||
if syncState.IsOptimistic { | ||
gc.log.Error("Consensus client is in optimistic mode") | ||
return fmt.Errorf("optimistic") | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure how to treat this optimistic
case @moshe-blox
Introducing a 1 minute tolerance window that allows for the node to be out of sync.