vasild / cpp-ipfs-http-client

IPFS C++ HTTP API client library
MIT License
143 stars 48 forks source link

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

Open hacdias opened 7 months ago

hacdias commented 7 months ago

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.

melroy89 commented 7 months ago

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