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

Support for nodes dropping out during the protocol #11

Open
fjarri opened this issue Oct 12, 2024 · 0 comments
Open

Support for nodes dropping out during the protocol #11

fjarri opened this issue Oct 12, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@fjarri
Copy link
Member

fjarri commented Oct 12, 2024

Rounds will need to provide a "strategy" describing what nodes they're expecting messages from, and which messages are enough to finalize. Probably returned from Round::expecting_messages_from instead of the current BTreeSet. Possible options include: all of the nodes, a threshold, maybe several separate sets with their own threshold.

Echo round will need to be mindful of these strategies too when implementing its own expecting_messages_from and checking for errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant