rust-libp2p icon indicating copy to clipboard operation
rust-libp2p copied to clipboard

The Rust Implementation of the libp2p networking stack.

Results 497 rust-libp2p issues
Sort by recently updated
recently updated
newest added

Signed-off-by: Abhijith Ganesh # Description Implementation of logs that will log the type of protocol used and other relevant information relevant to track usage. ## Links to any relevant issues...

> sodiumoxide is deprecated | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `sodiumoxide` | | Version | `0.2.7` | | URL...

Signed-off-by: Abhijith Ganesh # Description Replaces `Sodiumoxide` Crate with `ed25519_dalek` crate due to the security issue: RUSTSEC-2021-0137 ## Links to any relevant issues Linked Issue: #2811 ## Open Questions ##...

# Description _Draft until `if-watch-2.0.0` is published._ Update to `if-watch` version `v2.0.0`, which allows us to simplify our integration in the tcp transport quite a bit: - Since `IfWatcher::new` is...

# Description `Listener` variant of `ConnectedPoint` is meaningless in `DialError::WrongPeerId`, so this PR replaces `ConnectedPoint` with `Multiaddr` (previously returned in the `Dialer` variant). ## Links to any relevant issues This...

# Description Update an examle for trasnfering a binary file ## Links to any relevant issues ## Open Questions ## Change checklist - [x] I have performed a self-review of...

# Description In preparation for https://github.com/libp2p/rust-libp2p/pull/2751. ## Change checklist - [x] I have performed a self-review of my own code - [x] I have made corresponding changes to the documentation...

# Description Test that `HandlerWrapper` upholds the provided `max_negotiating_inbound_streams` limit. ## Links to any relevant issues Feature introduced in #2697. ## Open Questions ## Change checklist - [x] I have...

Currently it is possible to get to the [`ConnectionLimits`](https://docs.rs/libp2p/latest/libp2p/swarm/struct.ConnectionLimits.html) struct for the current swarm, but it is not possible to read the actual limits, which would be useful to for...

## Description In order to answer questions like: - Do most of the connections to remote peers use IPv4 or IPv6? TCP, Quic or WebRTC? ... - What protocols do...

difficulty:easy
help wanted
getting-started