Closed lidel closed 1 year ago
Sorry for my ignorance on some of this, but is this intended to be used in CIDs, and is the block format the IPNS protobuf format?
@rvagg correct.
Block identified by CID with this codec can be parsed by following the protobuf from the IPNS spec: https://github.com/ipfs/specs/blob/main/ipns/IPNS.md#record-serialization-format
This PR proposes adding
ipns-record
, like we already have one forlibp2p-peer-record
. https://github.com/ipfs/specs/issues/369Rationale / potential uses:
ipns
(0xe5) code which would be invalid, as it indicates IPNS "namespace"./ipns/{id}?format=car
could return a CAR withipns-record
as an additional block.