-
Gossipsub v1.1 introduces many new configurable parameters:
https://github.com/libp2p/specs/blob/master/pubsub/gossipsub/gossipsub-v1.1.md#overview-of-new-parameters
Should we standardize on some/…
-
Associated with #1, there needs to be a consistent ways for peers to identify the plugins they are using. Couple of options:
1. Use the [identify](https://docs.rs/libp2p/latest/libp2p/identify/inde…
-
The Ethereum networking layer has been attacked several times. Py-libp2p and more generally libp2p would benefit from protection against [common attacks on peer to peer networks](http://www.dcs.gla.ac…
-
# Use cases
If you develop a user driven site in IPFS you might need some way of informing the users about something. For instance of a new mail message, an admin approval, a blocked whatever. IPFS c…
-
Work in progress - please contribute. See ipfs/apps#40.
The basic concept: use IPFS + ipfs-based pubsub to manage things like queues that orchestrate machine workers instead of using centralized sy…
-
Hello,
I'm trying to install the latest version of the daemon to try it out, but I'm a bit perplexed by the install procedure. Could you add documentation to show how to start the daemon, and/or re…
-
# Topic Management Strategies And Implementation
One of the recent changes to this library (which I personally like, as it has resulted in much better message throughput in benchmarks) makes it so …
-
This issue is to discuss the user-facing API of a pubsub service on top of [libp2p](https://github.com/ipfs/specs/tree/master/libp2p).
Here are some pertinent questions to stimulate discussion:
1. Wh…
-
- [x] Fix existing p2p tests
- [ ] Make sure existing p2p tests work with webrtc version
- [ ] Add discovery tests
- [x] Add rpc tests
- [x] Add identify tests
- [ ] Add pubsub tests
- [ ] TODO
-
As discussed in a meeting, we agreed on using the current features that we have in wakurtosis to run some simulations and try to i) learn more about nwaku behaviour with a significant amount of nodes …