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

VNs should sync with epoch before registration becomes active #1227

Open
sdbondi opened this issue Dec 24, 2024 · 0 comments
Open

VNs should sync with epoch before registration becomes active #1227

sdbondi opened this issue Dec 24, 2024 · 0 comments
Milestone

Comments

@sdbondi
Copy link
Member

sdbondi commented Dec 24, 2024

Problem

Validators currently sync when joining the network on the epoch that they are active. This leads to leader failures as they are unable to propose until sync completes.

Proposal 1

A validator node should detect that they are going to be active in the next epoch and sync up to the current epoch. For simplicity (unless it turns out to be simple enough to keep in sync with the current epoch) it is acceptable if the final epoch is synced when the validator becomes active, as this should be much shorter than syncing from scratch

@sdbondi sdbondi converted this from a draft issue Dec 24, 2024
@sdbondi sdbondi added this to the v0.8.0 milestone Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant