Skip to content
  1. Feb 25, 2020
    • Toralf Wittner's avatar
      Use a Kademlia instance per `ProtocolId`. · ff86ca44
      Toralf Wittner authored
      This PR changes discovery to use one kademlia instance per protocol
      ID. The change is motivated by the fact that the single DHT we use
      now includes incompatible nodes with different protocols.
      
      To retain backwards compatibility we currently use a fake `ProtocolId`
      matching the existing `/ipfs/kad/1.0.0` protocol string. If and when
      this change is rolled out we can remove it and work solely with
      `ProtocolId`s taken from the chain specification.
      ff86ca44
  2. Feb 24, 2020
  3. Feb 21, 2020
  4. Feb 20, 2020
  5. Feb 19, 2020
  6. Feb 18, 2020