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

fix(bolt-sidecar): retry when EL is unavailable #578

Merged
merged 3 commits into from
Dec 17, 2024
Merged

Conversation

estensen
Copy link
Contributor

Fix #369

bolt-sidecar/src/chain_io/manager.rs Outdated Show resolved Hide resolved

bail!(generate_bolt_manager_error(decoded_error, commitment_signer_pubkey));
// Retry the contract call with exponential backoff
let returndata = retry_with_backoff(MAX_RETRIES, || async {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need retry_with_backoff_if, now it always retries

@estensen estensen merged commit 4855ca1 into unstable Dec 17, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

qol(sidecar): driver initialization fails if execution client hangs
2 participants