From c404851bb24943997c882d6747d1fa2d37589774 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20=C5=A0?= Date: Tue, 23 Jul 2019 11:13:56 +0200 Subject: [PATCH 1/3] Add ZeroNet site address --- table.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/table.csv b/table.csv index 07eae70b..86430245 100644 --- a/table.csv +++ b/table.csv @@ -74,6 +74,7 @@ dash-block, ipld, 0xf0, Dash Block dash-tx, ipld, 0xf1, Dash Tx swarm-manifest, ipld, 0xfa, Swarm Manifest swarm-feed, ipld, 0xfb, Swarm Feed +zeronet, multiaddr, 0x1000, ZeroNet site address (old-style Bitcoin address) udp, multiaddr, 0x0111, p2p-webrtc-star, multiaddr, 0x0113, p2p-webrtc-direct, multiaddr, 0x0114, From 2db1aa0f55886c71bece478a7cbc9d7a04b21226 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20=C5=A0?= Date: Fri, 26 Jul 2019 23:19:25 +0200 Subject: [PATCH 2/3] Update ZeroNet to namespace type and reorder it --- table.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/table.csv b/table.csv index 86430245..c6a7bbbc 100644 --- a/table.csv +++ b/table.csv @@ -74,7 +74,6 @@ dash-block, ipld, 0xf0, Dash Block dash-tx, ipld, 0xf1, Dash Tx swarm-manifest, ipld, 0xfa, Swarm Manifest swarm-feed, ipld, 0xfb, Swarm Feed -zeronet, multiaddr, 0x1000, ZeroNet site address (old-style Bitcoin address) udp, multiaddr, 0x0111, p2p-webrtc-star, multiaddr, 0x0113, p2p-webrtc-direct, multiaddr, 0x0114, @@ -96,6 +95,7 @@ ws, multiaddr, 0x01dd, wss, multiaddr, 0x01de, p2p-websocket-star, multiaddr, 0x01df, http, multiaddr, 0x01e0, +zeronet, namespace, 0x1000, ZeroNet site address x11, multihash, 0x1100, blake2b-8, multihash, 0xb201, Blake2b consists of 64 output lengths that give different hashes blake2b-16, multihash, 0xb202, From f63573a5e4cf2f8beaaff1a46414024cb6743b6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20=C5=A0?= Date: Sun, 28 Jul 2019 22:39:59 +0200 Subject: [PATCH 3/3] Change ZeroNet prefix to 0xe6 --- table.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/table.csv b/table.csv index e6b0858d..e4298db2 100644 --- a/table.csv +++ b/table.csv @@ -69,6 +69,7 @@ ipld-ns, namespace, 0xe2, IPLD path ipfs-ns, namespace, 0xe3, IPFS path swarm-ns, namespace, 0xe4, Swarm path ipns-ns, namespace, 0xe5, IPNS path +zeronet, namespace, 0xe6, ZeroNet site address ed25519-pub, key, 0xed, Ed25519 public key dash-block, ipld, 0xf0, Dash Block dash-tx, ipld, 0xf1, Dash Tx @@ -97,7 +98,6 @@ p2p-websocket-star, multiaddr, 0x01df, http, multiaddr, 0x01e0, json, serialization, 0x0200, JSON (UTF-8-encoded) messagepack, serialization, 0x0201, MessagePack -zeronet, namespace, 0x1000, ZeroNet site address x11, multihash, 0x1100, blake2b-8, multihash, 0xb201, Blake2b consists of 64 output lengths that give different hashes blake2b-16, multihash, 0xb202,