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

Cache results of validated justifications to short-circuit future message verification #131

Open
anorth opened this issue Mar 25, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers gossipbft Relates to core GossipPBFT protocol

Comments

@anorth
Copy link
Member

anorth commented Mar 25, 2024

Each unique vote value in the protocol only needs to be justified once. After receiving a message with justified value V from one participant, a node need not check the justification received with other messages carrying the same V. This is a huge optimisation, probably necessary for feasible protocol execution at scale.

@anorth anorth added enhancement New feature or request good first issue Good for newcomers gossipbft Relates to core GossipPBFT protocol labels Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers gossipbft Relates to core GossipPBFT protocol
Projects
Status: No status
Development

No branches or pull requests

2 participants