-
#### Version information:
```
$ ipfs version --all
go-ipfs version: 0.4.22-
Repo version: 7
System version: amd64/linux
Golang version: go1.12.8
```
#### Description:
ipfswatch doesn'…
-
### Checklist
- [X] This is a bug report, not a question. Ask questions on [discuss.ipfs.io](https://discuss.ipfs.io).
- [X] I have searched on the [issue tracker](https://github.com/ipfs/kubo/iss…
-
There is in this package a bunch of pressure release mechanisms to avoid breaking or using too much memory when things get clogged under load. The downside is that pubsub can drop some messages under …
-
Hi,
I'm trying to move from `typescript-json-schema` to `ts-json-schema-generator`, but I'm seeing this error:
```
Error: Unknown node "Application" (ts.SyntaxKind = 190) at /Users/rohantalip/rep…
-
Libp2p has streams, but they're really annoying:
1. They take up resources when not in use, so we usually treat them as ephemeral. But this gets _really_ annoying when we want to send ordered messa…
-
Why do we need a libp2p daemon and what do we want it to do?
-
Messages that are broadcasted via gossipsub do not receive an ACK confirming when they're received by peers.
This is problematic in the following situation:
1. You have a relay node connected to s…
-
### 测试方法
1. 测试线上主链的区块广播,统计区块内交易是否都在mempool中存在,跑了2w个区块,5%的区块无法在mempool中找到完整的交易列表, 即交易在网络广播中存在丢失情况
2. 本机搭建4节点情况暂未发现丢失情况
### 相关模块
dht pubsub广播
-
Hello,
I've an error running ipfs daemon :
```ipfs daemon
Initializing daemon...
go-ipfs version: 0.4.22-4e981576b-dirty
Repo version: 7
System version: amd64/linux
Golang version: go1.12.9
…
-
mDNS discovery protocol does not work between implementations of Go and Javascript.
I'm trying to set up basic chat example where nodes discover each other through mDNS, looking at the examples…