Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Don't add blocks to the datastore #571

Merged
merged 3 commits into from
Jul 28, 2022
Merged

Commits on Jul 28, 2022

  1. feat: don't add blocks to the datastore

    This leave the responsibility and choice to do so to the caller, typically go-blockservice.
    
    This has several benefit:
    - untangle the code
    - allow to use an exchange as pure block retrieval
    - avoid double add
    
    Close ipfs/kubo#7956
    MichaelMure authored and Jorropo committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    a052ec9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bbccf8 View commit details
    Browse the repository at this point in the history
  3. chore: release v0.8.0

    Jorropo committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    e3e6404 View commit details
    Browse the repository at this point in the history