From b78499a0b0c4c1e2fac1f61170e30c45b18ef1b4 Mon Sep 17 00:00:00 2001 From: NagyZoltanPeter <113987313+NagyZoltanPeter@users.noreply.github.com> Date: Thu, 25 Jun 2026 19:36:33 +0200 Subject: [PATCH] Wire LogosDelivery to ILogosDelivery orchestrator interface LogosDelivery : ILogosDelivery; start/stop/isOnline become method overrides. Peripheral PR#3975 edits (lightpush/store clients, self_req_handlers, statistics) are import-reorg artifacts of deleting waku/utils/requests.nim, which the decomposed structure keeps -- so they are intentionally not ported. Co-Authored-By: Claude Opus 4.8 --- logos_delivery/logos_delivery.nim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/logos_delivery/logos_delivery.nim b/logos_delivery/logos_delivery.nim index 14cd3e737..435bb968d 100644 --- a/logos_delivery/logos_delivery.nim +++ b/logos_delivery/logos_delivery.nim @@ -11,6 +11,9 @@ import results, chronos, chronicles +import logos_delivery/api/logos_delivery_api +export logos_delivery_api + # Each layer has a core module (type + new/start/stop) and an api/ folder whose # modules each implement a differentiated set of operations, plus an events # surface. The concentrator re-exports them so library consumers get the full