From d566f55d9d248517753138d279cb68ba5eb7d4ca Mon Sep 17 00:00:00 2001 From: Arseniy Klempner Date: Tue, 19 May 2026 12:49:40 -0600 Subject: [PATCH] chore: bump logos-lez-rln for chat-module/delivery-module port + async trampoline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- vendor/logos-lez-rln | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/logos-lez-rln b/vendor/logos-lez-rln index 649592c..f5b1b47 160000 --- a/vendor/logos-lez-rln +++ b/vendor/logos-lez-rln @@ -1 +1 @@ -Subproject commit 649592cb99341c4a5c312b4592118947745a9162 +Subproject commit f5b1b472dada6b84fa2dc413c2818e7d103580e2