We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The QBFT protocol has an instance state.
Currently the state appears to not be applied consistently (probably my bad). For example it is checked on prepares, but not commits.
Also we want to think about in which states we want to allow messages or not.
For example, we want to accept prepare and commit messages if we are awaiting a proposal.
The entire state logic inside the qbft should be checked and corrected.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The QBFT protocol has an instance state.
Currently the state appears to not be applied consistently (probably my bad). For example it is checked on prepares, but not commits.
Also we want to think about in which states we want to allow messages or not.
For example, we want to accept prepare and commit messages if we are awaiting a proposal.
The entire state logic inside the qbft should be checked and corrected.
The text was updated successfully, but these errors were encountered: