Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: allocating inline IPLD multiformats #330

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions table.csv
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ protobuf, serialization, 0x50, draft, Prot
cbor, ipld, 0x51, permanent, CBOR
raw, ipld, 0x55, permanent, raw binary
dbl-sha2-256, multihash, 0x56, draft,
utf8, ipld, 0x57, draft, utf8 string
varint, ipld, 0x58, draft, variable length integer
boolean, ipld, 0x59, draft, boolean value encoded in single uint8 (0 false, 1 true)
rlp, serialization, 0x60, draft, recursive length prefix
bencode, serialization, 0x63, draft, bencode
dag-pb, ipld, 0x70, permanent, MerkleDAG protobuf
Expand Down