Skip to content

Commit a12ec9c

Browse files
cargo: Update litep2p to v0.12.3 (#10665)
## [0.12.3] - 2025-12-16 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. ### Changed - transports: Improves the robustness and success rate of connection dialing ([#495](paritytech/litep2p#495)) - types: Re-export cid's multihash to construct CID V1 ([#491](paritytech/litep2p#491)) ### Fixed - fix: multistream-select negotiation on outbound substream over webrtc ([#465](paritytech/litep2p#465)) - substream: Fix inbound bandwidth metering ([#499](paritytech/litep2p#499)) cc @paritytech/sdk-node --------- Signed-off-by: Alexandru Vasile <[email protected]> Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4581cab commit a12ec9c

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-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
@@ -897,7 +897,7 @@ linked-hash-map = { version = "0.5.4" }
897897
linked_hash_set = { version = "0.1.4" }
898898
linregress = { version = "0.5.1" }
899899
lite-json = { version = "0.2.0", default-features = false }
900-
litep2p = { version = "0.12.2", features = ["rsa", "websocket"] }
900+
litep2p = { version = "0.12.3", features = ["rsa", "websocket"] }
901901
log = { version = "0.4.22", default-features = false }
902902
macro_magic = { version = "0.5.1" }
903903
maplit = { version = "1.0.2" }

prdoc/pr_10665.prdoc

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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: []

0 commit comments

Comments
 (0)