fix: ipfs dht put/get commands now work on keys encoded as peerIDs and fail...
fix: ipfs dht put/get commands now work on keys encoded as peerIDs and fail early for namespaces other than /pk or /ipns (cherry picked from commit ba1d2252)
Showing
... | ... | @@ -88,7 +88,6 @@ require ( |
github.com/lucas-clemente/quic-go v0.18.0 | ||
github.com/mattn/go-runewidth v0.0.9 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/mr-tron/base58 v1.2.0 | ||
github.com/multiformats/go-multiaddr v0.3.1 | ||
github.com/multiformats/go-multiaddr-dns v0.2.0 | ||
github.com/multiformats/go-multibase v0.0.3 | ||
... | ... |
Please register or sign in to comment