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 41
Deploy go with delegated routing capabilities #426
Labels
topic/libp2p
Topic libp2p
Comments
1 task
ghost
self-assigned this
Aug 27, 2018
ghost
added
status/deferred
Conscious decision to pause or backlog
status/in-progress
In progress
topic/libp2p
Topic libp2p
and removed
status/deferred
Conscious decision to pause or backlog
labels
Aug 28, 2018
Related PR: ipfs/kubo#5565 |
eefahy
added
status/ready
Ready to be worked
and removed
status/in-progress
In progress
labels
Jan 15, 2019
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: