cpp-ipfs-http-client icon indicating copy to clipboard operation
cpp-ipfs-http-client copied to clipboard

Replace Deprecated /api/v0/dht endpoints by /api/v0/routing

Open hacdias opened this issue 1 year ago • 1 comments

From Kubo 0.28, most of DHT RPC commands are removed (except for query) since they were already deprecated.

Instead, use /api/v0/routing. At the moment, it should be a drop-in replacement.

hacdias avatar Mar 05 '24 08:03 hacdias

Thank you are right Kubo made some changes recently. Thanks for your feedback / issue.

melroy89 avatar Mar 05 '24 15:03 melroy89