mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-07-24 13:33:16 +00:00
The reactive refresh + retry path calls into the RLN contract (eth_call for getMerkleProof) then republishes over libp2p — neither has an outer bound, so a hanging RPC endpoint could stall the caller indefinitely. Wrap the retry in withTimeout(RlnRefreshRetryTimeout); on timeout, log and return the original error rather than hang. Applied to both the legacy and modern lightpushPublish retry paths. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>