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

[Backport] Retry upon coordination proposal failure #3807

Merged

Conversation

lukasz-zimnoch
Copy link
Member

This pull request backports #3804 to the releases/mainnet/v2.0.1 branch.

Here we attempt to harden proposal generation by retrying the process in case
of failure. Proposal generation strongly relies on 3rd party services like
Ethereum RPC and Electrum servers. Temporary disruption of those services
can easily nuke proposal generation and cause a coordination window miss.
Retrying proposal generation after a short delay should help overcome
temporary problems and increase success chance of coordination windows.

(cherry picked from commit 88cdb61)
@lukasz-zimnoch lukasz-zimnoch self-assigned this Apr 11, 2024
@lukasz-zimnoch lukasz-zimnoch added this to the v2.0.1 milestone Apr 11, 2024
@lukasz-zimnoch lukasz-zimnoch changed the title Retry upon coordination proposal failure [Backport] Retry upon coordination proposal failure Apr 11, 2024
@lukasz-zimnoch lukasz-zimnoch merged commit f958ba0 into releases/mainnet/v2.0.1 Apr 11, 2024
28 checks passed
@lukasz-zimnoch lukasz-zimnoch deleted the backport-retry-proposal-generation branch April 11, 2024 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants