cid: change tag of CID entries to 'cid' (#243)

Ref: https://github.com/multiformats/multicodec/issues/242
This commit is contained in:
Rod Vagg 2021-11-15 15:44:32 +11:00 committed by GitHub
parent 36789e0856
commit b9018562a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
name, tag, code, status, description name, tag, code, status, description
identity, multihash, 0x00, permanent, raw binary identity, multihash, 0x00, permanent, raw binary
cidv1, ipld, 0x01, permanent, CIDv1 cidv1, cid, 0x01, permanent, CIDv1
cidv2, ipld, 0x02, draft, CIDv2 cidv2, cid, 0x02, draft, CIDv2
cidv3, ipld, 0x03, draft, CIDv3 cidv3, cid, 0x03, draft, CIDv3
ip4, multiaddr, 0x04, permanent, ip4, multiaddr, 0x04, permanent,
tcp, multiaddr, 0x06, permanent, tcp, multiaddr, 0x06, permanent,
sha1, multihash, 0x11, permanent, sha1, multihash, 0x11, permanent,

1 name tag code status description
2 identity multihash 0x00 permanent raw binary
3 cidv1 ipld cid 0x01 permanent CIDv1
4 cidv2 ipld cid 0x02 draft CIDv2
5 cidv3 ipld cid 0x03 draft CIDv3
6 ip4 multiaddr 0x04 permanent
7 tcp multiaddr 0x06 permanent
8 sha1 multihash 0x11 permanent