Skip to content

Commit 75ffb79

Browse files
fix: Ensure newline at end of file in address_validation.py and update news fragment formatting
1 parent cf48d2e commit 75ffb79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libp2p/utils/address_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,4 @@ def is_non_loopback(ma: Multiaddr) -> bool:
147147
"get_available_interfaces",
148148
"get_optimal_binding_address",
149149
"expand_wildcard_address",
150-
]
150+
]

newsfragments/811.internal.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Add Thin Waist address validation utilities and integrate into echo example
44
- Implement ``get_available_interfaces()``, ``get_optimal_binding_address()``, and ``expand_wildcard_address()``
55
- Update echo example to use dynamic address discovery instead of hardcoded wildcard
66
- Add safe fallbacks for environments lacking Thin Waist support
7-
- Temporarily disable IPv6 support due to libp2p handshake issues (TODO: re-enable when resolved)
7+
- Temporarily disable IPv6 support due to libp2p handshake issues (TODO: re-enable when resolved)

0 commit comments

Comments
 (0)