From 8e527e72bd84df638635a1d440ca70c16fad1b45 Mon Sep 17 00:00:00 2001 From: Jeremy Banks <_@jeremy.ca> Date: Tue, 14 Feb 2017 00:40:08 -0500 Subject: [PATCH 1/2] Add BitTorrent info metadata format as 0x7b. Also adds BitTorrent's bencoding under serialization formats, but leaves it unassigned for now. --- table.csv | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/table.csv b/table.csv index 370d096d..bd96726d 100644 --- a/table.csv +++ b/table.csv @@ -26,6 +26,7 @@ flatbuf, FlatBuffers, 0x rlp, recursive length prefix, 0x60 msgpack, MessagePack, 0x binc, Binc, 0x +bencoding, Bencoding, 0x multiformats,, multicodec, , 0x30 @@ -194,3 +195,6 @@ 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 + From 61ebf6e5d1417cd40eb8e260b9e12d7a62e0bf60 Mon Sep 17 00:00:00 2001 From: David Dias Date: Wed, 8 Mar 2017 14:16:01 +0000 Subject: [PATCH 2/2] feat: update torrent + bencode codes --- table.csv | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/table.csv b/table.csv index bd96726d..1adf31ba 100644 --- a/table.csv +++ b/table.csv @@ -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