-
Notifications
You must be signed in to change notification settings - Fork 19
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
Conversation
8a6051e
to
cf58cb1
Compare
Allows for separate, or combined block storage for each retrieval Closes: #33
cf58cb1
to
5c7f66f
Compare
Codecov Report
Additional details and impacted files@@ 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
|
updated to go-data-transfer 2.0.0-rc2 and marked ready for review |
There was a problem hiding this 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.
fyi @kylehuntsman to be aware of for #52 |
There was a problem hiding this 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
Allows for separate, or combined block storage for each retrieval.
Uses filecoin-project/go-data-transfer#362, will be draft until that's merged.