-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Consider renaming the DHT API endpoint #2890
Comments
I'd be fine with that -- but |
(But really it's at the lower end of things we should fix/improve.) |
💯 agreed! In fact, at the libp2p level,we've already exposed Peer Routing and Content Routing as separate things:
We've kept DHT at the core interface just to match go-ipfs really. |
While I agree that Eventually, I'd like to expose the CoreAPI as a
|
I think that we can expose the routing part ( |
js-ipfs is being deprecated in favor of Helia. You can #4336 and read the migration guide. Please feel to reopen with any comments by 2023-06-02. We will do a final pass on reopened issues afterwards (see #4336). This issue is most likely resolved in Helia, please try it out! |
So, it may cause too much churn to fix this but... the DHT is just one implementation of a routing system. Really, the DHT command encompasses:
It would be kind of nice to either just call this interface the routing interface or use three independent interfaces.
The text was updated successfully, but these errors were encountered: