## Issue Addressed - Resolves #2064 ## Proposed Changes Adds a `ValidatorMonitor` struct which provides additional logging and Grafana metrics for specific validators. Use `lighthouse bn --validator-monitor` to automatically enable monitoring for any validator that hits the [subnet subscription](https://ethereum.github.io/eth2.0-APIs/#/Validator/prepareBeaconCommitteeSubnet) HTTP API endpoint. Also, use `lighthouse bn --validator-monitor-pubkeys` to supply a list of validators which will always be monitored. See the new docs included in this PR for more info. ## TODO - [x] Track validator balance, `slashed` status, etc. - [x] ~~Register slashings in current epoch, not offense epoch~~ - [ ] Publish Grafana dashboard, update TODO link in docs - [x] ~~#2130 is merged into this branch, resolve that~~ |
||
|---|---|---|
| .. | ||
| impls | ||
| generic_aggregate_public_key.rs | ||
| generic_aggregate_signature.rs | ||
| generic_keypair.rs | ||
| generic_public_key_bytes.rs | ||
| generic_public_key.rs | ||
| generic_secret_key.rs | ||
| generic_signature_bytes.rs | ||
| generic_signature_set.rs | ||
| generic_signature.rs | ||
| get_withdrawal_credentials.rs | ||
| lib.rs | ||
| macros.rs | ||
| zeroize_hash.rs | ||