-
Notifications
You must be signed in to change notification settings - Fork 901
Closed
Labels
Description
Description
As suggested by @jmcruz1983 here we should update the /eth/v1/node/health
endpoint to account for the execution node's sync status.
I think we should change the semantics to return syncing if:
let unhealthy = syncing || el_offline || optimistic
Currently it's just checking the BN's sync status.
Additional Info
Related to #4291, which will add the el_offline
field.