mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-10 07:00:54 +00:00
fix: Ensure newline at end of file in address_validation.py and update news fragment formatting
This commit is contained in:
@ -147,4 +147,4 @@ __all__ = [
|
|||||||
"get_available_interfaces",
|
"get_available_interfaces",
|
||||||
"get_optimal_binding_address",
|
"get_optimal_binding_address",
|
||||||
"expand_wildcard_address",
|
"expand_wildcard_address",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -4,4 +4,4 @@ Add Thin Waist address validation utilities and integrate into echo example
|
|||||||
- Implement ``get_available_interfaces()``, ``get_optimal_binding_address()``, and ``expand_wildcard_address()``
|
- Implement ``get_available_interfaces()``, ``get_optimal_binding_address()``, and ``expand_wildcard_address()``
|
||||||
- Update echo example to use dynamic address discovery instead of hardcoded wildcard
|
- Update echo example to use dynamic address discovery instead of hardcoded wildcard
|
||||||
- Add safe fallbacks for environments lacking Thin Waist support
|
- Add safe fallbacks for environments lacking Thin Waist support
|
||||||
- Temporarily disable IPv6 support due to libp2p handshake issues (TODO: re-enable when resolved)
|
- Temporarily disable IPv6 support due to libp2p handshake issues (TODO: re-enable when resolved)
|
||||||
|
|||||||
Reference in New Issue
Block a user