7 Commits

Author SHA1 Message Date
NagyZoltanPeter
f3cb30903c
nph 2026-06-25 09:52:19 +02:00
NagyZoltanPeter
2322dafd70
Add events to interface level 2026-06-25 09:52:19 +02:00
NagyZoltanPeter
019937a79b
Typo in file name 2026-06-25 09:52:18 +02:00
NagyZoltanPeter
eb5b82de2b
Initial add of api layers interface classes 2026-06-25 09:52:18 +02:00
NagyZoltanPeter
59c3a36689
make test compile and run 2026-06-25 09:52:18 +02:00
NagyZoltanPeter
43b88cf8e7
Make liblogosdelivery and wakunode2 compile, remove waku/api.nim as it was just a import orchestrator 2026-06-25 09:52:18 +02:00
NagyZoltanPeter
6d35800fce
Chore: api shape phase2 (#3974)
* Move waku.nim from waku/factory to under waku/
* remove unused
* Realize Kernel API in scope of Waku class
* Refactor waku/api into messaging_client, waku/api/types and api_conf into logos_delivery/api
* Make liblogosdelivery and wakunode2 compile, remove waku/api.nim as it was just a import orchestrator
* make test compile and run
* Reconcile master's new send tests to LogosDelivery API after rebase

master commits #3965/#3669-followup added two test cases (Edge lightpush
delivery #3847, store-validation timeout) written against the removed
waku/api.nim createNode helper. Rewrite them to the LogosDelivery shape:
createNode -> LogosDelivery.new, node.node -> node.waku.node,
node.brokerCtx -> node.waku.brokerCtx, node.send -> node.messagingClient.send,
and drop the now-implicit mountMessagingClient calls (LogosDelivery.new
mounts the client internally).
2026-06-25 09:27:01 +02:00