You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Relayer should monitor all incoming CommitForcedExit events periodically in the background. Events should be observed by the relayer watcher no longer than 45 minutes after they were emitted. Observed forced exit nullifiers should be blocked from appearing in new incoming transactions until at least 10 minutes after exitEnd have passed
The text was updated successfully, but these errors were encountered:
Contract reference: https://github.com/zkBob/zkbob-contracts/blob/9b54085963c581a58ca6382566179928dadc9cb7/src/zkbob/ZkBobPool.sol#L342-L448
Relayer should monitor all incoming
CommitForcedExit
events periodically in the background. Events should be observed by the relayer watcher no longer than 45 minutes after they were emitted. Observed forced exit nullifiers should be blocked from appearing in new incoming transactions until at least 10 minutes afterexitEnd
have passedThe text was updated successfully, but these errors were encountered: