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

v2.0: removes early return if prune_messages are empty (backport of #3006) #3011

Merged
merged 1 commit into from
Sep 30, 2024

Commits on Sep 27, 2024

  1. removes early return if prune_messages are empty (#3006)

    Even if there are no outgoing prune messages we still need to generate
    outgoing push messages for packets just received, so the code should not
    early return here:
    https://github.com/anza-xyz/agave/blob/d2cc71f0d/gossip/src/cluster_info.rs#L2400-L2402
    
    (cherry picked from commit ce15821)
    behzadnouri authored and willhickey committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    8289207 View commit details
    Browse the repository at this point in the history