-
### Problem
The `ipfs-http-client` package is now shipped with types, and those types seem to conflict with the `IPFS` type we are using in this package.
### Steps to Reproduce
```typescript
…
-
### Which packages are impacted by your issue?
@graphprotocol/graph-cli
### Describe the issue
The package ipfs-http-client is deprecated (see [this issue for migration process](https://githu…
-
a new ipfs node (kubo v0.31.0) when started yields this error in docker environment:
```
fatled to sufficiently increase receive buffer size (was: 208 kiB, wanted: 7168 kiB, got: 416 kLB). See htt…
-
## Describe the bug
Right now we support this within the quill renderer:
```typescript
markdownRenderer.image = (href, title, text) => {
if (href?.startsWith('ipfs://')) {
const hash = …
-
We should cross-test js-ipfs using the interface-go-ipfs-core test suite and the go-ipfs-http-client. This will currently _fail_ as go-ipfs-http-client uses the streaming API but writing this integrat…
-
### Checklist
- [X] This is a bug report, not a question. Ask questions on [discuss.ipfs.tech](https://discuss.ipfs.tech/c/help/13).
- [X] I have searched on the [issue tracker](https://github.com/ip…
-
![Screenshot from 2022-09-07 16-06-52](https://user-images.githubusercontent.com/107787256/188864604-e835eeaa-61b4-490c-af87-1204f21a6207.png)
when i am using ipfs package it showing "ERR_PACKAGE_P…
-
> This issue is a WIP to capture enhancement ideas
When instantiating a Web3 object, I believe we should be doing a few more things:
1. Creating a [client instance](https://pystac-client.readthe…
-
Hello team,
I'm receiving an error whenever I try to import `ipfs-http-client`. I realize this is `js-ipfs-utils` repo but the error is orignating from this repo's code.
My code
```javascript
…
-
A new command:
```
trustchain-cli status
```
that reports something like:
```
IPFS...... ✅
MongoDB... ✅
Bitcoin... ❌ [Synching blocks: 3191562/3193183]
```
or (omitting HTTP Server if it ha…