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.68.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.68.1
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Jun 18, 2018

  1. fix: removes error code checks for bitswap offline tests

    When run in the browser with js-ipfs-api against a stopped go-ipfs there is no error code, just a "Failed to fetch" message from the browser fetch API. The error `code` is specific to Node.js so this check has been removed.
    
    License: MIT
    Signed-off-by: Alan Shaw <alan@tableflip.io>
    alanshaw committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    b152856 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #304 from ipfs/fix/bitswap-offline-errs

    fix: removes error code checks for bitswap offline tests
    alanshaw authored Jun 18, 2018
    Configuration menu
    Copy the full SHA
    de7c0d5 View commit details
    Browse the repository at this point in the history
  3. chore: update contributors

    alanshaw committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    d28dd71 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7de796 View commit details
    Browse the repository at this point in the history
Loading