ipfs / helia-delegated-routing-v1-http-api

The Routing V1 HTTP API powered by Helia
Other
3 stars 4 forks source link

Implement IPIP-484 Delegated Routing V1 Support for Querying Specific Network Transport and Transfer Protocols #143

Closed 2color closed 1 month ago

2color commented 2 months ago

Background

We should add support for querying specific network transports and transfer protocols as defined in IPIP-484.

Boxo implementation can be found in https://github.com/ipfs/boxo/pull/671

Why?

This will help us with delegated routing in the browser, where transports and transfer protocols are very constrained.

SgtPooki commented 1 month ago

I believe this was done by https://github.com/ipfs/helia-delegated-routing-v1-http-api/pull/144 and https://github.com/ipfs/helia-delegated-routing-v1-http-api/pull/147