mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-03 14:33:12 +00:00
* Separation of node health and initialization state from rln_relay status. Make (only) health endpoint avail early and install others in the last stage of node setup. * Proper json report from /health, adjusted and fixed test, added convenient script for checking node health * Stop wakunode2 if configured rest server cannot be started * Fix wakuRlnRelay protocol existence check * Fix typo * Removed unused imports from touched files. * Added missing /health test for all
8 lines
171 B
Nim
8 lines
171 B
Nim
import
|
|
./node/config,
|
|
./node/waku_switch as switch,
|
|
./node/waku_node as node,
|
|
./node/health_monitor as health_monitor
|
|
|
|
export config, switch, node, health_monitor
|