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

[Fix] Optimize validator block sync while outside GC range #3087

Merged
merged 8 commits into from Feb 12, 2024

Conversation

raychu86
Copy link
Contributor

Motivation

This PR optimizes validator block sync by allowing validators to sync the standard way (without having to commit certificates) while they are outside the sync peer's GC range. Once we get close to tip and within GC range, then we transition into syncing with the current BFT approach by committing certificates.

@howardwu howardwu merged commit 66f4cc6 into mainnet Feb 12, 2024
22 of 24 checks passed
@howardwu howardwu deleted the feat/sync-without-bft branch February 12, 2024 00:26
@howardwu howardwu changed the title Optimize validator block sync while outside GC range [Fix] Optimize validator block sync while outside GC range Feb 16, 2024
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.

None yet

2 participants