Skip to content

Commit

Permalink
feat: add 'ref' column to JSON table
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Jan 30, 2023
1 parent 7c1bde6 commit e2b7711
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions table.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[
{ "name": "identity", "tag": "multihash", "code": "0x00", "intcode": 0, "varint": "0x00", "status": "permanent", "description": "raw binary" },
{ "name": "cidv1", "tag": "cid", "code": "0x01", "intcode": 1, "varint": "0x01", "status": "permanent", "description": "CIDv1" },
{ "name": "cidv2", "tag": "cid", "code": "0x02", "intcode": 2, "varint": "0x02", "status": "draft", "description": "CIDv2" },
{ "name": "cidv3", "tag": "cid", "code": "0x03", "intcode": 3, "varint": "0x03", "status": "draft", "description": "CIDv3" },
{ "name": "cidv1", "tag": "cid", "code": "0x01", "intcode": 1, "varint": "0x01", "status": "permanent", "description": "CIDv1", "ref": [ "https://github.com/multiformats/cid" ] },
{ "name": "cidv2", "tag": "cid", "code": "0x02", "intcode": 2, "varint": "0x02", "status": "draft", "description": "CIDv2", "ref": [ "https://github.com/multiformats/cid" ] },
{ "name": "cidv3", "tag": "cid", "code": "0x03", "intcode": 3, "varint": "0x03", "status": "draft", "description": "CIDv3", "ref": [ "https://github.com/multiformats/cid" ] },
{ "name": "ip4", "tag": "multiaddr", "code": "0x04", "intcode": 4, "varint": "0x04", "status": "permanent" },
{ "name": "tcp", "tag": "multiaddr", "code": "0x06", "intcode": 6, "varint": "0x06", "status": "permanent" },
{ "name": "sha1", "tag": "multihash", "code": "0x11", "intcode": 17, "varint": "0x11", "status": "permanent" },
Expand Down

0 comments on commit e2b7711

Please sign in to comment.