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

[libp2p-dns] Implement /dnsaddr resolution. #1931

Merged
merged 4 commits into from
Mar 17, 2021
Merged

Commits on Mar 16, 2021

  1. Implement /dnsaddr support on libp2p-dns.

    To that end, since resolving `/dnsaddr` addresses needs
    "fully qualified" multiaddresses when dialing, i.e. those
    that end with the `/p2p/...` protocol, we make sure that
    dialing always uses such fully qualified addresses by
    appending the `/p2p` protocol as necessary. As a side-effect,
    this adds support for dialing peers via "fully qualified"
    addresses, as an alternative to using a `PeerId` together
    with a `Multiaddr` with or without the `/p2p` protocol.
    romanb committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    b0b9a93 View commit details
    Browse the repository at this point in the history
  2. Adapt libp2p-relay.

    romanb committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    efe0960 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21d8078 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

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