This repository has been archived by the owner on Mar 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
Deploy go with delegated routing capabilities #426
Labels
topic/libp2p
Topic libp2p
Comments
1 task
Related PR: ipfs/kubo#5565 |
Closed when we deployed the preload nodes |
@jacobheun AFAIK preload nodes only allow GET requests to $ curl -s -I -X GET 'https://node0.preload.ipfs.io/api/v0/refs?r=true&arg=bafkreigh2akiscaildcqabsyg3dfr6chu3fgpregiymsck7e7aqa4s52zy'
HTTP/1.1 200 OK |
This is my understanding too - @jacobheun what needs to be changed to allow the preload nodes to act as delegated routers? |
https://github.com/ipfs/go-ipfs/pull/4595/files shows the needed endpoints.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Once ipfs/kubo#4595 is completed, we will need to deploy the updated go-ipfs version. This is needed to allow js-ipfs nodes to use go-ipfs as a delegate node for peer and content routing, which will enable js-ipfs nodes in limited networks to better connect and provide content to the greater ipfs network.
The js-ipfs delegated routing work is targeting to be completed by end of this quarter, but won't be functional until the go-ipfs deployment occurs.
This is currently blocked by ipfs/kubo#4595.
Reference libp2p/js-libp2p#120
The text was updated successfully, but these errors were encountered: