mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 14:03:06 +00:00
Split `WakuNodeConfig` object for better separation of concerns and to introduce a tree-like structure to configuration. * fix: ensure twn cluster conf is still applied when clusterId=1 * test: remove usage of `WakuNodeConf` * Remove macro, split builder files, remove wakunodeconf from tests * rm network_conf_builder module as it is not used --------- Co-authored-by: NagyZoltanPeter <113987313+NagyZoltanPeter@users.noreply.github.com> Co-authored-by: Ivan Folgueira Bande <ivansete@status.im>
8 lines
179 B
Nim
8 lines
179 B
Nim
import
|
|
./node/net_config,
|
|
./node/waku_switch as switch,
|
|
./node/waku_node as node,
|
|
./node/health_monitor as health_monitor
|
|
|
|
export net_config, switch, node, health_monitor
|