From e99e05fc279ff74b584ee8711ac377c2292e490c Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Wed, 21 May 2025 19:22:17 +0100 Subject: [PATCH 1/2] chore: add retrieval draft code --- table.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/table.csv b/table.csv index 193b1e9..6fa3620 100644 --- a/table.csv +++ b/table.csv @@ -115,6 +115,7 @@ udt, multiaddr, 0x012d, draft, utp, multiaddr, 0x012e, draft, crc32, hash, 0x0132, draft, CRC-32 non-cryptographic hash algorithm (IEEE 802.3) crc64-ecma, hash, 0x0164, draft, CRC-64 non-cryptographic hash algorithm (ECMA-182 - Annex B) +retrieval, multiaddr, 0x0180, draft, Hints for retrieval protocols supported by addressed host unix, multiaddr, 0x0190, permanent, thread, multiaddr, 0x0196, draft, Textile Thread p2p, multiaddr, 0x01a5, permanent, libp2p From 3a6092af012305b41188a8ae3d25d61eb2324e08 Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Thu, 5 Jun 2025 15:31:32 +0200 Subject: [PATCH 2/2] fix: rename retrieval to tag --- table.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/table.csv b/table.csv index 6fa3620..0098451 100644 --- a/table.csv +++ b/table.csv @@ -115,7 +115,7 @@ udt, multiaddr, 0x012d, draft, utp, multiaddr, 0x012e, draft, crc32, hash, 0x0132, draft, CRC-32 non-cryptographic hash algorithm (IEEE 802.3) crc64-ecma, hash, 0x0164, draft, CRC-64 non-cryptographic hash algorithm (ECMA-182 - Annex B) -retrieval, multiaddr, 0x0180, draft, Hints for retrieval protocols supported by addressed host +tag, multiaddr, 0x0180, draft, Application level tags e.g. hints with protocols for fetching data supported by addressed host unix, multiaddr, 0x0190, permanent, thread, multiaddr, 0x0196, draft, Textile Thread p2p, multiaddr, 0x01a5, permanent, libp2p