We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dca3918 commit 5fdf009Copy full SHA for 5fdf009
protocols/gossipsub/CHANGELOG.md
@@ -32,6 +32,9 @@
32
- Refactor gossipsub with in-place negative-score peer removal.
33
See [PR 6209](https://github.com/libp2p/rust-libp2p/pull/6209).
34
35
+- Avoid direct casting from u128 to u64.
36
+ See [PR 6211](https://github.com/libp2p/rust-libp2p/pull/6211).
37
+
38
## 0.49.2
39
40
- Relax `Behaviour::with_metrics` requirements, do not require DataTransform and TopicSubscriptionFilter to also impl Default
0 commit comments