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
  • 6 commits
  • 92 files changed
  • 2 contributors

Commits on Jun 5, 2021

  1. Copy the full SHA
    c91ef59 View commit details

Commits on Jun 15, 2021

  1. chore: update libp2p noise (#3714)

    With ChainSafe/js-libp2p-noise#100 in, we can now have a smaller bundle size. Also fixes node build
    
    `libp2p-noise`: ~27% decrease on its bundle size, from 191.5kb to 141.2kb (minified+gzipped)
    `ipfs`: ~10% decrease on its bundle size.
    
    Closes #3704
    vasco-santos authored Jun 15, 2021
    Copy the full SHA
    d4a1bf0 View commit details

Commits on Jun 16, 2021

  1. fix: repo auto-migration regression (#3718)

    The recent js-ipfs-repo release changed how options are merged which resulted in the wrong `autoMigrate` value being used.
    
    Pass it in explicitly and add a test to prevent future regressions.
    
    Fixes #3712
    achingbrain authored Jun 16, 2021
    Copy the full SHA
    b5470d4 View commit details

Commits on Jun 18, 2021

  1. chore: simplify streaming http response code and use instances of pub…

    …sub tracker instead of a singleton (#3719)
    
    Simplifies deps, pass peer id as string instead of cid.
    achingbrain authored Jun 18, 2021
    Copy the full SHA
    9e48da3 View commit details
  2. feat: support v2 ipns signatures (#3708)

    Upgrades `ipns` to support v2 sigs. Should be a backwards-compatible change.
    
    Co-authored-by: Vasco Santos <[email protected]>
    achingbrain and vasco-santos authored Jun 18, 2021
    Copy the full SHA
    ade01d1 View commit details
  3. Copy the full SHA
    81f9441 View commit details
Loading