Max Inden
Max Inden
@matthunz friendly ping. What do you think of bumping `bytes`?
I will try once more. @matthunz would you mind taking a look at this pull request? This is blocking all downstream crates to update. Please let me know in case...
`futures-codec` not updating to `bytes` `v1.0` blocked many downstream crates e.g. [`rust-libp2p`](https://github.com/libp2p/rust-libp2p/) to upgrade other dependencies. I decided to fork `futures-codec` to provide a fully upgraded version: https://github.com/mxinden/asynchronous-codec For now...
@burdges unfortunately the browser is very restrictive when it comes to WebRTC. We can not inject anything in the DTLS handshake itself. Instead we run an additional Noise handshake, but...
> + [libp2p/rust-libp2p#3575](https://github.com/libp2p/rust-libp2p/pull/3575) (I think we should wait for a new patch release) Released as `libp2p` `v0.51.1` and `libp2p-webrtc` `v0.4.0-alpha.3`. https://github.com/libp2p/rust-libp2p/blob/libp2p-v0.51.1/transports/webrtc/CHANGELOG.md#040-alpha3 > There was a bug in libp2p ([libp2p/rust-libp2p#3244](https://github.com/libp2p/rust-libp2p/issues/3244)) which...
Please make sure to use `multiaddr` `>= v0.17.1`. See https://github.com/multiformats/rust-multiaddr/pull/84.
Hi @soumyadipDe, thanks for reporting. I am not aware of this being by design. I will dig further into it. Can you provide your full Alertmanager config so I can...
Following up on the removal of `sendmmsg` in https://github.com/quinn-rs/quinn/commit/ee0882657a16a8ffd7ff5844f355caca519e63ce and its implication for Firefox. Summarizing here since it lead to confusion elsewhere pointing to this discussion. Long story short, **I...
In general I am in favor of a `PeerStore` `NetworkBehaviour` implementation. In addition to the above, I suggest adding a new variant to `libp2p_swarm::behaviour::ToSwarm`, allowing a `NetworkBehaviour` to inform other...
> In addition to the above, I suggest adding a new variant to `libp2p_swarm::behaviour::ToSwarm`, allowing a `NetworkBehaviour` to inform other `NetworkBehaviour`s of addresses of peers it discovered. Similar to how...