-
Updated
May 27, 2020
multiformats
Here are 28 public repositories matching this topic...
Moved from: ipfs/go-ipfs#4918 as this isn't go-ipfs specific and will affect the spec.
Basically, we'd like to allow inlining small blocks into CIDs (using the identity hash function) for performance reasons. However, the larger the block we allow to be inlined, the less user friendly CIDs get. Unfortunately, we have to pick a "default inlined size" up front or we'll
-
Updated
Jun 12, 2020 - Rust
protobuf vs dag-pb
The name for 0x70 here is "protobuf":
https://github.com/ipfs/go-cid/blob/6e296c5c49ad84dc6a44af69fa1fe4e1245cd0cf/cid.go#L88
In the multicodec table the name for 0x70 is defined as "dag-pb":
https://github.com/multiformats/multicodec/blob/master/table.csv#L408
"protobuf" exists in the table but is mapped to 0x50:
https://github.com/multiformats/multicodec/blob/master/table.csv#L30
Thi
-
Updated
May 2, 2020 - PHP
ApiV0PinLs has arg as required argument, while https://docs.ipfs.io/reference/api/http/#api-v0-pin-ls states that it is optional. By enforcing the arg parameter one is unable to list all pinned objects of a node. Would it be possible to rectify this? Is editing the file and sending a PR an option or would those changes be lost because you run the auto-gen?
-
Updated
Dec 23, 2019 - Python
-
Updated
Mar 16, 2020 - JavaScript
-
Updated
Apr 20, 2020 - Clojure
-
Updated
Dec 4, 2017 - Scala
-
Updated
Jul 16, 2017 - Java
-
Updated
Mar 25, 2019 - C
-
Updated
Jul 27, 2019 - Swift
-
Updated
Jul 13, 2017
-
Updated
Sep 7, 2018 - Rust
-
Updated
Jul 28, 2019
-
Updated
Jun 26, 2019 - Ruby
Improve this page
Add a description, image, and links to the multiformats topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the multiformats topic, visit your repo's landing page and select "manage topics."
Currently the test vectors are missing some hashes from the Multicodec table. The missing ones should be added as especially hashed >0x80 are tricky as they need proper varint encoding. An example would be Blake2.