nimbus-eth2/beacon_chain/validators
tersec 3c03ba86c1
update consensus spec ref URLs to v1.2.0 (#4164)
2022-09-23 07:56:06 +00:00
..
README.md
action_tracker.nim update consensus spec ref URLs to v1.2.0 (#4164) 2022-09-23 07:56:06 +00:00
activity_metrics.nim Keymanager API for the validator client (#3976) 2022-08-19 13:30:07 +03:00
keystore_management.nim Support Prysm and Ethdo Keystores (Fixes #4107) (#4149) 2022-09-20 01:09:56 +03:00
message_router.nim more `withState` `state` -> `forkyState` (#4104) 2022-09-10 08:12:07 +02: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 update consensus spec ref URLs to v1.2.0 (#4164) 2022-09-23 07:56:06 +00:00
validator_duties.nim update consensus spec ref URLs to v1.2.0 (#4164) 2022-09-23 07:56:06 +00:00
validator_monitor.nim fix typos: attestion -> attestation (#4153) 2022-09-20 03:03:58 +00:00
validator_pool.nim update consensus spec ref URLs to v1.2.0 (#4164) 2022-09-23 07:56:06 +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