Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,11 @@ linked-hash-map = { version = "0.5.4" }
linked_hash_set = { version = "0.1.4" }
linregress = { version = "0.5.1" }
lite-json = { version = "0.2.0", default-features = false }
<<<<<<< HEAD
litep2p = { version = "0.9.5", features = ["websocket"] }
=======
litep2p = { version = "0.12.3", features = ["rsa", "websocket"] }
>>>>>>> a12ec9c (cargo: Update litep2p to v0.12.3 (#10665))
log = { version = "0.4.22", default-features = false }
macro_magic = { version = "0.5.1" }
maplit = { version = "1.0.2" }
Expand Down
20 changes: 20 additions & 0 deletions prdoc/pr_10665.prdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
title: 'cargo: Update litep2p to v0.12.3'
doc:
- audience: Node Dev
description: |-
## [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](https://github.com/paritytech/litep2p/pull/495))
- types: Re-export cid's multihash to construct CID V1 ([#491](https://github.com/paritytech/litep2p/pull/491))

### Fixed

- fix: multistream-select negotiation on outbound substream over webrtc ([#465](https://github.com/paritytech/litep2p/pull/465))
- substream: Fix inbound bandwidth metering ([#499](https://github.com/paritytech/litep2p/pull/499))

cc @paritytech/sdk-node
crates: []
Loading