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

QBFT: Fix validation of proposal based on older round's prepared block #7875

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Nov 11, 2024

  1. QBFT: Fix validation of proposal based on older round's prepared block

    Signed-off-by: Bhanu Pulluri <bhanu.pulluri@kaleido.io>
    Bhanu Pulluri committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    6898c95 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Add round numbers to new blocks and prepared based proposals

    Signed-off-by: Bhanu Pulluri <bhanu.pulluri@kaleido.io>
    Bhanu Pulluri committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    9d6743a View commit details
    Browse the repository at this point in the history
  2. spotlessApply

    Signed-off-by: Bhanu Pulluri <bhanu.pulluri@kaleido.io>
    Bhanu Pulluri committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    d1e3131 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. QBFT fix around proposal validation by proposer and testcase updates

    - Check the result of proposer's self proposal validation before sending prepare message
    - Update roundchange testcases to include round numbers in blocks
    
    Signed-off-by: Bhanu Pulluri <bhanu.pulluri@kaleido.io>
    Bhanu Pulluri committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    5b94236 View commit details
    Browse the repository at this point in the history