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

Stateless QBFT consensus message validation #171

Draft
wants to merge 7 commits into
base: unstable
Choose a base branch
from

Conversation

diegomrsantos
Copy link

@diegomrsantos diegomrsantos commented Mar 4, 2025

Issue Addressed

#161

Proposed Changes

Add an initial validation for QBFT consensus messages that doesn't depend on the consensus state.

Additional Info

Validation using consensus state is coming in the next PR.

@diegomrsantos diegomrsantos force-pushed the qbft-message-validation branch 2 times, most recently from 91d58e5 to 2b07331 Compare March 5, 2025 11:31
@diegomrsantos diegomrsantos self-assigned this Mar 5, 2025
@diegomrsantos diegomrsantos force-pushed the qbft-message-validation branch from f1038ee to 4b08b92 Compare March 5, 2025 13:52
@diegomrsantos diegomrsantos changed the title Qbft message validation Stateless Qbft consensus message validation Mar 5, 2025
@diegomrsantos diegomrsantos changed the title Stateless Qbft consensus message validation Stateless QBFT consensus message validation Mar 5, 2025
@diegomrsantos
Copy link
Author

This is based on #160, as soon as it gets merged, I'll remove the common code and make it ready for review. But feel free to take a look in the mean time.

@diegomrsantos diegomrsantos force-pushed the qbft-message-validation branch from 4b08b92 to a41c6cb Compare March 6, 2025 08:40
@diegomrsantos diegomrsantos force-pushed the qbft-message-validation branch from c34cd52 to 1b40fa0 Compare March 7, 2025 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant