Files
bitcoin/test/functional/test_framework
Lőrinc 1950da94fc test: enable rpc_bind on macOS and BSD
`rpc_bind` uses `all_interfaces` to find a non-loopback IPv4 address and `get_bind_addrs` to verify the node's listening sockets.
Add `all_interfaces` support for macOS, FreeBSD, NetBSD, and OpenBSD using `ifconfig -au`, switch the test to the POSIX platform guard so it runs there too, and fail early if no IPv4 interfaces are returned.

Co-authored-by: Sjors Provoost <sjors@sprovoost.nl>
2026-04-06 17:05:40 +03:00
..
2026-03-12 16:01:05 +01:00
2025-12-26 08:19:34 +01:00
2026-03-31 12:25:06 +02:00