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

feat: return supported protocols in id output #7409

Merged
merged 4 commits into from
Aug 14, 2020

Commits on Aug 7, 2020

  1. fix: use connect instead of findpeer so we ensure we actually connect

    Otherwise, the ID is going to be incorrect.
    
    Note: technically, the previous logic didn't need to connect to the target peer
    to complete. However, I'm fine dropping that capability in favor of more
    up-to-date information.
    Stebalien authored and aschmahmann committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    dd1093f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd47364 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2020

  1. Configuration menu
    Copy the full SHA
    d6b9436 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34c0e5c View commit details
    Browse the repository at this point in the history