From 1c023376c28b3acbc78cbfe913d243d2dbc45fa8 Mon Sep 17 00:00:00 2001 From: Kenneth Schiller Date: Wed, 24 Jul 2019 15:02:44 -0700 Subject: [PATCH 1/2] Add JSON --- table.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/table.csv b/table.csv index 07eae70..60e9754 100644 --- a/table.csv +++ b/table.csv @@ -96,6 +96,7 @@ wss, multiaddr, 0x01de, p2p-websocket-star, multiaddr, 0x01df, http, multiaddr, 0x01e0, x11, multihash, 0x1100, +json, serialization, 0x0200, JSON (UTF-8-encoded) blake2b-8, multihash, 0xb201, Blake2b consists of 64 output lengths that give different hashes blake2b-16, multihash, 0xb202, blake2b-24, multihash, 0xb203, From 92eb0c5f0377121957120d8f3e1ecf67f2e96300 Mon Sep 17 00:00:00 2001 From: Kenneth Schiller Date: Wed, 24 Jul 2019 15:05:08 -0700 Subject: [PATCH 2/2] Fix order --- table.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/table.csv b/table.csv index 60e9754..3b7bed1 100644 --- a/table.csv +++ b/table.csv @@ -95,8 +95,8 @@ ws, multiaddr, 0x01dd, wss, multiaddr, 0x01de, p2p-websocket-star, multiaddr, 0x01df, http, multiaddr, 0x01e0, -x11, multihash, 0x1100, json, serialization, 0x0200, JSON (UTF-8-encoded) +x11, multihash, 0x1100, blake2b-8, multihash, 0xb201, Blake2b consists of 64 output lengths that give different hashes blake2b-16, multihash, 0xb202, blake2b-24, multihash, 0xb203,