Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Support IPIP-417 (Delegated Peer lookups) #25

Closed
Tracked by #255
BigLep opened this issue Sep 6, 2023 · 1 comment
Closed
Tracked by #255

Support IPIP-417 (Delegated Peer lookups) #25

BigLep opened this issue Sep 6, 2023 · 1 comment

Comments

@BigLep
Copy link

BigLep commented Sep 6, 2023

Done Criteria

IPIP-417 (Delegated Peer lookups) support, meaning could delegate peer lookups with another HTTP /routing/v1 implementation like Kubo

Why Important

This is needed for the Helia reliable retrieval golden path scenario: ipfs/helia#255

@achingbrain
Copy link
Member

This is an implementation of the libp2p ContentRouting interface.

Peer lookups would be done by an implementation of the libp2p PeerRouting interface so this isn't the place to do that.

We might end up getting @helia/delegated-routing-v1-http-api to make implementations of both of these interfaces available after all since passing the same instance as contentRouters and peerRouters is a bit icky.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants