Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

client/authority-discovery: Append PeerId to Multiaddr at most once #6933

Merged
merged 4 commits into from
Aug 24, 2020

Commits on Aug 21, 2020

  1. Configuration menu
    Copy the full SHA
    95e948f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdd0ecf View commit details
    Browse the repository at this point in the history
  3. client/authority-discovery: Append PeerId to Multiaddr at most once

    When collecting the addresses to be published for the local node,
    `addresses_to_publish` adds the local nodes `PeerId` to each
    `Multiaddr`. Before doing so, ensure the `Multiaddr` does not already
    contain one.
    mxinden committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    5d63b1d View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

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