Merge branch 'master' into messagepack

This commit is contained in:
Kenneth Schiller 2019-07-24 15:04:24 -07:00 committed by GitHub
commit 0de0bbb7d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

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

View File

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

1 name tag code description
68 ipld-ns namespace 0xe2 IPLD path
69 ipfs-ns namespace 0xe3 IPFS path
70 swarm-ns namespace 0xe4 Swarm path
71 ipns-ns namespace 0xe5 IPNS path
72 ed25519-pub key 0xed Ed25519 public key
73 dash-block ipld 0xf0 Dash Block
74 dash-tx ipld 0xf1 Dash Tx