mirror of
https://github.com/logos-messaging/logos-chat.git
synced 2026-07-30 22:53:18 +00:00
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.