Merge branch 'libp2p:main' into fix/cross_platform_path_tests

This commit is contained in:
yashksaini-coder
2025-09-02 03:22:56 +05:30
committed by GitHub
7 changed files with 54 additions and 8 deletions

View File

@ -0,0 +1 @@
Added multiselect type consistency in negotiate method. Updates all the usages of the method.

View File

@ -0,0 +1,5 @@
Remove unused upgrade_listener function from transport upgrader
- Remove unused `upgrade_listener` function from `libp2p/transport/upgrader.py` (Issue 2 from #726)
- Clean up unused imports related to the removed function
- Improve code maintainability by removing dead code