nimbus-eth2/beacon_chain/validators
tersec cf1bec7670
update some deprecated stew/results to results imports (#5743)
2024-01-16 22:37:14 +00:00
..
README.md
action_tracker.nim verify `genesis_time` more strictly (fixes #1667) (#5694) 2024-01-06 15:26:56 +01:00
activity_metrics.nim
beacon_validators.nim workaround random `SIGSEGV` on macOS aarch64 CI (#5757) 2024-01-16 13:41:49 +01:00
keystore_management.nim Avoid global in p2p macro (fixes #4578) (#5719) 2024-01-13 11:54:24 +02:00
message_router.nim remove extraneous length checks in KZG batch proofs (#5744) 2024-01-15 16:53:34 +01:00
message_router_mev.nim verify `genesis_time` more strictly (fixes #1667) (#5694) 2024-01-06 15:26:56 +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 verify `genesis_time` more strictly (fixes #1667) (#5694) 2024-01-06 15:26:56 +01:00
validator_duties.nim verify `genesis_time` more strictly (fixes #1667) (#5694) 2024-01-06 15:26:56 +01:00
validator_monitor.nim verify `genesis_time` more strictly (fixes #1667) (#5694) 2024-01-06 15:26:56 +01:00
validator_pool.nim verify `genesis_time` more strictly (fixes #1667) (#5694) 2024-01-06 15:26:56 +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