lighthouse/beacon_node/http_api/tests
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
..
broadcast_validation_tests.rs Add broadcast validation routes to Beacon Node HTTP API (#4316) 2023-06-29 12:02:38 +00:00
fork_tests.rs Add beacon.watch (#3362) 2023-04-03 05:35:11 +00:00
interactive_tests.rs Make re-org strat more cautious and add more config (#4151) 2023-04-13 07:05:01 +00:00
main.rs Add broadcast validation routes to Beacon Node HTTP API (#4316) 2023-06-29 12:02:38 +00:00
status_tests.rs Update node health endpoint (#4310) 2023-06-30 01:13:04 +00:00
tests.rs Update node health endpoint (#4310) 2023-06-30 01:13:04 +00:00