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

Add standalone check-quorum-intersection command #4097

Merged
merged 1 commit into from
Dec 22, 2023

Commits on Dec 22, 2023

  1. Add standalone check-quorum-intersection command

    Closes stellar#4062
    
    This change adds a command `check-quorum-intersection` that takes a JSON
    file produced by the `quorum` endpoint and checks whether it enjoys a
    quorum intersection.
    
    Most of the change centers around reading JSON in, but this change also
    required refactoring `QuorumIntersectionChecker` to use a map from
    `NodeID` to `SCPQuorumSetPtr` instead of a map from `NodeID` to
    `NodeInfo`, as the intersection checking only relies on the `mQuorumSet`
    field of a `QuorumMap` and the JSON input does not contain everything in
    `NodeInfo`.
    bboston7 committed Dec 22, 2023
    5 Configuration menu
    Copy the full SHA
    a93dfe6 View commit details
    Browse the repository at this point in the history