mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-06-27 20:10:02 +00:00
Make liblogosdelivery and wakunode2 compile, remove waku/api.nim as it was just a import orchestrator
This commit is contained in:
parent
341556e964
commit
43b88cf8e7
@ -9,6 +9,8 @@ import logos_delivery/waku/waku_core/[topics/content_topic, message/message, tim
|
||||
|
||||
export content_topic, message
|
||||
|
||||
export content_topic, message
|
||||
|
||||
type
|
||||
MessageEnvelope* = object
|
||||
contentTopic*: ContentTopic
|
||||
|
||||
@ -11,8 +11,6 @@
|
||||
|
||||
import results, chronos, chronicles
|
||||
|
||||
import logos_delivery/waku/api
|
||||
export api
|
||||
import logos_delivery/waku/waku
|
||||
export waku
|
||||
import logos_delivery/messaging/messaging_client
|
||||
@ -22,6 +20,8 @@ export reliable_channel_manager
|
||||
|
||||
import logos_delivery/waku/factory/waku_conf
|
||||
import logos_delivery/waku/factory/app_callbacks
|
||||
import tools/confutils/cli_args
|
||||
import logos_delivery/waku/node/health_monitor/online_monitor
|
||||
|
||||
logScope:
|
||||
topics = "logosdelivery"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -50,6 +50,9 @@ import
|
||||
factory/app_callbacks,
|
||||
persistency/persistency,
|
||||
factory/validator_signed,
|
||||
waku_lightpush/client,
|
||||
waku_lightpush_legacy/client,
|
||||
waku_store/client,
|
||||
],
|
||||
./factory/waku_conf,
|
||||
./factory/waku_state_info
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user