logos-delivery/library/store_eligibility
Sergei Tikhomirov 6459336809
fix(store): adapt eligibility API to api-shape phase2 node layout
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.
2026-07-01 18:39:07 +02:00
..