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

code: Add Starknet alternative for Vote synchronization #827

Open
ancazamfir opened this issue Feb 4, 2025 · 2 comments · May be fixed by #828
Open

code: Add Starknet alternative for Vote synchronization #827

ancazamfir opened this issue Feb 4, 2025 · 2 comments · May be fixed by #828
Assignees

Comments

@ancazamfir
Copy link
Collaborator

Starknet has proposed the following alternative for vote sync.
If there is no round change. periodically rebroadcast the local votes, i.e. the one a node generates and not what it has received from other nodes.
Prevote is resent at timeout_preovote interval, precommit at timeout_precommit.

@cason
Copy link
Contributor

cason commented Feb 7, 2025

This is the solution 1. proposed in #235.

Namely, improving reliability on the votes broadcast by adopting a stubborn channel approach.

@cason
Copy link
Contributor

cason commented Feb 7, 2025

Notice that this is not able to address deadlocks produced by Byzantine behavior (equivocation) as in #576.

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