From 772e060ee64371a17992a85e725717cc744c10e8 Mon Sep 17 00:00:00 2001 From: tavit ohanian Date: Fri, 13 Dec 2024 08:17:32 -0500 Subject: [PATCH 1/3] dms3 draft codec request --- table.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/table.csv b/table.csv index be3264b..68fd2ee 100644 --- a/table.csv +++ b/table.csv @@ -585,3 +585,4 @@ es384-msig, multisig, 0xd01309, draft, ECDS es521-msig, multisig, 0xd0130a, draft, ECDSA P-521 Signature as Multisig rs256-msig, multisig, 0xd0130b, draft, RS256 Signature as Multisig scion, multiaddr, 0xd02000, draft, SCION Internet architecture +dms3, multiaddr, 0xd03000, draft, dms3 From 99a19d7236db81b339a7a63441620bbe27b740a8 Mon Sep 17 00:00:00 2001 From: tavit ohanian Date: Mon, 6 Jan 2025 10:07:30 -0500 Subject: [PATCH 2/3] move dms3 entries at range suggest by Rod, to end of table --- table.csv | 2 ++ 1 file changed, 2 insertions(+) diff --git a/table.csv b/table.csv index be3264b..b3de8bb 100644 --- a/table.csv +++ b/table.csv @@ -585,3 +585,5 @@ es384-msig, multisig, 0xd01309, draft, ECDS es521-msig, multisig, 0xd0130a, draft, ECDSA P-521 Signature as Multisig rs256-msig, multisig, 0xd0130b, draft, RS256 Signature as Multisig scion, multiaddr, 0xd02000, draft, SCION Internet architecture +dms3, multiaddr, 0x100000, draft, Decentralized Multi-State-Space Search +dms3-key, ipld, 0x100001, draft, DMS3 Public Key From cbe4e3d35232f0ee3f78d35b7e3513f6106b9114 Mon Sep 17 00:00:00 2001 From: tavit ohanian Date: Mon, 6 Jan 2025 11:49:50 -0500 Subject: [PATCH 3/3] fix row line order problem --- table.csv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/table.csv b/table.csv index ce10956..71a655e 100644 --- a/table.csv +++ b/table.csv @@ -557,6 +557,8 @@ eip-191, varsig, 0xd191, draft, EIP- jwk_jcs-pub, key, 0xeb51, draft, JSON object containing only the required members of a JWK (RFC 7518 and RFC 7517) representing the public key. Serialisation based on JCS (RFC 8785) fil-commitment-unsealed, filecoin, 0xf101, permanent, Filecoin piece or sector data commitment merkle node/root (CommP & CommD) fil-commitment-sealed, filecoin, 0xf102, permanent, Filecoin sector data commitment merkle node/root - sealed and replicated (CommR) +dms3, multiaddr, 0x100000, draft, Decentralized Multi-State-Space Search +dms3-key, ipld, 0x100001, draft, DMS3 Public Key shelter-contract-manifest, shelter, 0x511e00, draft, Shelter protocol contract manifest shelter-contract-text, shelter, 0x511e01, draft, Shelter protocol contract text shelter-contract-data, shelter, 0x511e02, draft, Shelter protocol contract data (contract chain) @@ -590,5 +592,3 @@ es384-msig, multisig, 0xd01309, draft, ECDS es521-msig, multisig, 0xd0130a, draft, ECDSA P-521 Signature as Multisig rs256-msig, multisig, 0xd0130b, draft, RS256 Signature as Multisig scion, multiaddr, 0xd02000, draft, SCION Internet architecture -dms3, multiaddr, 0x100000, draft, Decentralized Multi-State-Space Search -dms3-key, ipld, 0x100001, draft, DMS3 Public Key