-
https://github.com/multiformats/py-multihash
https://multihash.readthedocs.io/en/latest/api_reference.html
It could probably use a dataclass wrapper similar to what I did with [github/cardoso-neto…
-
The first step of the `cid decode` algorithm (https://github.com/multiformats/cid#decoding-algorithm) is:
> If it is 46 characters long and starts with Qm..., it's a CIDv0. Decode it as base58btc and…
-
Look at https://pkg.go.dev/github.com/multiformats/go-multicodec@master, for example. Its API just exposes an enum-like integer type, with some constants of that type, and a method on the type.
All…
-
## Failing module
- **GitHub**: https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-http-client
- **npm**: https://npm.im/ipfs-http-client
```js
import { create } from 'https://esm.sh/ip…
-
There is probably things missing from the current version that we would like the multiformats website.
We need to have an explicit list of things missing so we can go forward with implementation.
In…
-
I've seen that your codec 406 is not registered in this files https://github.com/multiformats/multicodec/blob/master/table.csv
We can have a conflict if an other project use to 406 code.
-
I have installed "Github Organization Manager" into [my organization](https://github.com/multiformats) ([per link](https://github.com/organizations/multiformats/settings/installations/15749699)). I …
-
Decoding something with a `peer.ID` in it breaks as it seems to assume the destination type is string. Other codecs like msgpack work.
```go
package main
import (
"bytes"
"fmt"
"log"
…
-
Don't check for CID length, use `cid` lib:
https://github.com/multiformats/rust-cid#usage
```rust
use cid::Cid;
use std::convert::TryFrom;
let out = Cid::try_from(data).unwrap();
```
- …
siman updated
4 years ago
-
Busy reading: https://github.com/ipld/ipld
Watching: https://youtu.be/Bqs_LzBjQyk (Juan Benet: "Enter the Merkle Forest")