Skip to content

Commit e2b7711

Browse files
committed
feat: add 'ref' column to JSON table
1 parent 7c1bde6 commit e2b7711

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

table.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[
22
{ "name": "identity", "tag": "multihash", "code": "0x00", "intcode": 0, "varint": "0x00", "status": "permanent", "description": "raw binary" },
3-
{ "name": "cidv1", "tag": "cid", "code": "0x01", "intcode": 1, "varint": "0x01", "status": "permanent", "description": "CIDv1" },
4-
{ "name": "cidv2", "tag": "cid", "code": "0x02", "intcode": 2, "varint": "0x02", "status": "draft", "description": "CIDv2" },
5-
{ "name": "cidv3", "tag": "cid", "code": "0x03", "intcode": 3, "varint": "0x03", "status": "draft", "description": "CIDv3" },
3+
{ "name": "cidv1", "tag": "cid", "code": "0x01", "intcode": 1, "varint": "0x01", "status": "permanent", "description": "CIDv1", "ref": [ "https://github.com/multiformats/cid" ] },
4+
{ "name": "cidv2", "tag": "cid", "code": "0x02", "intcode": 2, "varint": "0x02", "status": "draft", "description": "CIDv2", "ref": [ "https://github.com/multiformats/cid" ] },
5+
{ "name": "cidv3", "tag": "cid", "code": "0x03", "intcode": 3, "varint": "0x03", "status": "draft", "description": "CIDv3", "ref": [ "https://github.com/multiformats/cid" ] },
66
{ "name": "ip4", "tag": "multiaddr", "code": "0x04", "intcode": 4, "varint": "0x04", "status": "permanent" },
77
{ "name": "tcp", "tag": "multiaddr", "code": "0x06", "intcode": 6, "varint": "0x06", "status": "permanent" },
88
{ "name": "sha1", "tag": "multihash", "code": "0x11", "intcode": 17, "varint": "0x11", "status": "permanent" },

0 commit comments

Comments
 (0)