lighthouse/validator_client/src
Paul Hauner 02d94a70b7 Allow VC to start without any validators (#1779)
## Issue Addressed

NA

## Proposed Changes

- Don't exit early if the VC is without any validators.
- When there are no validators, always create the slashing database (even without `--init-slashing-protection`).
2020-10-21 04:29:24 +00:00
..
http_api Strict slashing protection by default (#1750) 2020-10-09 02:05:32 +00:00
attestation_service.rs Implement standard eth2.0 API (#1569) 2020-10-01 11:12:36 +10:00
block_service.rs Implement standard eth2.0 API (#1569) 2020-10-01 11:12:36 +10:00
cli.rs Strict slashing protection by default (#1750) 2020-10-09 02:05:32 +00:00
config.rs Strict slashing protection by default (#1750) 2020-10-09 02:05:32 +00:00
duties_service.rs Implement standard eth2.0 API (#1569) 2020-10-01 11:12:36 +10:00
fork_service.rs Implement VC API (#1657) 2020-10-02 09:42:19 +00:00
initialized_validators.rs Implement key cache to reduce keystore loading times for validator_client (#1695) 2020-10-05 10:50:43 +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 Allow VC to start without any validators (#1779) 2020-10-21 04:29:24 +00:00
notifier.rs Implement VC API (#1657) 2020-10-02 09:42:19 +00:00
validator_duty.rs Implement standard eth2.0 API (#1569) 2020-10-01 11:12:36 +10:00
validator_store.rs Strict slashing protection by default (#1750) 2020-10-09 02:05:32 +00:00