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

feat: add routing symbols #388

Merged
merged 3 commits into from
Apr 27, 2023
Merged

feat: add routing symbols #388

merged 3 commits into from
Apr 27, 2023

Commits on Apr 26, 2023

  1. feat: add routing symbols

    When libp2p is [configured with arbitrary services](libp2p/js-libp2p#1563)
    some of those services may be content routers or peer routers or
    both.  An example of this is the `@libp2p/kad-dht` module.
    
    In order to communicate to libp2p that they can provide content/peer
    routing cabapiliy, add well-known symbols that libp2p can use to
    get references to the routing implementations.
    achingbrain committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    9beb4de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    145a60f View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. chore: fix linting

    achingbrain committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    ab73651 View commit details
    Browse the repository at this point in the history