nimbus-eth2/beacon_chain/validators
Zahary Karadjov 46fc5716a4
Faster keystore generation in the local sim
2023-01-13 12:31:39 +02:00
..
README.md
action_tracker.nim consensus spec ref URL update v1.3.0-{alpha.2,rc.0}; copyright year update (#4477) 2023-01-09 22:44:44 +00:00
activity_metrics.nim Keymanager API for the validator client (#3976) 2022-08-19 13:30:07 +03:00
keystore_management.nim Faster keystore generation in the local sim 2023-01-13 12:31:39 +02:00
message_router.nim Blob storage (#4454) 2023-01-09 18:42:10 +00:00
message_router_mev.nim fix crash when calling MEV rpc with MEV disabled (#4389) 2022-12-05 19:41:52 +00:00
slashing_protection.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
slashing_protection_common.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
slashing_protection_v2.nim consensus spec ref URL update v1.3.0-{alpha.2,rc.0}; copyright year update (#4477) 2023-01-09 22:44:44 +00:00
validator_duties.nim make LC data fork aware (#4493) 2023-01-12 18:11:38 +01:00
validator_monitor.nim fix EIP4844 withBlck (#4411) 2022-12-14 18:30:56 +01:00
validator_pool.nim consensus spec ref URL update v1.3.0-{alpha.2,rc.0}; copyright year update (#4477) 2023-01-09 22:44:44 +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