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

Appeals: add validators when appealed #593

Open
kstroobants opened this issue Nov 11, 2024 · 1 comment · May be fixed by #603
Open

Appeals: add validators when appealed #593

kstroobants opened this issue Nov 11, 2024 · 1 comment · May be fixed by #603
Assignees

Comments

@kstroobants
Copy link
Contributor

kstroobants commented Nov 11, 2024

Transaction is in the accepted state and is appealed.

  • New validators are added to the validators set. If there were N validators before, N+2 validators should be added.
  • N+2 validators process the appeal.
    • Appeal successful: remove old leader, go to pending state, select new leader from 2N+1 validators. Process the transaction
    • Appeal fail: go to accepted state. Don't update the appeal window time.
@kstroobants
Copy link
Contributor Author

(Sequential appeals are not covered here. They will work for the successful appeals but not for the failed appeals)

@kstroobants kstroobants linked a pull request Nov 15, 2024 that will close this issue
4 tasks
@kstroobants kstroobants self-assigned this Nov 15, 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 a pull request may close this issue.

1 participant