Make liblogosdelivery and wakunode2 compile, remove waku/api.nim as it was just a import orchestrator

This commit is contained in:
NagyZoltanPeter 2026-06-23 17:00:28 +02:00
parent 341556e964
commit 43b88cf8e7
No known key found for this signature in database
GPG Key ID: 3E1F97CF4A7B6F42
4 changed files with 7 additions and 1036 deletions

View File

@ -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

View File

@ -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

View File

@ -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