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

wire: Remove PR hashes from (get)initstate #3244

Merged
merged 1 commit into from
May 6, 2024

Commits on May 3, 2024

  1. wire: Remove PR hashes from (get)initstate

    This reverts all of the initstate changes made in
    b9d8d49.
    
    The limit of 100 was too too low to be useful and cranking this value up was
    not a proper solution either.  It also only synced pair request messages,
    which would cause mid-run mixes to leave stale PRs around in the mixpool until
    they expired.
    
    This is handled better in newer mixpool code by requesting unknown pair
    request messages when they are seen in a key exchange.  The mixpool records
    the KE as an orphan and will process it after all missing PRs have been
    requested and processed.
    jrick committed May 3, 2024
    Configuration menu
    Copy the full SHA
    e11d9f4 View commit details
    Browse the repository at this point in the history