Add timeouts to refresh_health
in VC
#6231
Labels
optimization
Something to make Lighthouse run more efficiently.
val-client
Relates to the validator client binary
Description
While working on:
I noticed that our implementation of
refresh_status
could be optimised in several ways:lighthouse/validator_client/src/beacon_node_fallback.rs
Lines 179 to 207 in 9e12c21
The issues are:
is_synced
to infer online status, rather than making a separate request for the version.Version
Lighthouse v5.3.0
The text was updated successfully, but these errors were encountered: