nimbus-eth2/beacon_chain/validators
tersec 29fb65a9db
automated update of v1.3.0-rc.2 to v1.3.0-rc.3 consensus spec URLs (#4647)
2023-02-21 16:43:21 +00:00
..
README.md
action_tracker.nim automated update of v1.3.0-rc.2 to v1.3.0-rc.3 consensus spec URLs (#4647) 2023-02-21 16:43:21 +00:00
activity_metrics.nim Keymanager API for the validator client (#3976) 2022-08-19 13:30:07 +03:00
keystore_management.nim restore doppelganger check on connectivity loss (#4616) 2023-02-20 13:28:56 +02:00
message_router.nim batch-verify BLS to execution change messages (#4637) 2023-02-17 13:35:12 +00:00
message_router_mev.nim capella builder API support (#4643) 2023-02-21 14:21:38 +01:00
slashing_protection.nim remove Nim 1.2-compatible `push raise`s and update copyright notice years (#4528) 2023-01-20 14:14:37 +00:00
slashing_protection_common.nim remove Nim 1.2-compatible `push raise`s and update copyright notice years (#4528) 2023-01-20 14:14:37 +00:00
slashing_protection_v2.nim automated update of v1.3.0-rc.2 to v1.3.0-rc.3 consensus spec URLs (#4647) 2023-02-21 16:43:21 +00:00
validator_duties.nim capella builder API support (#4643) 2023-02-21 14:21:38 +01:00
validator_monitor.nim remove Nim 1.2-compatible `push raise`s and update copyright notice years (#4528) 2023-01-20 14:14:37 +00:00
validator_pool.nim capella builder API support (#4643) 2023-02-21 14:21:38 +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