Update ZeroNet to namespace type and reorder it

This commit is contained in:
Filip Š 2019-07-26 23:19:25 +02:00 committed by GitHub
parent c404851bb2
commit 2db1aa0f55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,

1 name tag code description
74 dash-tx ipld 0xf1 Dash Tx
75 swarm-manifest ipld 0xfa Swarm Manifest
76 swarm-feed ipld 0xfb Swarm Feed
zeronet multiaddr 0x1000 ZeroNet site address (old-style Bitcoin address)
77 udp multiaddr 0x0111
78 p2p-webrtc-star multiaddr 0x0113
79 p2p-webrtc-direct multiaddr 0x0114
95 wss multiaddr 0x01de
96 p2p-websocket-star multiaddr 0x01df
97 http multiaddr 0x01e0
98 zeronet namespace 0x1000 ZeroNet site address
99 x11 multihash 0x1100
100 blake2b-8 multihash 0xb201 Blake2b consists of 64 output lengths that give different hashes
101 blake2b-16 multihash 0xb202