nimbus-eth2/beacon_chain/validators
tersec 1d620f0123
consensus spec URL updates to v1.2.0-rc.3 (#4105)
2022-09-09 21:56:06 +00:00
..
README.md Consolidate modules by areas [part 1] (#2365) 2021-03-02 11:27:45 +01:00
action_tracker.nim cache shuffling separately from other EpochRef data (fixes #2677) (#3990) 2022-08-18 21:07:01 +03:00
activity_metrics.nim Keymanager API for the validator client (#3976) 2022-08-19 13:30:07 +03:00
keystore_management.nim Fix a potential segfault and various potential stalls (#4003) 2022-08-19 21:51:30 +00:00
message_router.nim Keymanager API for the validator client (#3976) 2022-08-19 13:30:07 +03: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 state/forkyState cleanup; spec URL updates; rm unused imports (#4052) 2022-08-31 13:29:34 +02:00
validator_duties.nim more efficient forkchoiceUpdated usage (#4055) 2022-09-07 20:34:52 +02:00
validator_monitor.nim state/forkyState cleanup; spec URL updates; rm unused imports (#4052) 2022-08-31 13:29:34 +02:00
validator_pool.nim consensus spec URL updates to v1.2.0-rc.3 (#4105) 2022-09-09 21: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