From ce6d26a8c0217e7d129cb05cfdadd9cd5d164c81 Mon Sep 17 00:00:00 2001 From: Will Scott Date: Wed, 2 Mar 2022 17:59:51 +0100 Subject: [PATCH] Define transports for use in signalling protocol support These will be signalled through e.g. the metadata sent to indexers for signalling howa provider can provide CIDs --- table.csv | 2 ++ 1 file changed, 2 insertions(+) diff --git a/table.csv b/table.csv index f859349..e885453 100644 --- a/table.csv +++ b/table.csv @@ -129,6 +129,8 @@ libp2p-peer-record, libp2p, 0x0301, permanent, libp2 libp2p-relay-rsvp, libp2p, 0x0302, permanent, libp2p relay reservation voucher car-index-sorted, serialization, 0x0400, draft, CARv2 IndexSorted index format car-multihash-index-sorted, serialization, 0x0401, draft, CARv2 MultihashIndexSorted index format +transport-bitswap, transport, 0x0900, draft, Bitswap datatransfer +transport-graphsync-filecoinv1, transport, 0x0910, draft, Filecoin graphsync datatransfer sha2-256-trunc254-padded, multihash, 0x1012, permanent, SHA2-256 with the two most significant bits from the last byte zeroed (as via a mask with 0b00111111) - used for proving trees as in Filecoin sha2-224, multihash, 0x1013, permanent, aka SHA-224; as specified by FIPS 180-4. sha2-512-224, multihash, 0x1014, permanent, aka SHA-512/224; as specified by FIPS 180-4.