-
Notifications
You must be signed in to change notification settings - Fork 59
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
retrieve by any CID (not just root CID) and reference provider integration #629
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dirkmc
force-pushed
the
feat/retrieve-any-cid
branch
2 times, most recently
from
September 10, 2021 13:07
6b7ce29
to
c59e04f
Compare
8 tasks
dirkmc
force-pushed
the
feat/retrieve-any-cid
branch
from
September 16, 2021 14:50
c59e04f
to
d81117f
Compare
dirkmc
force-pushed
the
feat/retrieve-any-cid
branch
from
September 17, 2021 07:32
d81117f
to
7fba642
Compare
…rovider (#647) * reference prov integration * Apply suggestions from code review Co-authored-by: dirkmc <[email protected]> * move provider callback to start * fix: lint Co-authored-by: dirkmc <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #629 +/- ##
==========================================
- Coverage 59.81% 58.84% -0.97%
==========================================
Files 64 64
Lines 5260 5320 +60
==========================================
- Hits 3146 3130 -16
- Misses 1782 1854 +72
- Partials 332 336 +4
Continue to review full report at Codecov.
|
aarshkshah1992
changed the title
retrieve by any CID (not just root CID)
retrieve by any CID (not just root CID) and reference provider integration
Nov 12, 2021
Merged
5 tasks
…o-fil-markets into feat/retrieve-any-cid
aarshkshah1992
approved these changes
Jan 12, 2022
hannahhoward
pushed a commit
that referenced
this pull request
Jan 15, 2022
…ation (#629) * feat: retrieve by any CID (not just root CID) * feat: fix tests * fix: TestHandleQueryStream * fix: integration tests * Publish indexing records to the Network Indexer using the reference provider (#647) * reference prov integration * Apply suggestions from code review Co-authored-by: dirkmc <[email protected]> * move provider callback to start * fix: lint Co-authored-by: dirkmc <[email protected]> * fix conflict * update dagstore and disable flaky * refactor: use index-provider instead of indexer-reference-provider * update to latest data-transfer and index-provider * announce all deals to the indexer * update go mods * update deps * lint: fix imports * update dagstore to tagged ver * update provider * update deps Co-authored-by: Aarsh Shah <[email protected]>
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
TODO before Merge
indexer-provider
and update deps.