This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
Support method for reporting stats on results of content routing queries #67
Labels
kind/enhancement
A net-new feature or improvement to an existing feature
need/triage
Needs initial labeling and prioritization
Not sure if there's a better place to track these feature requests, but they should be issues somewhere.
Currently, Delegated Routing has an interface that logically looks like
FindProviders(cid) -> []peer.AddrInfo
.This indicates that the client wishes to find peers that can provide a given CID.
There is currently no feedback loop possible. It is desired to have an additional method by which the client can report which returned peers were and were not able to provide the cid.
The text was updated successfully, but these errors were encountered: