-
Notifications
You must be signed in to change notification settings - Fork 101
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
app/eth2wrap: add CLI support for fallback beacon node #3459
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3459 +/- ##
==========================================
+ Coverage 57.05% 57.40% +0.35%
==========================================
Files 218 217 -1
Lines 32634 32249 -385
==========================================
- Hits 18618 18513 -105
+ Misses 12105 11824 -281
- Partials 1911 1912 +1 ☔ View full report in Codecov by Sentry. |
3f8d183
to
fe366ec
Compare
ebd1e42
to
f780477
Compare
Quality Gate passedIssues Measures |
Add
--fallback-beacon-node-endpoints
CLI flag to specify a list of beacon nodes to use if the primary list (specified using--beacon-node-endpoints
) fails.This is the continuation of a previous PR (#3342) which added the fallback logic.
category: feature
ticket: #3328