feat: support ipns/<name> & dnsLink resolution #400
Labels
effort/days
Estimated to take multiple days, but less than a week
exp/intermediate
Prior experience is likely helpful
good first issue
Good issue for new contributors
help wanted
Seeking public contribution on this issue
kind/enhancement
A net-new feature or improvement to an existing feature
P1
High: Likely tackled by core team if no one steps up
status/ready
Ready to be worked
topic/interop
Interoperability
We should enable users to explore paths like:
/ipns/docs.ipfs.tech
/ipns/k51...
foobar.host.com
- with DNSLink TXT entryWhen typing things like
/ipns/k51...
,/ipns/ipfs.io
into the browse/inspect bar if you hit inspect it'll take you to the explore page and will error.There are a variety of errors depending on the mutable identifier type:
/ipns/k51...
-> Error: No resolver found for codec "libp2p-key"/ipns/12D3...
-> HTTPError: invalid path "12D3K...": selected encoding not supported/ipns/Qm...
-> Seems to hang/break things (but could be mistaken)/ipns/ipfs.io
-> Error: invalid character '.' in 'ipfs.io'Related
The text was updated successfully, but these errors were encountered: