-
### Version
29.0.3
### Steps to reproduce
1. Clone my Repo at https://github.com/shiftcode/ts-jest-issue/tree/esm-investigation-mts
2. Follow instruction in [README](https://github.com/shiftcode/t…
-
Importing this module does not get inferred types. I think we need to add them in the package.json exports
-
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…
-
As follow up to: https://github.com/multiformats/go-multibase/pull/6
It might be worth to think a bit about introduction of test utility lib so we don't have to use 3 lines for to pass through an e…
-
https://github.com/multiformats/multicodec
https://snowplowanalytics.com/blog/2014/05/15/introducing-self-describing-jsons/
https://github.com/digitalbazaar/cborld
In essence, don't worry about r…
-
Paraphrasing @MarcoPolo "HTTP semantics can run on top of any transport. So these need to be able to be defined on top of any multiaddr not just ones that end in `/http`" (as documented in https://git…
-
Hey guys,
I am interested in helping to implement the IPLD spec in Python. It will be great to have some pointers about where to start and if there is any ongoing effort already in place.
Thanks…
-
Most hashers implement [RustCrypto's `Digest` trait](https://crates.io/crates/digest). Once https://github.com/RustCrypto/hashes/pull/228 lands all hashers except for `strobe` implement the `Digest` t…
-
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 …
-
For full support in the IPLD/IPFS ecosystem there are three components.
1) Multicodec type which involves picking an appropriately sized and available byte range and justifying reserving it in http…