From 5e197117a1dbe1853e59e6c8d2663fb072f94d76 Mon Sep 17 00:00:00 2001 From: Ben Date: Sat, 29 Jul 2023 22:45:46 +0200 Subject: [PATCH 1/2] Add LBRY protocol --- table.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/table.csv b/table.csv index 96cf682..7492e21 100644 --- a/table.csv +++ b/table.csv @@ -54,6 +54,7 @@ leofcoin-pr, ipld, 0x83, draft, Leof sctp, multiaddr, 0x84, draft, dag-jose, ipld, 0x85, draft, MerkleDAG JOSE dag-cose, ipld, 0x86, draft, MerkleDAG COSE +lbry, multiaddr, 0x8c, draft, LBRY Address eth-block, ipld, 0x90, permanent, Ethereum Header (RLP) eth-block-list, ipld, 0x91, permanent, Ethereum Header List (RLP) eth-tx-trie, ipld, 0x92, permanent, Ethereum Transaction Trie (Eth-Trie) From ba37fb52e86e41ad609420acceebd8ba1f3ff6ca Mon Sep 17 00:00:00 2001 From: Ben Date: Sun, 30 Jul 2023 19:47:33 +0200 Subject: [PATCH 2/2] Change LBRY tag from multiaddr to namespace --- table.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/table.csv b/table.csv index 7492e21..7de827b 100644 --- a/table.csv +++ b/table.csv @@ -54,7 +54,7 @@ leofcoin-pr, ipld, 0x83, draft, Leof sctp, multiaddr, 0x84, draft, dag-jose, ipld, 0x85, draft, MerkleDAG JOSE dag-cose, ipld, 0x86, draft, MerkleDAG COSE -lbry, multiaddr, 0x8c, draft, LBRY Address +lbry, namespace, 0x8c, draft, LBRY Address eth-block, ipld, 0x90, permanent, Ethereum Header (RLP) eth-block-list, ipld, 0x91, permanent, Ethereum Header List (RLP) eth-tx-trie, ipld, 0x92, permanent, Ethereum Transaction Trie (Eth-Trie)