From a2b4a6aa1eaf1c2128757e58ec8c3458c464f673 Mon Sep 17 00:00:00 2001 From: Steve Traugott Date: Sun, 2 Aug 2026 19:27:44 -0700 Subject: [PATCH] Register grid-cbor codec table.csv: - Add draft IPLD code 0x1027 for deterministic Grid CBOR envelopes. - Link the public structural codec specification. --- table.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/table.csv b/table.csv index 16ce2d3..34f6220 100644 --- a/table.csv +++ b/table.csv @@ -159,6 +159,7 @@ sha2-224, multihash, 0x1013, permanent, aka sha2-512-224, multihash, 0x1014, permanent, aka SHA-512/224; as specified by FIPS 180-4. sha2-512-256, multihash, 0x1015, permanent, aka SHA-512/256; as specified by FIPS 180-4. murmur3-x64-128, hash, 0x1022, draft, +grid-cbor, ipld, 0x1027, draft, Grid message envelope: RFC-8949 deterministic CBOR; 'grid'-tagged; codec preserves arbitrary tags/keys while allowing traversal of tag-42 CID links; spec: https://github.com/promisegrid/promisegrid/blob/main/docs/grid-cbor-multicodec-spec.md ripemd-128, multihash, 0x1052, draft, ripemd-160, multihash, 0x1053, draft, ripemd-256, multihash, 0x1054, draft,