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

No Filestore On Storage Client #107

Merged
merged 4 commits into from
Feb 4, 2020

Commits on Feb 4, 2020

  1. feat(pieceio): remove filestore requirement

    support commP generation with no intermediate filestore via OS.Pipe -- can be used on storage client
    if not storage provider
    hannahhoward committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    39f2475 View commit details
    Browse the repository at this point in the history
  2. feat(storage): remove file based commP in client

    Remove the need for a filestore in the client by using os.Pipe based piece commitment generation
    hannahhoward committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    962f8ad View commit details
    Browse the repository at this point in the history
  3. feat(pieceio): remove onnewcarblock params

    defer solving writing all cid locations to a seperate ticket
    hannahhoward committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    2d5ae07 View commit details
    Browse the repository at this point in the history
  4. fix(deps): mod tidy

    hannahhoward committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    0e847a5 View commit details
    Browse the repository at this point in the history