rust-libp2p
rust-libp2p copied to clipboard
The Rust Implementation of the libp2p networking stack.
## Description superseeds #4914 with some changes and improvements, namely: - introduce a `Delay` for `Forward` and `Publish` messages, messages that take more than the configured delay to be sent...
### Summary Libp2p relies on a package called [email protected] in 4 different places: transport/tcp transport/quic transport/webrtc protocol/mdns This unmaintained library uses a deprecated iOS interface through one of its own...
## Description Returns `Error::InvalidMultiaddr` when `parse_ws_dial_addr` is called with `/dnsaddr`. As per its specification, `/dnsaddr` domains are not meant to be directly dialed, instead it should be appended with `_dnsaddr.`...
## Description A few months ago, we were experiencing from time to time some weird failures with `DCUTr`. After some research to find out the problem, it was a race...
### Summary When running an application using `libp2p-gossipsub` targeting wasm32 in the browser, it seems an error `Uncaught TypeError: The specifier “env” was a bare specifier, but was not remapped...
### Summary I'm connecting to a peer over WebTransport in a browser. When running release builds app is behaving correctly. Debug builds (including tests) on the other hand fail shortly...
> Remotely exploitable Denial of Service in Tonic | Details | | | ------------------- | ---------------------------------------------- | | Package | `tonic` | | Version | `0.11.0` | | URL |...
## Description Sometimes, a PR with a `send-it` label stalls due to a failing build. It is easy to forget about those. We should add an automation rule that notifies...
## Description Add support for ip6zone in the quic transport The quic transport now correctly sets the scope_id of socket addresses converted from multiaddrs containing both the ip6 and ip6zone...
## Description Increasing WebRTC max message size from 16 kiB to 256 kiB after fix browser bugs. Context: https://github.com/libp2p/specs/pull/628 ## Notes & open questions To be merged after https://github.com/libp2p/specs/pull/628 is...