feat: update torrent + bencode codes

This commit is contained in:
David Dias 2017-03-08 14:16:01 +00:00
parent 584a8c10b9
commit 61ebf6e5d1

View File

@ -26,7 +26,7 @@ flatbuf, FlatBuffers, 0x
rlp, recursive length prefix, 0x60
msgpack, MessagePack, 0x
binc, Binc, 0x
bencoding, Bencoding, 0x
bencode, bencode, 0x63
multiformats,,
multicodec, , 0x30
@ -191,10 +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
bittorrent, BitTorrent info metadata (bencoded), 0x7b
torrent-info, Torrent file info field (bencoded), 0x7b
torrent-file, Torrent file (bencoded), 0x7c

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