mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-05-12 21:39:31 +00:00
* fix node info to use announcedAddresses again
* expose ports via Debug API ("MyBoundPorts")
* builders default to port 0 in discv5/metrics/p2pTcp
* add waku/net/bound_ports.nim
* move auto_port and net_config to waku/net/
* extract port-0 retry loop to tryWithAutoPort[T]
* misc refactors and fixes
9 lines
225 B
Nim
9 lines
225 B
Nim
import
|
|
./net/net_config,
|
|
./node/waku_switch as switch,
|
|
./node/waku_node as node,
|
|
./node/health_monitor as health_monitor,
|
|
./node/kernel_api as kernel_api
|
|
|
|
export net_config, switch, node, health_monitor, kernel_api
|