Commit d8b70dc
chore: Update litep2p to version 0.8.4 (paritytech#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
([paritytech#301](paritytech/litep2p#301))
### Changed
- identify: Replace FuturesUnordered with FuturesStream
([paritytech#302](paritytech/litep2p#302))
- chore: Update hickory-resolver to version 0.24.2
([paritytech#304](paritytech/litep2p#304))
- ci: Ensure cargo-machete is working with rust version from CI
([paritytech#303](paritytech/litep2p#303))
cc @paritytech/networking
---------
Signed-off-by: Alexandru Vasile <[email protected]>1 parent 55d8f92 commit d8b70dc
3 files changed
+15
-5
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 | |
|---|---|---|---|
| |||
855 | 855 | | |
856 | 856 | | |
857 | 857 | | |
858 | | - | |
| 858 | + | |
859 | 859 | | |
860 | 860 | | |
861 | 861 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments