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.56.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.56.1
Choose a head ref
  • 8 commits
  • 7 files changed
  • 3 contributors

Commits on Mar 13, 2018

  1. fix: fix broken stat tests (#236)

    Tests broke due to c4934ca [1].
    
    If promises are used, you needn't pass `done` as parameter of
    the callback in.
    
    [1]: c4934ca#diff-0a6449ecfa8b9e3d807f53dde24eca71R66
    vmx authored and daviddias committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    fcb8341 View commit details
    Browse the repository at this point in the history
  2. fix: don't error to specific

    When stopping an IPFS node it returns an error. The error message
    depends on the environment. In Browsers it might also return
    `Failed to fetch` or `XHR error`. Hence removing the specific
    error check as it would fail for Browsers.
    
    Instead check if the node is an go-ipfs one.
    vmx authored and daviddias committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    ec16016 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2018

  1. Configuration menu
    Copy the full SHA
    40d8c78 View commit details
    Browse the repository at this point in the history
  2. tests: Increase .dht .query timeout

    Without increasing the timeout this test fails on Jenkins way
    too often.
    vmx authored and daviddias committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    a45e8aa View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2018

  1. test: increase number of nodes for DHT tests

    The DHT doesn't work well with a low number of peers (the more
    the better). Hence increase it to 5 peers. This should make
    the test more reliable.
    vmx authored and daviddias committed Mar 16, 2018
    Configuration menu
    Copy the full SHA
    132f559 View commit details
    Browse the repository at this point in the history
  2. test: skip flaky DHT test if it takes to long

    The DHT works best with >- 20 nodes, this means that the tests
    might fail (but it passes most of the time). Hence skip the query
    test before the timeout is reached.
    vmx authored and daviddias committed Mar 16, 2018
    Configuration menu
    Copy the full SHA
    e1bf63e View commit details
    Browse the repository at this point in the history
  3. chore: update contributors

    daviddias committed Mar 16, 2018
    Configuration menu
    Copy the full SHA
    3d35a31 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5bb90ac View commit details
    Browse the repository at this point in the history
Loading