-
Currently the connection manager treats multiaddrs in the allow/deny lists as string prefixes (e.g. `"/ip4/52.55"`), it should use the standard IP cidr format instead (e.g. `"/ip4/52.55.0.0/ipcidr/16"…
-
Our mobile client rn-fula it not ideal for production it has some deficiencies:
- It's run in headless browser which is another point of failure.
- It is hard to develop and debug! (passing error an…
-
related: #1663
Since we can't be overly strict on our reputation checks for mempool gossip, we should implement a p2p rate limiter which applies equally to all gossipped transactions.
-
- **Version**:
1.8.1
- **Subsystem**:
@libp2p/websocket , connection manager, components
#### Severity:
High
#### Description:
#### Steps to reproduce the error:
I have a test scen…
-
**rust-analyzer version**: (eg. output of "rust-analyzer: Show RA Version" command, accessible in VSCode via Ctrl/⌘+Shift+P)
`rust-analyzer` version: 0.4.1547-standalone`
**rustc version**: (eg.…
gftea updated
4 months ago
-
The idea of employing [libp2p](https://libp2p.io/) in the transport layer of the consensus engine has been around for quite some time (see https://github.com/tendermint/tendermint/issues/3696).
Ben…
-
## Presentation: What is the connection flow of a libp2p connection? What happens internally and why?
Your Name: **Jacob Heun @jacobheun**
Session Type (choose one): **Presentation**
Dura…
ghost updated
5 years ago
-
TODO
-
### Description
**Proposal**: Introduce a new function, `SendControl`, to the `GossipSubRouter` that allows the application layer to send direct control messages to a peer. This feature will primar…
-
Current version of peerStore[AddressBook] holds only addresses which was announced by the peer itself during `identify` phase, but did not holds remote peer address of currently established connection…