Commit e12ae7f
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>
(cherry picked from commit a12ec9c)1 parent f5d3ba1 commit e12ae7f
3 files changed
+23
-3
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
908 | 908 | | |
909 | 909 | | |
910 | 910 | | |
911 | | - | |
| 911 | + | |
912 | 912 | | |
913 | 913 | | |
914 | 914 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
0 commit comments