-
We already have multibase, multihash that all in nutshell are `metada+data`. We don not however have similar thing for blocks, so it becomes impossible to derive what **codec to use** to decode it.
…
-
At the moment library known how to bundle non-inline UCAN chains into a payload. However if you want to pass other large data e.g. large binary blob there is no good way of doing it:
- Inlining it …
-
This issue is intended to track & discuss any and all issues related to old dependencies:
### Issues tracking dependency work
#### Core dependency updates needed (priority)
- [x] #1840
- [x…
-
URLs are going to change quite often unless they are dois. therefore it would be useful at a basic level to know the hash of the file.
one way people are thinking about this now is using a multihash.…
satra updated
6 years ago
-
> Not sure if this is supported already, but filling issue to check
Ref. https://github.com/multiformats/go-multiaddr-dns/pull/17
lidel updated
4 years ago
-
This question came up https://github.com/multiformats/js-cid/pull/79#discussion_r273321207
I should have noted what type parameter was for as it’s absolutely unclear. Creating this issue, so I can …
-
@alanshaw, @richsilv and @olizilla pushed some amazing work towards improving our dev and maintenance experience on the IPFS websites (libp2p, ipld, multiformats, etc). The Makefile now can do more th…
-
`digest.copy_from_slice(input_digest);`
instead of
https://github.com/multiformats/rust-multihash/blob/c68638c9736284d0e52aacdcfc606e1d746db9ec/src/multihash.rs#L107-L111
This will stay open till h…
-
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…
-
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…