-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IPFS doesn't accept multibase IPNS addresses #3977
Comments
hrm... Should we add a cid multicodec for ipns? |
Lately, I've been thinking of generalizing CIDv0: multiformats/cid#12 But yes, the alternative is to just say |
Note: There is some debate is CidV0 hashes should even be allowed a multibase prefix so I'm not sure the correct thing to do here. |
@kevina at the moment, IPNS addresses aren't CIDs. They're just raw multihashes (that point to special protocol buffers, not IPLD nodes). |
Was it ever implemented -- the CIDv1 for IPNS? |
Done. IPNS support for multibase names being CIDv1 with libp2p-key codec was implemented around the time #7441 landed 🐈 |
Version information:
go-ipfs version: 0.4.9-8ec0814a
Repo version: 5
System version: amd64/linux
Golang version: go1.8.3
Type:
Enhancement?
Severity:
Low
Description:
IPFS doesn't accept multibase IPNS addresses. For example, try fetching wikipedia with a multibase prefix:
The text was updated successfully, but these errors were encountered: