mirror of
https://github.com/logos-messaging/nim-chat-poc.git
synced 2026-07-25 01:33:10 +00:00
Picks up the upstream-master rebase + std::promise/future async trampoline pattern for both chat_module and delivery_module plugins. The Qt thread is no longer blocked during long-running RLN RPCs (register_member can take 5-60s on testnet), eliminating cascading QtRO timeouts on unrelated host CLI commands. Also pulls in the new hand-written liblogos_rln_module_api.h typed client header consumed by both plugins. Nim-side FFI (library/declare_lib.nim) and gifter logic (vendor/nwaku) unchanged — fix is entirely C++/build-system side.