Skip to content

feat: require LinkSystem argument for each retrieval #54

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

Merged
merged 2 commits into from
Jan 31, 2023

Conversation

rvagg
Copy link
Member

@rvagg rvagg commented Jan 31, 2023

Allows for separate, or combined block storage for each retrieval.

Uses filecoin-project/go-data-transfer#362, will be draft until that's merged.

@rvagg rvagg force-pushed the rvagg/blockstore-per-request branch 2 times, most recently from 8a6051e to cf58cb1 Compare January 31, 2023 09:20
Allows for separate, or combined block storage for each retrieval

Closes: #33
@rvagg rvagg force-pushed the rvagg/blockstore-per-request branch from cf58cb1 to 5c7f66f Compare January 31, 2023 09:56
@codecov-commenter
Copy link

codecov-commenter commented Jan 31, 2023

Codecov Report

Merging #54 (5c7f66f) into main (6177e08) will increase coverage by 0.65%.
The diff coverage is 62.96%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #54      +/-   ##
==========================================
+ Coverage   52.05%   52.71%   +0.65%     
==========================================
  Files          19       19              
  Lines        1944     1990      +46     
==========================================
+ Hits         1012     1049      +37     
- Misses        898      907       +9     
  Partials       34       34              
Impacted Files Coverage Δ
cmd/lassie/fetch.go 0.00% <0.00%> (ø)
pkg/client/client.go 0.00% <0.00%> (ø)
pkg/retriever/testutil/mockclient.go 50.69% <78.57%> (+10.89%) ⬆️
pkg/retriever/retrieve.go 91.46% <100.00%> (+0.02%) ⬆️
pkg/retriever/retriever.go 82.73% <100.00%> (+0.13%) ⬆️

@hannahhoward hannahhoward marked this pull request as ready for review January 31, 2023 16:28
@hannahhoward
Copy link
Collaborator

updated to go-data-transfer 2.0.0-rc2 and marked ready for review

Copy link
Collaborator

@hannahhoward hannahhoward left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTMs I always dream of things going this smoothly for once.

@hannahhoward
Copy link
Collaborator

fyi @kylehuntsman to be aware of for #52

Copy link
Contributor

@kylehuntsman kylehuntsman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, I like the lack of blockstore being required everywhere

@hannahhoward hannahhoward merged commit 1cff889 into main Jan 31, 2023
@rvagg rvagg deleted the rvagg/blockstore-per-request branch February 15, 2023 00:20
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

Successfully merging this pull request may close these issues.

4 participants