mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-06-05 13:39:59 +00:00
* Only add new roots, not all received * Fix error in removing recent roots not checking AcceptableWindowSize * fix merging * more merging fixes * merge fixes * add test for updated merkle roots window * add pr re-add gauge for proof-generation-duration-seconds * Decrease AcceptableRootWindowSize for testing * debug spam log * linting * start trackRootChanges call loop immediately * Fix 5s delay trackRootChanges * set rpcDelay for root tracking to 10s * add default params to sendEthCallWithParams * improve recents roots retrieval and logs * Use updateRecentRoots to track root changes * simplify updateRecentRoots * set root polling to 15s * set rpc poll delay to 30s * set acceptablerootwindowsize and root poll delay * Improve test 'should fetch history correctly' for root cache * Make root cache handling more efficient * add contract root cache size as constant and function use fix * updateRecentRoots comments update * Update group_manager and tests * fix linting