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.1
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.125.0
Choose a head ref
  • 4 commits
  • 106 files changed
  • 3 contributors

Commits on Dec 11, 2019

  1. fix: handle err on both start and stop echo-server (#569)

    * fix: handle err on both start and stop echo-server
    
    * fix: add 'error' event to both server start and close
    
    * chore: code review changes
    Pedro Santos authored and Alan Shaw committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    d25c6f6 View commit details
    Browse the repository at this point in the history
  2. feat: add support for new ipfsd-ctl (#541)

    * feat: add support for a simpler and async test setup
    
    * fix: tweak some tests
    
    * fix: fix connecting multiples node in the browser
    
    when running with a 'proc' pre-setup we could end up with multiples in-browser setup connecting to each other. whihc isnt a very useful situation.
    with this the first node gets the pre-configured config and all the others get a JS daemon.
    
    * fix: change secondary node to Go
    
    * fix: one more to go
    
    * chore: update to the latest ctl api
    
    * fix: add connect to wantlist tests
    
    * fix: fix pubsub tests in firefox
    
    * fix: increase timeout findprovs
    
    * fix: revert pubsub to go
    
    * fix: add more info
    
    * chore: bump ipfsd-ctl
    hugomrdias authored and Alan Shaw committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    a27cfa7 View commit details
    Browse the repository at this point in the history
  3. chore: update contributors

    Alan Shaw committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    7de60e4 View commit details
    Browse the repository at this point in the history
  4. chore: release version v0.125.0

    Alan Shaw committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    e51d27c View commit details
    Browse the repository at this point in the history
Loading