-
Notifications
You must be signed in to change notification settings - Fork 69
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
IF: Safely persist HotStuff state #1521
Comments
Closed
|
systemzax
added a commit
that referenced
this issue
Aug 28, 2023
…added unit tests. Work-in-progress towards #1521
Along with the critical information stored for hotstuff. |
Prioritized for iteration. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Critical state should be persisted at the right time in the consensus process so that the algorithm remains safe even if the nodeos process is restarted. Ideally, it should remain safe even if the nodeos process is killed, though this may become a fast follow issue. Being safe even after machine power failure is not in scope for this issue.
The goal should be that an honest block finalizer does not send out signatures on proposals that can contribute towards a finality violation (even if not enough other block finalizers are doing the same to make an actual finality violation occur).
The text was updated successfully, but these errors were encountered: