kubo icon indicating copy to clipboard operation
kubo copied to clipboard

refactor: support percent-encoded /unix paths

Open lidel opened this issue 7 months ago • 0 comments

Why

  • https://github.com/multiformats/multiaddr/pull/174

is breaking spec change that is incompatible with existing feature in Kubo, where users were able to provide old notation of /unix multiaddrs in both Addresses.API and Addresses.Gateway.

How

This is a PoC that aims to support https://github.com/multiformats/multiaddr/pull/174 while not breaking existing Kubo users.

TODO

  • [ ] resolve TODO in daemon.go – decide if we want to move normalization to https://github.com/multiformats/go-multiaddr

lidel avatar Jun 09 '25 16:06 lidel