mirror of
https://github.com/logos-messaging/nim-chat-poc.git
synced 2026-08-01 13:13:35 +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.