-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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 * update deps * log advertisement cid for announcement and update deps * update deps * more logging for announcement * better logic to announce all deals to network indexer * Connect index provider host to full node (#675) * add fullnodeApi to Provider * add idxProvHost * connect to full node before making announcement * fix compilation Co-authored-by: Anton Evangelatov <[email protected]> * fix imports * log connection * use NetAddrListener iface (#676) * use NetAddrListener iface * fix compilation * fix imports Co-authored-by: Aarsh Shah <[email protected]> * remove libp2p host connect in favour of mesh creator interface (#678) * remove libp2p host connect in favour of mesh creator interface * update test harness * Upgrade to `index-provider` `v.0.3.0` Upgrade to the latest `index-provider` which includes two main changes: 1. update to go-legs message format 2. cache eviction bug fix * log failure to connect to full node without returning it * update dagstore * Use the latest tagged release for dagstore dependency Depend on a concrete tagged release of dagstore that contains fixes to dagstore repo bloat. * Upgrade to latest indexing dependencies * Run `go mod tidy` Co-authored-by: Dirk McCormick <[email protected]> Co-authored-by: Anton Evangelatov <[email protected]> Co-authored-by: Masih H. Derkani <[email protected]>
- Loading branch information
1 parent
f746f85
commit 871e17d
Showing
22 changed files
with
890 additions
and
219 deletions.
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.