nimbus-eth2/beacon_chain/validators
Jacek Sieka 8d465a7d8c
vmon: Missed block metric (#5913)
Validator monitoring gained 2 new metrics for tracking when blocks are
included or not on the head chain.

Similar to attestations, if the block is produced in epoch N, reporting
will use the state when switching to epoch N+2 to do the reporting (so
as to reasonably stabilise the block inclusion in the face of reorgs).
2024-02-20 06:40:18 +02:00
..
README.md
action_tracker.nim add `{.push raises: [].}` to recently modified files (#5908) 2024-02-18 01:16:49 +00:00
activity_metrics.nim Keymanager API for the validator client (#3976) 2022-08-19 13:30:07 +03:00
beacon_validators.nim log elmanager timeouts (#5895) 2024-02-17 10:15:02 +01:00
keystore_management.nim raises for beacon validators & router (#5826) 2024-02-07 12:26:04 +01:00
message_router.nim raises for beacon validators & router (#5826) 2024-02-07 12:26:04 +01:00
message_router_mev.nim raises for beacon validators & router (#5826) 2024-02-07 12:26:04 +01:00
slashing_protection.nim update some deprecated stew/results to results imports (#5743) 2024-01-16 22:37:14 +00:00
slashing_protection_common.nim update some deprecated stew/results to results imports (#5743) 2024-01-16 22:37:14 +00:00
slashing_protection_v2.nim add `{.push raises: [].}` to recently modified files (#5908) 2024-02-18 01:16:49 +00:00
validator_duties.nim raises for beacon validators & router (#5826) 2024-02-07 12:26:04 +01:00
validator_monitor.nim vmon: Missed block metric (#5913) 2024-02-20 06:40:18 +02:00
validator_pool.nim raises for beacon validators & router (#5826) 2024-02-07 12:26:04 +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