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

Relayer can still crash upon startup due to bad RPCs #4887

Open
Tracked by #3321
tkporter opened this issue Nov 21, 2024 · 0 comments
Open
Tracked by #3321

Relayer can still crash upon startup due to bad RPCs #4887

tkporter opened this issue Nov 21, 2024 · 0 comments
Labels

Comments

@tkporter
Copy link
Collaborator

tkporter commented Nov 21, 2024

Problem

Despite most relayer crashes being fixed (the ones to do with contract sync building here #4811), it's still possible to fail e.g. here

let mailboxes = settings
.build_mailboxes(settings.destination_chains.iter(), &core_metrics)
.await?;
let validator_announces = settings
.build_validator_announces(settings.origin_chains.iter(), &core_metrics)
.await?;

Solution

We probably don't want to take down everything if one chain is having issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

1 participant