Skip to content
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

Open
wants to merge 5 commits into
base: stage
Choose a base branch
from

Conversation

anatolie-ssv
Copy link
Contributor

Introducing a 1 minute tolerance window that allows for the node to be out of sync.

Copy link

codecov bot commented Dec 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 46.8%. Comparing base (90b226a) to head (76057ee).
Report is 5 commits behind head on stage.

Additional details and impacted files

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@moshe-blox
Copy link
Contributor

we should probably do a similar thing with the Beacon node

@y0sher y0sher changed the title fix(ec): enable time based out of sync tolerance v2.2.0 fix(ec): enable time based out of sync tolerance Dec 25, 2024
}

if syncState.IsOptimistic {
gc.log.Error("Consensus client is in optimistic mode")
return fmt.Errorf("optimistic")
}
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants