mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-05-12 21:39:31 +00:00
* any port set to 0 on conf results in a random port bound * Debug API MyBoundPorts reports actually bound ports for all services, reports 0 if disabled * write back bound values to both WakuConf and WakuNode.ports * setupDiscoveryV5 returns Result and errors out on port 0 * rename setupAndStartDiscv5WithAutoPort to setupAndStartDiscv5 * updateWaku ENR rebuild now runs after discv5 startup * Add DefaultP2pTcpPort, DefaultDiscv5UdpPort, DefaultWebSocketPort, DefaultRestPort, DefaultMetricsHttpPort * add tests
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
|