mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-07-29 16:03:24 +00:00
After rebasing onto upstream master (api-shape phase2, #3999), the FFI context type moved from Waku to LogosDelivery, and the Waku node is now nested under LogosDelivery.waku. Update eligibility_api.nim: - import logos_delivery (LogosDelivery) + logos_delivery/waku/waku (Waku) instead of the retired logos_delivery/waku/factory/waku path - FFIContext[Waku] -> FFIContext[LogosDelivery] - ctx.myLib[].node.* -> ctx.myLib[].waku.node.* liblogosdelivery builds; eligibility smoke + N8 canonical parity + hooks tests pass.