lighthouse/validator_client/src
Paul Hauner 59b2247ab8 Improve UX whilst VC is waiting for genesis (#1915)
## Issue Addressed

- Resolves #1424

## Proposed Changes

Add a `GET lighthouse/staking` that returns 200 if the node is ready to stake (i.e., `--eth1` flag is present) or a 404 otherwise.

Whilst the VC is waiting for the genesis time to start (i.e., when the genesis state is known), check the `lighthouse/staking` endpoint and log an error if the node isn't configured for staking.

## Additional Info

NA
2020-11-23 01:00:22 +00:00
..
http_api Reject invalid utf-8 characters during encryption (#1928) 2020-11-19 00:37:43 +00:00
attestation_service.rs Update pool/attestations and committees endpoints (#1899) 2020-11-18 23:31:39 +00:00
block_service.rs Implement standard eth2.0 API (#1569) 2020-10-01 11:12:36 +10:00
cli.rs Adds colour help to bn and vc subcommands (#1811) 2020-10-23 04:16:34 +00:00
config.rs Strict slashing protection by default (#1750) 2020-10-09 02:05:32 +00:00
duties_service.rs Standard beacon api updates (#1831) 2020-11-09 23:13:56 +00:00
fork_service.rs Implement VC API (#1657) 2020-10-02 09:42:19 +00:00
initialized_validators.rs Improve validator key cache lock handling (#1837) 2020-11-09 06:03:35 +00:00
is_synced.rs Implement standard eth2.0 API (#1569) 2020-10-01 11:12:36 +10:00
key_cache.rs Implement key cache to reduce keystore loading times for validator_client (#1695) 2020-10-05 10:50:43 +00:00
lib.rs Improve UX whilst VC is waiting for genesis (#1915) 2020-11-23 01:00:22 +00:00
notifier.rs Implement VC API (#1657) 2020-10-02 09:42:19 +00:00
validator_duty.rs Standard beacon api updates (#1831) 2020-11-09 23:13:56 +00:00
validator_store.rs Strict slashing protection by default (#1750) 2020-10-09 02:05:32 +00:00