Files
logos-messaging-go-bindings/pkg/kernel
Igor Sirotin fc894011a8 fix: keep allocating test ports, and move that out of the library
Removing GetFreePortIfNeeded also removed the allocation StartWakuNode
did, and the library does not treat a zero DiscV5 UDP port as "pick one":
every node tried the same default and all but the first failed to bind.

StartWakuNode is test scaffolding, so it moves to the test helpers along
with the port allocation. Neither is part of the package surface now.
2026-08-25 14:31:42 +01:00
..