lighthouse/beacon_node/http_api
Eitan Seri-Levi 826e090f50 Update node health endpoint (#4310)
## Issue Addressed

[#4292](https://github.com/sigp/lighthouse/issues/4292)

## Proposed Changes

Updated the node health endpoint

will return a 200 status code if  `!syncing && !el_offline && !optimistic`

wil return a 206 if `(syncing || optimistic) &&  !el_offline`

will return a 503 if `el_offline`



## Additional Info
2023-06-30 01:13:04 +00:00
..
src Update node health endpoint (#4310) 2023-06-30 01:13:04 +00:00
tests Update node health endpoint (#4310) 2023-06-30 01:13:04 +00:00
Cargo.toml Logging via the HTTP API (#4074) 2023-05-22 05:57:08 +00:00