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
If a transaction has been in the pool longer than a certain period (probably in blocks, TBD), it times out.
Validators should check at every block height which events have timed out
Remove timed out events from the pool
Refund the gas fees from escrow for time out events
Ensure that proofs of time out events can not be crafted, even if the latest signed merkle root still covers it (due to latency in updating this root).
The text was updated successfully, but these errors were encountered:
If a transaction has been in the pool longer than a certain period (probably in blocks, TBD), it times out.
The text was updated successfully, but these errors were encountered: