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

fix: iterate over connections instead of every peer in the peerstore #450

Merged
merged 4 commits into from
Jun 23, 2022

Commits on Jun 23, 2022

  1. fix: iterate over connections instead of every peer in the peerstore

    When starting up, only look at the current connections rather than
    trying to get the connections for every peer in the peerstore as this
    is much slower.
    achingbrain committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    77732a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9f54ac View commit details
    Browse the repository at this point in the history
  3. chore: linting

    achingbrain committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    61c8ccc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7835ea0 View commit details
    Browse the repository at this point in the history