Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add timeout logic to the Ethereum bridge pool #426

Closed
4 tasks done
Tracked by #420
batconjurer opened this issue Sep 2, 2022 · 0 comments
Closed
4 tasks done
Tracked by #420

Add timeout logic to the Ethereum bridge pool #426

batconjurer opened this issue Sep 2, 2022 · 0 comments

Comments

@batconjurer
Copy link
Member

batconjurer commented Sep 2, 2022

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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Tested in Devnet
Development

No branches or pull requests

1 participant