nimbus-eth2/beacon_chain/validators
tersec ae61512ee9
rename upgrade_to_{merge,bellatrix}; detect unchanging spec YAMLs (#3265)
2022-01-10 09:39:43 +00:00
..
README.md Consolidate modules by areas [part 1] (#2365) 2021-03-02 11:27:45 +01:00
action_tracker.nim update from phase0/altair v1.1.6 URLs to v1.1.8 spec URLs (#3238) 2022-01-04 03:57:15 +00:00
keystore_management.nim Implementation of the Keymanager API (BETA) 2022-01-04 18:51:45 +02:00
slashing_protection.nim fixes (#2901) 2021-09-27 11:24:58 +02:00
slashing_protection_common.nim fixes (#2901) 2021-09-27 11:24:58 +02:00
slashing_protection_v1.nim eth2.0-specs -> consensus-specs repo rename (#2801) 2021-08-20 23:37:45 +00:00
slashing_protection_v2.nim additional startup logging 2021-12-15 11:13:48 +01:00
validator_duties.nim Harden CommitteeIndex, SubnetId, SyncSubcommitteeIndex (#3259) 2022-01-09 01:28:49 +02:00
validator_monitor.nim Validator monitoring (#2925) 2021-12-20 20:20:31 +01:00
validator_pool.nim rename upgrade_to_{merge,bellatrix}; detect unchanging spec YAMLs (#3265) 2022-01-10 09:39:43 +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