-
Notifications
You must be signed in to change notification settings - Fork 447
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
Delegated Routing #120
Comments
@lgierth any update on the first task of the list? |
@lgierth mind updating this issue with what we discussed and the latest developments? Thank you! |
Here are my notes:
|
The Peer Routing flows will use the findPeer call directly. While the Content Routing flow will be:
|
Where are the specs for this functionality? |
Implementations are being done here: |
Both libp2p/js-libp2p-delegated-peer-routing and libp2p/js-libp2p-delegated-content-routing are about ready for release. I've got a local branch I am working on to integrate those into libp2p. The biggest issue right now is that https://ipfs.io is not working for those two. I will make sure the local tests aren't hitting external endpoints, but the default peer and content routing won't work until ipfs.io is fixed. I'll make sure the endpoint is configurable. Do we have any expected eta on a fix or separate url for the ipfs.io delegate? |
Ah yeah, there's a branch that needs merging. I'll be on it once the urgent DWeb Summit tasks are done. |
@jacobheun this is shipped, right? |
@diasdavid this will ship with 0.24. The go-ipfs work is still not complete, but our support will be there in the next release. |
@jacobheun what's the go-ipfs work? @Stebalien can you help with this? |
The outstanding PR in go-ipfs is ipfs/kubo#5565. |
This is done |
@vasco-santos is it tested, deployed and monitored? |
It is implemented, tested and deployed afaik (ipfs/js-ipfs/ipfs#configuring-delegate-routers). Anyway, the scope of this issue seems to be the implementation on If we want to have this service monitored, it should live under its specific issue |
Tasks:
The text was updated successfully, but these errors were encountered: