Skip to content

Commit

Permalink
propose car-metadata multicodec
Browse files Browse the repository at this point in the history
When transporting car data, it can be useful to insert a block of data with key/value metadata signalling inline with the car data blocks.

This PR allocates a codec `car-metadata` to signal such data as blocks within the stream of car blocks.
  • Loading branch information
willscott authored Aug 7, 2023
1 parent 3122fd9 commit 0ba403e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions table.csv
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ libp2p-relay-rsvp, libp2p, 0x0302, permanent, libp
memorytransport, libp2p, 0x0309, permanent, in memory transport for self-dialing and testing; arbitrary
car-index-sorted, serialization, 0x0400, draft, CARv2 IndexSorted index format
car-multihash-index-sorted, serialization, 0x0401, draft, CARv2 MultihashIndexSorted index format
car-metadata, serialization, 0x04ff, draft, CAR metadata transport cbor data
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
Expand Down

0 comments on commit 0ba403e

Please sign in to comment.