-
I'd like to be able to prioritize traffic on one topic over traffic from another, so that messages from topic B would never cause delays (as much as is practical) for topic A, if topic A hash higher p…
-
Running our Makefiles on Windows does not work because our protoc commands use ":" as a path delimiter in the `--proto_path` parameter. For example, in https://github.com/libp2p/go-libp2p-pubsub/blob/…
-
# gossipsub profiling and optimization
**Hackers, find and fix bottlenecks and performance hotspots in the Go implementation of gossipsub, and win 1750 EUR!** 🤑
See **devgrant 7** in the libp2p…
raulk updated
3 years ago
-
## Description
Looking for additional logging to be added to the https call to the ccq proxy to submit the payload. Running into an issue where our submission is not making it to the other guar…
-
Some tests are flaky & do not reliably pass locally or on CI (#141 for example).
As discussed with @aschmahmann, the two we know to be flaky are:
1. TestGossipsubGossip
2. TestGossipsubGossipPi…
-
In this note I will try to explore how the features of IPFS can be used in a typical package manager. In the following sections, a simplified description of how a typical current package manager is pr…
-
#### Version information:
`github.com/ipfs/go-ipfs v0.7.0`
#### Description:
When subscribing and publishing to the same topic, 2 IPFS nodes connected to each other do not receive messages. W…
-
Libp2p swarm using p2p-stardust
Replication:
- New events announced via pubSub
- Previous data / Current data is always fetchable from other nodes via RPC
- Figure out a way to most reliably …
-
Currently if a node subscribes to enough topics such that the RPC that is used to send topic subscription announcements exceeds the maximum message size (defaults to 1MiB) then we'll silently fail and…
-
### Problem
We are seeing a lot of restarts for the systemd unit running `wakunode2` with version `0.20.0`
### To reproduce
Our `systemd` unit definition:
```
[Unit]
Description=Waku2 Node
A…