Logo
Explore Help
Sign In
logos-messaging/logos-delivery
1
0
Fork 0
You've already forked logos-delivery
mirror of https://github.com/logos-messaging/logos-delivery.git synced 2026-08-04 02:43:36 +00:00
Code Issues Packages Projects Releases Wiki Activity
logos-delivery/waku/waku_node.nim

14 lines
427 B
Nim
Raw Normal View History

chore: Separation of node health and initialization state from rln_relay (#2612) * 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
2024-04-23 18:53:18 +02:00
import
./node/waku_switch as switch,
./node/waku_node as node,
Rename kernel_api dir to waku_node and tidy node module layout (#3927)
2026-06-04 23:06:54 +02:00
./node/waku_node/filter as filter_api,
./node/waku_node/lightpush as lightpush_api,
./node/waku_node/store as store_api,
./node/waku_node/relay as relay_api,
./node/waku_node/peer_exchange as peer_exchange_api,
./node/waku_node/ping as ping_api
refactor(node): added waku_node barrel import and split config module
2023-04-05 09:46:13 +02:00
Rename kernel_api dir to waku_node and tidy node module layout (#3927)
2026-06-04 23:06:54 +02:00
export
switch, node, filter_api, lightpush_api, store_api, relay_api, peer_exchange_api,
ping_api
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.0 Page: 86ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API