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

fix: libp2p now requires encryption module #3085

Merged
merged 4 commits into from
Jun 13, 2020

Commits on Jun 12, 2020

  1. docs: fix circuit relaying example

    Replaces `/ipfs/Qmfoo` with `/p2p/Qmfoo`, shows available circuit
    relay addresses again and does more validation in the tests.
    
    Fixes #2925
    achingbrain committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    1069e8d View commit details
    Browse the repository at this point in the history
  2. chore: add missing dep

    achingbrain committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    6f94b24 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2020

  1. fix: pass connection encryption module to libp2p

    Since the `v0.28.1` point release, libp2p now requires a connection
    enryption module to be passed in config, otherwise it throws.
    
    See: libp2p/js-libp2p#665
    achingbrain committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    1edde75 View commit details
    Browse the repository at this point in the history
  2. fix: linting

    achingbrain committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    a40d003 View commit details
    Browse the repository at this point in the history