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

feat: ChonkyBFT logic #210

Merged
merged 21 commits into from
Nov 1, 2024
Merged

feat: ChonkyBFT logic #210

merged 21 commits into from
Nov 1, 2024

Commits on Oct 22, 2024

  1. Changed LeaderProposal to not contain BlockHeader. It matches the spe…

    …c more closely and it greatly simplifies verification.
    brunoffranca committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    7f881f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b0b30c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    015b364 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f88e39e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f91a09 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    46cebff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee3b4bb View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. Added documentation.

    brunoffranca committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    8529cdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83df8bf View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Part of the unit tests.

    brunoffranca committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    1daec32 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. More unit tests.

    brunoffranca committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    7d53516 View commit details
    Browse the repository at this point in the history
  2. All Twins tests pass.

    brunoffranca committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    700494f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d51ea1 View commit details
    Browse the repository at this point in the history
  4. Updated some unit tests.

    brunoffranca committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    ecb11c1 View commit details
    Browse the repository at this point in the history
  5. cargo clippy

    brunoffranca committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    68527cb View commit details
    Browse the repository at this point in the history
  6. metrics

    brunoffranca committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    51d2e48 View commit details
    Browse the repository at this point in the history
  7. Some review fixes.

    brunoffranca committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    d3232d0 View commit details
    Browse the repository at this point in the history
  8. More review fixes.

    brunoffranca committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    5c3a147 View commit details
    Browse the repository at this point in the history
  9. typos

    brunoffranca committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    1299468 View commit details
    Browse the repository at this point in the history
  10. cargo clippy

    brunoffranca committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    3b85cb6 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. More review fixes.

    brunoffranca committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    77b1a0f View commit details
    Browse the repository at this point in the history