Skip to content

Commit 260ca01

Browse files
paritytech-release-backport-bot[bot]lexnvgithub-actions[bot]EgorPopelyaev
authored
[stable2512][Backport #10665] cargo: Update litep2p to v0.12.3 (#10675)
Backport #10665 into `stable2512` from lexnv. See the [documentation](https://github.com/paritytech/polkadot-sdk/blob/master/docs/BACKPORT.md) on how to use this bot. <!-- # To be used by other automation, do not modify: original-pr-number: #${pull_number} --> --------- Signed-off-by: Alexandru Vasile <[email protected]> Co-authored-by: Alexandru Vasile <[email protected]> Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Egor_P <[email protected]>
1 parent f5d3ba1 commit 260ca01

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -908,7 +908,7 @@ linked-hash-map = { version = "0.5.4" }
908908
linked_hash_set = { version = "0.1.4" }
909909
linregress = { version = "0.5.1" }
910910
lite-json = { version = "0.2.0", default-features = false }
911-
litep2p = { version = "0.12.2", features = ["rsa", "websocket"] }
911+
litep2p = { version = "0.12.3", features = ["rsa", "websocket"] }
912912
log = { version = "0.4.22", default-features = false }
913913
macro_magic = { version = "0.5.1" }
914914
maplit = { version = "1.0.2" }

prdoc/pr_10665.prdoc

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
title: 'cargo: Update litep2p to v0.12.3'
2+
doc:
3+
- audience: Node Dev
4+
description: |-
5+
## [0.12.3] - 2025-12-16
6+
7+
This release improves the robustness of the multistream-select negotiation over WebRTC transport and fixes inbound bandwidth metering on substreams. It also enhances the dialing success rate by improving the transport dialing logic. Additionally, it re-exports CID's multihash to facilitate the construction of CID V1.
8+
9+
### Changed
10+
11+
- transports: Improves the robustness and success rate of connection dialing ([#495](https://github.com/paritytech/litep2p/pull/495))
12+
- types: Re-export cid's multihash to construct CID V1 ([#491](https://github.com/paritytech/litep2p/pull/491))
13+
14+
### Fixed
15+
16+
- fix: multistream-select negotiation on outbound substream over webrtc ([#465](https://github.com/paritytech/litep2p/pull/465))
17+
- substream: Fix inbound bandwidth metering ([#499](https://github.com/paritytech/litep2p/pull/499))
18+
19+
cc @paritytech/sdk-node
20+
crates:
21+
- name: sc-network-types
22+
bump: minor
23+
- name: sc-network
24+
bump: minor

0 commit comments

Comments
 (0)