From 582f6a8e1fc0573474f60c067ca2df6f9ef1c1e6 Mon Sep 17 00:00:00 2001 From: Will Date: Tue, 18 Apr 2023 03:40:13 +0200 Subject: [PATCH] Add a transport code to indicate content is provided via car (#321) * Add a transport code to indicate content is provided via car per the trustless gateway spec * update name per review * update transport description --- table.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/table.csv b/table.csv index 4af3fa5..da63b1c 100644 --- a/table.csv +++ b/table.csv @@ -143,6 +143,7 @@ car-index-sorted, serialization, 0x0400, draft, CARv 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 +transport-ipfs-gateway-http, transport, 0x0920, draft, HTTP IPFS Gateway trustless datatransfer multidid, multiformat, 0x0d1d, draft, Compact encoding for Decentralized Identifers 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.