-
Context: https://discuss.libp2p.io/t/filtering-nodes-that-we-gossip-to/1012
We need a mechanism that allows us to provide a validator function that, given a message, filters out nodes that we *do…
-
Currently, pubsub will startup when initialized. Unfortunately, this means:
* Running three goroutines per peer (at least?).
* Processing subscriptions from peers.
This is true even if pubsub i…
-
### Problem
Noticed while debugging the issue https://github.com/waku-org/go-waku/issues/1098 in status.
Noticed logs in status-app indicating that store nodes were not able to honor some of the IW…
-
The message signature specification says that signature happens over protobuf encoded message - unfortunately, protobuf encoding is not deterministic, thus it cannot be used for generating a data stre…
-
Steps to reproduce in Quiet desktop 1.8.0 macOS and Debian Chromebook:
0. Join an existing community with thousands of messages (e.g. our existing community)
1. Click paperclip to upload a file. (…
-
I run the command in both macOS High Sierra(10.13.6) and ubuntu 16.04 and get this issue only in my macOS. I removed the entire `$GOPATH/src`, and performed `go get` again. This issue is still there.
…
-
## General remarks
- All metrics are sent via libp2p pubsub and stored by the router.
- Enabling metrics is opt-in for the client.
## Worker metrics
1. Every 10 seconds:
- Available dat…
-
I was wondering if are there any plans or even if it was ever raised to discussion the ability to extend IPFS API with custom commands/operations?
For reference, what motivated me to consider this …
-
Would be cool if we had built-in support for referencing specifications using high resolution references that already exist at standard bodies like W3C.
FYSA @darobin started poking at this problem…
-
While working on my personal project, I noticed that when using the noise protocol, both peers are intermittently getting error messages when they try to connect to each other at the same time.
…