From d018e29a933934fd9a0264a5a6918b5f6f453086 Mon Sep 17 00:00:00 2001 From: Jim McDonald Date: Sun, 9 Jun 2019 09:49:57 +0100 Subject: [PATCH 1/2] Add IPNS namespace --- table.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/table.csv b/table.csv index 99ed364..07eae70 100644 --- a/table.csv +++ b/table.csv @@ -68,6 +68,7 @@ decred-tx, ipld, 0xe1, Decred Tx ipld-ns, namespace, 0xe2, IPLD path ipfs-ns, namespace, 0xe3, IPFS path swarm-ns, namespace, 0xe4, Swarm path +ipns-ns, namespace, 0xe5, IPNS path ed25519-pub, key, 0xed, Ed25519 public key dash-block, ipld, 0xf0, Dash Block dash-tx, ipld, 0xf1, Dash Tx From 413015461e85abb1ed543f9e2c4dada8dd85545f Mon Sep 17 00:00:00 2001 From: Derk-Jan Karrenbeld Date: Thu, 20 Jun 2019 17:58:26 +0200 Subject: [PATCH 2/2] Add Ruby implementation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 595b050..02e7ba3 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ This ["first come, first assign"](https://github.com/multiformats/multicodec/pul - [Haskell](https://github.com/multiformats/haskell-multicodec) - [Elixir](https://github.com/nocursor/ex-multicodec) - [Scala](https://github.com/fluency03/scala-multicodec) +- [Ruby](https://github.com/sleeplessbyte/ruby-multicodec) - [Add yours today!](https://github.com/multiformats/multicodec/edit/master/table.csv) ## Multicodec Path, also known as [`multistream`](https://github.com/multiformats/multistream)