Thanks to visit codestin.com
Credit goes to github.com

Skip to content
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-repo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.1.6
Choose a base ref
...
head repository: ipfs/js-ipfs-repo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v11.0.0
Choose a head ref
  • 15 commits
  • 77 files changed
  • 3 contributors

Commits on May 1, 2021

  1. fix: return type of deleteMany should be the cids you deleted (#311)

    It should not leak datastore keys, instead return the cid you deleted.
    
    Lets us not depend on ipfs-repo or interface-datastore in the types of
    ipfs-blockstore, then ipld, then ipfs-http-client.
    achingbrain authored May 1, 2021
    Configuration menu
    Copy the full SHA
    7760066 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adef8a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70266f0 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. fix: correct key name

    achingbrain committed May 4, 2021
    Configuration menu
    Copy the full SHA
    928b0e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d37811 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe42e20 View commit details
    Browse the repository at this point in the history
  4. chore: update utils

    achingbrain committed May 4, 2021
    Configuration menu
    Copy the full SHA
    e12dce4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b24ccc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e7e33a9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    646c527 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5f5d85d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b82938f View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. chore: upgrade repo to new multiformats module (#313)

    Replaces `cids`, `multibase`, `multihashes` etc with new `multiformats` module.
    
    BREAKING CHANGE: The blockstore now takes instances of the new `CID` class and returns `Uint8Arrays`
    
    Co-authored-by: Vasco Santos <[email protected]>
    Co-authored-by: Rod Vagg <[email protected]>
    3 people authored Jul 9, 2021
    Configuration menu
    Copy the full SHA
    4144a93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e65ab6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f32109 View commit details
    Browse the repository at this point in the history
Loading