sukun
sukun
Enabling `wss` transport fails for rust-chromium-v0.53. Here is the failure: https://github.com/libp2p/test-plans/actions/runs/10075329324/job/27853358597 Possibly related: https://github.com/libp2p/rust-libp2p/issues/5509
I am not sure why we didn't have it before.
Specification: https://github.com/libp2p/specs/issues/479
As the pion logs are too noisy, https://github.com/libp2p/go-libp2p/pull/2915 disables them. We should reenable these logs after fixing the log level logs. In most cases these can simply be downgraded to...
We need to retract the new release too. Retracting v1.23.1 ensures that when we publish 1.23.1 go tooling will downgrade correctly to 0.6.1
fixes: #2970
We have metrics in swarm for connections that are opened, closed, handshake latency etc. However, these don't provide much insight in to ongoing dials. We should add metrics for: 1....
This reverts commit 285123a79793e619400388a875832621dee13c29. Fixes: #2921