File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1919
2020- Fix incorrect default values in ConfigBuilder
2121 See [ PR 6113] ( https://github.com/libp2p/rust-libp2p/pull/6113 )
22-
22+
2323- Remove duplicated config ` set_topic_max_transmit_size ` method, prefer ` max_transmit_size_for_topic ` .
2424 See [ PR 6173] ( https://github.com/libp2p/rust-libp2p/pull/6173 ) .
2525
2626- Switch the internal ` async-channel ` used to dispatch messages from ` NetworkBehaviour ` to the ` ConnectionHandler `
2727 with an internal priority queue. See [ PR 6175] ( https://github.com/libp2p/rust-libp2p/pull/6175 )
2828
29+ - Refactor gossipsub with in-place negative-score peer removal.
30+ See [ PR 6209] ( https://github.com/libp2p/rust-libp2p/pull/6209 ) .
31+
2932## 0.49.2
3033
3134- Relax ` Behaviour::with_metrics ` requirements, do not require DataTransform and TopicSubscriptionFilter to also impl Default
You can’t perform that action at this time.
0 commit comments