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

### Description `rust-libp2p` only exposes the total peer score obtained after summing a range of sub-components (time in mesh, first message deliveries, ip collocation factor, behavioral penalties, ...). It would...

## Description This allows dialling with and listening on AF_UNIX/SOCK_STREAM sockets. Ripped 100% off transports/tcp, as in I `cp -r tcp unix-stream`ed it. Uses proposed encoding from https://github.com/multiformats/multiaddr/pull/174#issuecomment-2964331099 ## Notes...

## Description This PR introduces `Key` to `InboundRequest::AddProvider` and `InboundRequest::PutRecord` to provide the record key when it is inserted into the `RecordStore`. Resolves #6048. ## Notes & open questions While...

## Description This PR introduces a new libp2p-connection-tracker crate that provides a lightweight `NetworkBehaviour` for tracking connected peers. The primary motivation is to eliminate the need for manual connection state...

## Description Adds support for WebSocket dialing with multiaddrs of the form: ``` /ip4/…/tcp/…/tls/sni//ws ``` This enables `rust-libp2p` nodes to connect to WSS peers using SNI-based addressing, as introduced in...

ref https://github.com/libp2p/rust-libp2p/issues/5935 crate to update: swarm, mDNS, and the transports TCP, QUIC and _**DNS**_.

### Summary I am unable to use [dns-sd](https://manp.gs/mac/1/dns-sd) tool with libp2p-mdns. See below for more info. ### Expected behavior I will give an example over another crate, [mdns-sd](https://crates.io/crates/mdns-sd). Suppose we...

### Description _Moving this into a separate issue to increase awareness_. We are planning to deprecate support for `async_std` throughout all of rust-libp2p. See prior discussion in https://github.com/libp2p/rust-libp2p/issues/4449#issuecomment-2490995499 and https://github.com/libp2p/rust-libp2p/issues/3515#issuecomment-2443830862....

difficulty:easy
help wanted

### Description Recent versions of rust-libp2p have introduced significant breaking changes and deprecated core features, alongside frequent increases in the Minimum Supported Rust Version (MSRV). While continuous development and improvement...

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.37.0 to 0.38.0. Commits e1fcd82 html: properly handle trailing solidus in unquoted attribute value in foreign... ebed060 internal/http3: fix build of tests with GOEXPERIMENT=nosynctest 1f1fa29 publicsuffix: regenerate...

dependencies
go