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/js-ipfs-http-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v23.0.0
Choose a base ref
...
head repository: ipfs-inactive/js-ipfs-http-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v24.0.0
Choose a head ref
  • 6 commits
  • 8 files changed
  • 3 contributors

Commits on Aug 13, 2018

  1. fix: dag.get return error on missing multicodec (#831)

    Before this change it just failed silently for 'raw' DAGs
    such as `bafkreigh2akiscaildcqabsyg3dfr6chu3fgpregiymsck7e7aqa4s52zy`
    
    License: MIT
    Signed-off-by: Marcin Rataj <lidel@lidel.org>
    lidel authored and alanshaw committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    ff7c7e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2018

  1. Configuration menu
    Copy the full SHA
    b2a77d6 View commit details
    Browse the repository at this point in the history
  2. fix: BREAKING CHANGE use data-encoding arg so data is not corrupted (#…

    …806)
    
    BREAKING CHANGE: Requires go-ipfs 0.4.17 as it allows for specifying the data encoding format when requesting object data.
    achingbrain authored and alanshaw committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    553c3fb View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2018

  1. fix: remove external urls from addFromURL tests (#834)

    Relying on external URLs makes our tests dependent on the availability and response time of these services as well as not being able to run without an internet connection. This PR removes those requests to external URLs and instead spins up test HTTP(s) servers as they are needed to serve the content that `ipfs.util.addFromURL` consumes.
    
    This PR also strengthens some of the tests to make assertions that the result received by `ipfs.util.addFromURL` is the same as the result of adding the data directly using `ipfs.add`.
    
    resolves #803
    
    License: MIT
    Signed-off-by: Alan Shaw <alan@tableflip.io>
    alanshaw authored Aug 15, 2018
    Configuration menu
    Copy the full SHA
    7cf7998 View commit details
    Browse the repository at this point in the history
  2. chore: update contributors

    alanshaw committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    35a7abd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4449f41 View commit details
    Browse the repository at this point in the history
Loading