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

feat: use symbols to return routers #464

Merged
merged 3 commits into from
Apr 27, 2023

Commits on Apr 27, 2023

  1. feat: use symbols to return routers

    The DHT interface is similar to the content/peer routing interfaces
    but different.
    
    In order to detect content/peer routers and peer discovery implementations
    in [arbitrary libp2p modules](libp2p/js-libp2p#1563)
    use the exported symbols to create getters for them.
    
    The DHTContentRouting and DHTPeerRouting classes have been ported over
    from libp2p.
    achingbrain committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    b39f997 View commit details
    Browse the repository at this point in the history
  2. chore: linting

    achingbrain committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    48f580d View commit details
    Browse the repository at this point in the history
  3. chore: deps

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