Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Support for P2P listeners and streams #105

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Jul 18, 2018

  1. Configuration menu
    Copy the full SHA
    0a07e21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe9de88 View commit details
    Browse the repository at this point in the history
  3. travis: enable stream mounting and configure IPFS listeners

    We need to enable the IPFS feature Experimental.Libp2pStreamMounting
    in order to test the P2P APIs. To do so, we have to run `ipfs init`
    manually so that the IPFS config file exists on disk. In addition, we
    also have to configure Addresses.API and Addresses.Gateway, which were
    previously set by the container at boot, because the container stops
    setting those parameters if the IPFS configuration file already
    exists.
    DavidHuie committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    b0c1dad View commit details
    Browse the repository at this point in the history