Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fetch big files by "stream" CID. #7897

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from
Draft

Fetch big files by "stream" CID. #7897

wants to merge 11 commits into from

Commits on Feb 3, 2021

  1. compute the chunking manifest of a file, on ipfs add; placeholder f…

    …or inserting the file into a big file datastore
    petar committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    f9f337d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6be999e View commit details
    Browse the repository at this point in the history
  3. update dep

    aschmahmann committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    cd8e37b View commit details
    Browse the repository at this point in the history
  4. refactor: pull StreamCid outside of ChunkingManifest; streamCid is or…

    …thogonal to the chunking manifest
    petar committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    765e173 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. save cid list to datastore

    gammazero committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    4579f27 View commit details
    Browse the repository at this point in the history
  2. bump bitswap dep

    aschmahmann committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    50166a5 View commit details
    Browse the repository at this point in the history
  3. add a BigFileStore to the CoreAPI; still needs initialization logic o…

    …f the big file store (now placeholder)
    petar committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    faf37c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4376498 View commit details
    Browse the repository at this point in the history
  5. fix test

    petar committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    58a0623 View commit details
    Browse the repository at this point in the history
  6. bigfilestore implements blockstore. bigfilestore moved to avoid impor…

    …t cycle and used in go-ipfs
    aschmahmann committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    d5b59a8 View commit details
    Browse the repository at this point in the history
  7. update bitswap

    aschmahmann committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    5624e3f View commit details
    Browse the repository at this point in the history