Define CIDv1 as a mutlicodec

This commit is contained in:
Joel Thorstensson 2020-08-07 13:58:18 +02:00 committed by GitHub
parent 00960cf9a1
commit 774164e5f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
name, tag, code, description
identity, multihash, 0x00, raw binary
cidv1, ipld, 0x01, CIDv1
ip4, multiaddr, 0x04,
tcp, multiaddr, 0x06,
sha1, multihash, 0x11,

1 name tag code description
2 identity multihash 0x00 raw binary
3 cidv1 ipld 0x01 CIDv1
4 ip4 multiaddr 0x04
5 tcp multiaddr 0x06
6 sha1 multihash 0x11