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

feat: allow user defined services #375

Merged
merged 2 commits into from
Apr 27, 2023

Commits on Apr 17, 2023

  1. feat!: allow user defined services

    Adds types to libp2p to allow user defined services.
    
    Removes all non-essential services to allow them to be defined
    alongside any custom user versions.
    
    This increases the modularity of libp2p as default protocols like
    identify, fetch and ping will not be enabled unless specifically
    allowed by the user, which also decreases the attack surface area
    of libp2p applications.
    
    BREAKING CHANGE: pubsub, dht, ping, fetch and identify have been removed - re-enable these by passing them as services
    achingbrain committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    d72bbd3 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

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