Merge branch 'master' into messagepack

This commit is contained in:
Kenneth Schiller 2019-07-24 17:45:25 -07:00 committed by GitHub
commit 14dabd507b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,7 +95,8 @@ ws, multiaddr, 0x01dd,
wss, multiaddr, 0x01de,
p2p-websocket-star, multiaddr, 0x01df,
http, multiaddr, 0x01e0,
messagepack, serialization, 0x0200, MessagePack
json, serialization, 0x0200, JSON (UTF-8-encoded)
messagepack, serialization, 0x0201, MessagePack
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
95 wss multiaddr 0x01de
96 p2p-websocket-star multiaddr 0x01df
97 http multiaddr 0x01e0
98 messagepack json serialization 0x0200 MessagePack JSON (UTF-8-encoded)
99 messagepack serialization 0x0201 MessagePack
100 x11 multihash 0x1100
101 blake2b-8 multihash 0xb201 Blake2b consists of 64 output lengths that give different hashes
102 blake2b-16 multihash 0xb202