From ef5a98317d4186497b8ee3dd65bf5a9b275f6d07 Mon Sep 17 00:00:00 2001 From: Arseniy Klempner Date: Wed, 20 May 2026 21:13:53 -0600 Subject: [PATCH] chore(rln-module): bump for atomic valid_roots in get_merkle_proofs Picks up logos-rln-module C++ change to extract validRoots from the same mainData buffer used to build the merkle proofs, embedding them into each returned proof object as "valid_roots". Eliminates the two-RPC race where chain state could advance between get_merkle_proofs and a follow-up get_valid_roots, leaving the proof's root absent from the polled window. --- 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 295a9ae..48effdd 160000 --- a/vendor/logos-lez-rln +++ b/vendor/logos-lez-rln @@ -1 +1 @@ -Subproject commit 295a9ae966d74db004d98915c3032a0437852bb4 +Subproject commit 48effdd5fce9a60d4fe7947eeac13cb9cd925746