Add LBRY protocol (#332)

This commit is contained in:
Ben 2023-08-01 14:06:40 +02:00 committed by GitHub
parent fef9224003
commit a03169371c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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, 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)

1 name tag code status description
54 sctp multiaddr 0x84 draft
55 dag-jose ipld 0x85 draft MerkleDAG JOSE
56 dag-cose ipld 0x86 draft MerkleDAG COSE
57 lbry namespace 0x8c draft LBRY Address
58 eth-block ipld 0x90 permanent Ethereum Header (RLP)
59 eth-block-list ipld 0x91 permanent Ethereum Header List (RLP)
60 eth-tx-trie ipld 0x92 permanent Ethereum Transaction Trie (Eth-Trie)