nimbus-eth2/beacon_chain/validators
Danyll 2e4d498586
fix typo README.md (#6735)
"cliant" - "client"
2024-11-28 00:06:28 +01:00
..
README.md fix typo README.md (#6735) 2024-11-28 00:06:28 +01:00
action_tracker.nim
activity_metrics.nim
beacon_validators.nim automated consensus spec URL updating to v1.5.0-alpha.9 (#6725) 2024-11-24 13:16:09 +01:00
keystore_management.nim
message_router.nim new pool attester slashings endpoint version (V2) for electra (#6585) 2024-09-28 00:00:26 +00:00
message_router_mev.nim Init Fulu fork (#6677) 2024-11-13 10:29:14 +07:00
slashing_protection.nim
slashing_protection_common.nim
slashing_protection_v2.nim automated consensus spec URL updating to v1.5.0-alpha.9 (#6725) 2024-11-24 13:16:09 +01:00
validator_duties.nim
validator_monitor.nim Light forward sync mechanism (#6515) 2024-10-30 05:38:53 +00:00
validator_pool.nim automated consensus spec URL updating to v1.5.0-alpha.9 (#6725) 2024-11-24 13:16:09 +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_client and nimbus_signing_process):

  • Validator keystore
  • Validator slashing protection
  • Validator duties
  • Validator pool