Skip to content
This repository was archived by the owner on Feb 12, 2024. 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/js-ipfs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: [email protected]
Choose a base ref
...
head repository: ipfs/js-ipfs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: [email protected]
Choose a head ref
  • 4 commits
  • 47 files changed
  • 2 contributors

Commits on May 10, 2021

  1. Copy the full SHA
    1c314a2 View commit details

Commits on May 11, 2021

  1. fix: ipfs get with raw blocks (#3683)

    - tweak ipfs-cli get to handle `raw`
    - tweak ipfs-core mapFile to handle `raw`
    - mapFile doesn't handle all mapping object or identity types to an IPFSEntry, so throw if it finds one. This makes the cli behaviour match go-ipfs for ipfs get <cbor cid>
    - add interface-core test for get with rawLeaves: true
    - remove cli test for "raw" as core normalises the type to "file" so it was not testing a valid conditon
    
    fixes #3682
    
    License: MIT
    Signed-off-by: Oli Evans <[email protected]>
    olizilla authored May 11, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    28235b0 View commit details
  2. Copy the full SHA
    1a980fe View commit details
  3. Copy the full SHA
    bdea5bc View commit details
Loading