Skip to content
This repository was archived by the owner on Jun 19, 2023. 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/go-ipfs-blockstore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.4
Choose a base ref
...
head repository: ipfs/go-ipfs-blockstore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.1
Choose a head ref
  • 12 commits
  • 17 files changed
  • 5 contributors

Commits on Aug 2, 2021

  1. Configuration menu
    Copy the full SHA
    c560386 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Merge pull request #83 from ipfs/feat/no-prefix-constructor

    add constructor that doesnt mess with datastore keys
    Stebalien authored Aug 3, 2021
    Configuration menu
    Copy the full SHA
    b57a17e View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Configuration menu
    Copy the full SHA
    8fc8dd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7666473 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c99122 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33b824d View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. Merge pull request #84 from ipfs/web3-bot/sync

    sync: update CI config files
    Stebalien authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    03acccf View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Configuration menu
    Copy the full SHA
    2216bc4 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Configuration menu
    Copy the full SHA
    60f8b66 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Version 1.1.0 (#91)

    guseggert authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    8aad3d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. fix: remove context from HashOnRead

    This is so that v0 and v1 have identical interfaces, which is required
    to avoid massive pain for consumers like estuary. Since we have
    already plumbed v0 all the way through, it's easiest to just remove
    the probably-unnecessary context from HashOnRead.
    guseggert committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    fbe708e View commit details
    Browse the repository at this point in the history
  2. Version 1.1.1

    guseggert committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    01f69f1 View commit details
    Browse the repository at this point in the history
Loading