From ac59dfabe7e49a2639fb5476662e452b139b6d43 Mon Sep 17 00:00:00 2001 From: adraffy Date: Mon, 10 Jun 2024 19:34:52 -0400 Subject: [PATCH 1/2] add both codecs --- table.csv | 2 ++ 1 file changed, 2 insertions(+) diff --git a/table.csv b/table.csv index edeb1566..220103ec 100644 --- a/table.csv +++ b/table.csv @@ -100,6 +100,8 @@ bls12_381-g1g2-pub, key, 0xee, draft, BLS1 sr25519-pub, key, 0xef, draft, Sr25519 public key dash-block, ipld, 0xf0, draft, Dash Block dash-tx, ipld, 0xf1, draft, Dash Tx +uri, namespace, 0xf2, draft, URI: +data-url, data, 0xf3, draft, data URL: swarm-manifest, ipld, 0xfa, draft, Swarm Manifest swarm-feed, ipld, 0xfb, draft, Swarm Feed beeson, ipld, 0xfc, draft, Swarm BeeSon From 4ea954fdff5e1d4e0dc0599d063de359889c6d56 Mon Sep 17 00:00:00 2001 From: adraffy Date: Tue, 11 Jun 2024 10:30:35 -0400 Subject: [PATCH 2/2] url -> uri --- table.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/table.csv b/table.csv index 220103ec..6f5a807f 100644 --- a/table.csv +++ b/table.csv @@ -100,7 +100,7 @@ bls12_381-g1g2-pub, key, 0xee, draft, BLS1 sr25519-pub, key, 0xef, draft, Sr25519 public key dash-block, ipld, 0xf0, draft, Dash Block dash-tx, ipld, 0xf1, draft, Dash Tx -uri, namespace, 0xf2, draft, URI: +uri, namespace, 0xf2, draft, URI: data-url, data, 0xf3, draft, data URL: swarm-manifest, ipld, 0xfa, draft, Swarm Manifest swarm-feed, ipld, 0xfb, draft, Swarm Feed