Skip to content

Commit f728315

Browse files
committed
merge master@origin
2 parents 61d436a + 54228bf commit f728315

File tree

17 files changed

+1635
-256
lines changed

17 files changed

+1635
-256
lines changed

Cargo.lock

Lines changed: 327 additions & 132 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protocols/gossipsub/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
- Fix underflow when shuffling peers after prunning.
66
See [PR 6183](https://github.com/libp2p/rust-libp2p/pull/6183)
77

8+
9+
- Implement gossipsub 1.3 extensions control message.
10+
See [PR 6119](https://github.com/libp2p/rust-libp2p/pull/6119)
11+
812
- Remove peer penalty for duplicate messages.
913
See [PR 6112](https://github.com/libp2p/rust-libp2p/pull/6112)
1014

@@ -26,6 +30,9 @@
2630
- Switch the internal `async-channel` used to dispatch messages from `NetworkBehaviour` to the `ConnectionHandler`
2731
with an internal priority queue. See [PR 6175](https://github.com/libp2p/rust-libp2p/pull/6175)
2832

33+
- Switch the internal `async-channel` used to dispatch messages from `NetworkBehaviour` to the `ConnectionHandler`
34+
with an internal priority queue. See [PR XXXX](https://github.com/libp2p/rust-libp2p/pull/XXXX)
35+
2936
## 0.49.2
3037

3138
- Relax `Behaviour::with_metrics` requirements, do not require DataTransform and TopicSubscriptionFilter to also impl Default

0 commit comments

Comments
 (0)