mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-12 22:46:59 +00:00
* log validator that triggers doppelganger * move activity detection closer to where it's performed, record aggregation as activity (since it's part of the liveness endpoint) * vc: check for doppelgangers in epoch 0 also (so that activity in epoch 1 can happen) * avoid some looping when processing activities
Validators
This folder holds all modules related to a Beacon Chain Validator besides the binaries they interact directly with (nimbus_validator_cliant and nimbus_signing_process):
- Validator keystore
- Validator slashing protection
- Validator duties
- Validator pool