mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
Merge branch 'main' into dependency-chore
This commit is contained in:
1
newsfragments/811.feature.rst
Normal file
1
newsfragments/811.feature.rst
Normal file
@ -0,0 +1 @@
|
||||
Added Thin Waist address validation utilities (with support for interface enumeration, optimal binding, and wildcard expansion).
|
||||
7
newsfragments/811.internal.rst
Normal file
7
newsfragments/811.internal.rst
Normal file
@ -0,0 +1,7 @@
|
||||
Add Thin Waist address validation utilities and integrate into echo example
|
||||
|
||||
- Add ``libp2p/utils/address_validation.py`` with dynamic interface discovery
|
||||
- Implement ``get_available_interfaces()``, ``get_optimal_binding_address()``, and ``expand_wildcard_address()``
|
||||
- Update echo example to use dynamic address discovery instead of hardcoded wildcard
|
||||
- Add safe fallbacks for environments lacking Thin Waist support
|
||||
- Temporarily disable IPv6 support due to libp2p handshake issues (TODO: re-enable when resolved)
|
||||
5
newsfragments/863.bugfix.rst
Normal file
5
newsfragments/863.bugfix.rst
Normal file
@ -0,0 +1,5 @@
|
||||
Fix multi-address listening bug in swarm.listen()
|
||||
|
||||
- Fix early return in swarm.listen() that prevented listening on all addresses
|
||||
- Add comprehensive tests for multi-address listening functionality
|
||||
- Ensure all available interfaces are properly bound and connectable
|
||||
Reference in New Issue
Block a user