nimbus-eth2/beacon_chain/validators
Etan Kissling 9593ef74b8
do not cache zero block hash if block unavailable (#5865)
With checkpoint sync, the checkpoint block is typically unavailable at
the start, and only backfilled later. To avoid treating it as having
zero hash, execution disabled in some contexts, wrap the result of
`loadExecutionBlockHash` in `Opt` and handle block hash being unknown.

---------

Co-authored-by: Jacek Sieka <jacek@status.im>
2024-02-09 22:10:38 +00:00
..
README.md Consolidate modules by areas [part 1] (#2365) 2021-03-02 11:27:45 +01:00
action_tracker.nim verify `genesis_time` more strictly (fixes #1667) (#5694) 2024-01-06 15:26:56 +01:00
activity_metrics.nim Keymanager API for the validator client (#3976) 2022-08-19 13:30:07 +03:00
beacon_validators.nim do not cache zero block hash if block unavailable (#5865) 2024-02-09 22:10:38 +00: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 automated consensus spec URL updating to v1.4.0-beta.6 (#5804) 2024-01-20 11:19:47 +00:00
validator_duties.nim raises for beacon validators & router (#5826) 2024-02-07 12:26:04 +01:00
validator_monitor.nim verify `genesis_time` more strictly (fixes #1667) (#5694) 2024-01-06 15:26:56 +01: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