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

go/roothash: Optimize and refactor commitment pool processing #5274

Merged

Commits on May 27, 2023

  1. go/roothash: Optimize and refactor commitment pool processing

    The commitment pool processing has been optimized and refactored to improve
    code readability. The discrepancy detection has been modified to immediately
    switch to the resolution mode when two commits differ, eliminating the
    necessity to wait for the proposer's commitment. The discrepancy resolution
    process was redesigned to fail as soon as it becomes evident that no group of
    votes can attain the majority, such as when there are too many failures.
    peternose committed May 27, 2023
    Configuration menu
    Copy the full SHA
    e7b4a26 View commit details
    Browse the repository at this point in the history