nimbus-eth2/beacon_chain/validators
Etan Kissling 3d45c0575a
avoid resetting chain stall detection on lag spike (#6115)
During lag spike, e.g., from state replays, peer count can temporarily
drop significantly. Should not have to wait another 60 minutes in that
situation just to be back where one started.
2024-03-21 04:55:29 +01:00
..
README.md Consolidate modules by areas [part 1] (#2365) 2021-03-02 11:27:45 +01:00
action_tracker.nim enable --styleCheck:error in ncli/ and research/ (#6014) 2024-03-02 06:25:17 +01:00
activity_metrics.nim
beacon_validators.nim avoid resetting chain stall detection on lag spike (#6115) 2024-03-21 04:55:29 +01:00
keystore_management.nim Add Keymanager API graffiti endpoints. (#6054) 2024-03-14 03:44:00 +00:00
message_router.nim
message_router_mev.nim
slashing_protection.nim
slashing_protection_common.nim
slashing_protection_v2.nim automated consensus spec URL updating to v1.4.0 (#6074) 2024-03-14 07:26:36 +01:00
validator_duties.nim
validator_monitor.nim make `Gwei` `distinct` (#6090) 2024-03-19 14:22:07 +01:00
validator_pool.nim automated consensus spec URL updating to v1.4.0 (#6074) 2024-03-14 07:26:36 +01:00

README.md

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