Merge pull request #42 from multiformats/feat/torrent-codes

Torrent codes
This commit is contained in:
David Dias 2017-03-15 14:15:23 +00:00 committed by GitHub
commit dd3861e2e0

View File

@ -26,6 +26,7 @@ flatbuf, FlatBuffers, 0x
rlp, recursive length prefix, 0x60
msgpack, MessagePack, 0x
binc, Binc, 0x
bencode, bencode, 0x63
multiformats,,
multicodec, , 0x30
@ -190,7 +191,12 @@ eth-storage-trie, Ethereum Contract Storage Trie (Eth-Secure-Trie), 0x98
bitcoin-block, Bitcoin Block, 0xb0
bitcoin-tx, Bitcoin Tx, 0xb1
zcash-block, Zcash Block, 0xc0
zcash-tx, Zcash Tx, 0xc1
stellar-block, Stellar Block, 0xd0
stellar-tx, Stellar Tx, 0xd1
torrent-info, Torrent file info field (bencoded), 0x7b
torrent-file, Torrent file (bencoded), 0x7c

1 codec description code
26 multiformats bencode bencode 0x63
27 multicodec multiformats 0x30
28 multihash multicodec 0x31 0x30
29 multihash 0x31
30 multiaddr 0x32
31 multibase 0x33
32 multihashes
191
192
193
194
195
196
197
198
199
200
201
202