ipfs / kubo

An IPFS implementation in Go
https://docs.ipfs.tech/how-to/command-line-quick-start/
Other
15.83k stars 2.96k forks source link

core/commands: remove 'ipfs dht' commands, except 'query' #10328

Closed hacdias closed 3 months ago

hacdias commented 3 months ago

Built on https://github.com/ipfs/kubo/pull/10329. This addresses some notes in https://github.com/ipfs/kubo/issues/10265#issuecomment-1917028565:

hacdias commented 3 months ago

This is blocked by progress in https://github.com/ipfs/js-kubo-rpc-client, which is extremely out of date. I extracted the Go RPC cleanup to https://github.com/ipfs/kubo/pull/10329, which can be merged by itself.

hacdias commented 3 months ago

We agreed on doing a small patch in the JS client: https://github.com/ipfs/js-kubo-rpc-client/pull/215 and release as a patch release, so people get this automatically.