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

Retrieval Client should support take a seperate blockstore / linksystem for each retrieval #33

Closed
hannahhoward opened this issue Jan 16, 2023 · 0 comments

Comments

@hannahhoward
Copy link
Collaborator

Goals

We want to be able to direct retrievals to multiple blockstores. So we should be able to take a LinkSystem (or a blockstore, probably a linksystem) for each seperate retrieval call.

Suggested Implementation

Build on top of https://github.com/filecoin-project/go-data-transfer/

Acceptance criteria

retrievalclient.RetrieveFromPeer should take a linksystem. Maybe the top level Retrieve call should too.

rvagg added a commit that referenced this issue Jan 31, 2023
Allows for separate, or combined block storage for each retrieval

Closes: #33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant