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

chore: make dht tests deterministic #2837

Merged
merged 4 commits into from
Nov 22, 2024
Merged

Commits on Nov 22, 2024

  1. chore: make dht tests deterministic

    Because getClosestPeersOffline now only returns peers that are
    closer than the caller, we have to sort the test dhts by closeness
    to query targets before using them.
    achingbrain committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    7a14889 View commit details
    Browse the repository at this point in the history
  2. chore: update tests

    achingbrain committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    d7a805d View commit details
    Browse the repository at this point in the history
  3. fix: update tests

    achingbrain committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    4d08443 View commit details
    Browse the repository at this point in the history
  4. chore: update test

    achingbrain committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    cd448ba View commit details
    Browse the repository at this point in the history