nimbus-eth2/beacon_chain/validators
tersec ec1d98cc3a
implement deneb block and blob unblinding (#5496)
2023-10-12 03:40:15 +00:00
..
README.md
action_tracker.nim ShufflingRef approach to next-epoch validator duty calculation/prediction (#5414) 2023-10-10 00:02:07 +00:00
activity_metrics.nim
beacon_validators.nim consistently use SignedBlindedBeaconBlockContents; remove more Bellatrix Builder API remnants (#5493) 2023-10-11 11:48:35 +00:00
keystore_management.nim Improve keystore loading log statements to show information about why keystore was not loaded. (#5480) 2023-10-05 17:26:46 +03:00
message_router.nim convert remaining `toFork` -> `kind` for consistency (#5462) 2023-09-27 15:10:28 +00:00
message_router_mev.nim implement deneb block and blob unblinding (#5496) 2023-10-12 03:40:15 +00:00
slashing_protection.nim
slashing_protection_common.nim `ProveField` cleanups in `slashing_protection_common` (#5477) 2023-10-04 10:26:52 +02:00
slashing_protection_v2.nim update some consensus-spec URLs to v1.4.0-beta.1 (#5357) 2023-08-25 15:58:44 +00:00
validator_duties.nim
validator_monitor.nim
validator_pool.nim fix stale activity log (#5465) 2023-09-30 13:31:08 +00: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