Closed ben221199 closed 2 years ago
These are already registered as "namespaces".
See: ipfs-ns, ipld-ns, ipns-ns (0xe3, 0xe2, 0xe5).
There are raising multiple questions:
-ns
?ipfs-ns
, ipns-ns
and ipld-ns
, how to use it? Is it like this? /ipfs-ns/<cid>
.
Previously, peers where described by
/ipfs/<peerId>
. This was replaced by/p2p/<peerId>
, because that was a better name. Now, content is described by/ipfs/<cid>
and/ipns/<cid>
, but those were not defined in the Multicodec table.This pull request will add
ipfs
andipns
to the Multicodec table and will remove the oldipfs
used for describing peers. Hopefully, we also can get this definitions permanent.