Skip to content

Commit 5788ae8

Browse files
authored
chore: Update litep2p to version 0.8.4 (#6860)
## [0.8.4] - 2024-12-12 This release aims to make the MDNS component more robust by fixing a bug that caused the MDNS service to fail to register opened substreams. Additionally, the release includes several improvements to the `identify` protocol, replacing `FuturesUnordered` with `FuturesStream` for better performance. ### Fixed - mdns/fix: Failed to register opened substream ([#301](paritytech/litep2p#301)) ### Changed - identify: Replace FuturesUnordered with FuturesStream ([#302](paritytech/litep2p#302)) - chore: Update hickory-resolver to version 0.24.2 ([#304](paritytech/litep2p#304)) - ci: Ensure cargo-machete is working with rust version from CI ([#303](paritytech/litep2p#303)) cc @paritytech/networking --------- Signed-off-by: Alexandru Vasile <[email protected]>
1 parent f8e5a8a commit 5788ae8

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ linked-hash-map = { version = "0.5.4" }
848848
linked_hash_set = { version = "0.1.4" }
849849
linregress = { version = "0.5.1" }
850850
lite-json = { version = "0.2.0", default-features = false }
851-
litep2p = { version = "0.8.3", features = ["websocket"] }
851+
litep2p = { version = "0.8.4", features = ["websocket"] }
852852
log = { version = "0.4.22", default-features = false }
853853
macro_magic = { version = "0.5.1" }
854854
maplit = { version = "1.0.2" }

prdoc/pr_6860.prdoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
title: Update litep2p network backend to v0.8.4
2+
3+
doc:
4+
- audience: [ Node Dev, Node Operator ]
5+
description: |
6+
This PR updates the Litep2p network backend to version 0.8.4
7+
8+
crates:
9+
- name: sc-network
10+
bump: patch

0 commit comments

Comments
 (0)