Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ipfs-inactive/interface-js-ipfs-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.130.0
Choose a base ref
...
head repository: ipfs-inactive/interface-js-ipfs-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.131.0
Choose a head ref
  • 3 commits
  • 11 files changed
  • 1 contributor

Commits on Jan 31, 2020

  1. fix: do not assume certain implementations of ipfs are present (#584)

    * fix: do not assume js-ipfs is present
    
    Passing `type: 'js'` requires the containing project to have a
    dependency on js-IPFS which may not be the case.
    
    * fix: one more reference
    
    * fix: do not assume go-ipfs is present either
    
    * fix: configure webrtc for browser nodes
    
    ipfs-http-client tests might need to start a webrtc signalling
    server in the background.
    
    * fix: fix up http client tests
    achingbrain authored Jan 31, 2020
    Configuration menu
    Copy the full SHA
    3d24911 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5160c53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    816cd8d View commit details
    Browse the repository at this point in the history
Loading