ferristseng / rust-ipfs-api

IPFS HTTP client in Rust
Apache License 2.0
246 stars 68 forks source link

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

Open hacdias opened 6 months ago

hacdias commented 6 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.