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

Add likecoin-iscn codec #200

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
8 changes: 8 additions & 0 deletions table.csv
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,14 @@ p2p-websocket-star, multiaddr, 0x01df,
http, multiaddr, 0x01e0,
json, serialization, 0x0200, JSON (UTF-8-encoded)
messagepack, serialization, 0x0201, MessagePack
likecoin-iscn-kernel, likecoin-iscn, 0x0264, LikeCoin-ISCN kernel block
likecoin-iscn-stakeholders, likecoin-iscn, 0x0265, LikeCoin-ISCN stakeholders block
likecoin-iscn-stakeholder, likecoin-iscn, 0x0266, LikeCoin-ISCN stakeholder block
likecoin-iscn-rights, likecoin-iscn, 0x0267, LikeCoin-ISCN rights block
likecoin-iscn-right, likecoin-iscn, 0x0268, LikeCoin-ISCN right block
likecoin-iscn-entity, likecoin-iscn, 0x0269, LikeCoin-ISCN entity block
likecoin-iscn-time-period, likecoin-iscn, 0x026a, LikeCoin-ISCN time period block
likecoin-iscn-article, likecoin-iscn, 0x026b, LikeCoin-ISCN article block
libp2p-peer-record, libp2p, 0x0301, libp2p peer record type
sha2-256-trunc254-padded, multihash, 0x1012, SHA2-256 with the two most significant bits from the last byte zeroed (as via a mask with 0b00111111) - used for proving trees as in Filecoin
ripemd-128, multihash, 0x1052,
Expand Down