-
Recently I even could not open the page, it was just loading forever.
Now the page loads. I can create a local database, but the remote seems to not work. I get this in my firefox console:
```
…
-
```js
import { createHelia } from 'helia'
import { json } from '@helia/json'
const helia = await createHelia()
const j = json(helia)
const cid = await j.add([{foo:'bar'}])
await helia.pins.a…
-
Hi.
If my understanding is correct, currently the DID operations are validated by a "central PLC directory server".
From the description and the use of CIDv1, I guess the DID Documents are/can be …
-
Many other packages depend on typing-extensions>=4.6.1.
Please consider supporting >=4.6.0 to avoid dependency conflicts.
-
**Do you want to request a *feature* or report a *bug*?**
*bug*
**What is the current behavior?**
The indexers are not indexing the IPFS CIDv1.
This CID is the v0: QmXT4PhR9pwAUqkxg6tgqR8xWUsT…
-
## Describe the bug
Received bytes are truncated
## To Reproduce
1. Install required deps:
```shell
pip install dag-cbor aiohttp httpx-ws starlette
```
2. Create .py file and copy-paste…
-
I stumbled upon this issue while trying to generate some arbitrary `Ipld` values with quickcheck.
It turns out that arbitrary `Integer` when serialised, could potentially mess with deserialisation.
…
-
Hey @MarshalX (and others contributing to this repo)!
Wanted to share a resource and see if you had any feedback. We have started collecting some cross-language test vectors at: https://github.com/…
-
## Context
https://github.com/ipfs/go-ipfs/pull/8758 adds support for CAR export via Gateway.
It exports entire dag as a CAR stream, which does not cover all use cases.
For example, thin client…
-
# Background
Currently, we have quite a few places that simply assume that all IPLD data is dag-cbor.
In the sdk, `send` assumes `dag-cbor`:
- https://github.com/filecoin-project/ref-fvm/blob…