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.124.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.124.1
Choose a head ref
  • 4 commits
  • 98 files changed
  • 3 contributors

Commits on Dec 2, 2019

  1. Configuration menu
    Copy the full SHA
    691d0b6 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

  1. chore: add tests timeouts as they were previously (#564)

    * chore: add tests timeouts as they were previously
    
    * chore: code review changes
    
    * chore: downgrade peer-id dep
    
    * fix: promisify callback method
    
    * fix: use proper promisify export
    
    * chore: control peer id/info versions
    
    * chore: increase timeout for bitswap tests
    
    * fix: remove .only
    
    * fix: swap arrow for function
    
    * fix: remove the setup of extra nodes
    
    We previously set this node up and attempted to dial it without a
    relay node being present which failed and we accidentally-on-purpose
    ignored the error by resolving a promise with an error instead of
    rejecting it.
    
    The test does not assert anything to do with the other node, and the
    `allowOffline` option should allow us to publish IPNS names without
    having any peers so the other node is redundant and can be removed.
    
    * fix: increase timeout for want list wait
    
    * fix: simpler wait for want list
    
    * fix: await delay
    
    * chore: guard on list.Keys being set
    
    * fix: start the other node for go-ipfs only
    Pedro Santos authored and achingbrain committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    22d1ab5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dba73f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8b65ef View commit details
    Browse the repository at this point in the history
Loading