nimbus-eth2/beacon_chain/validators
Etan Kissling 49673c4410
refer to `syncCommitteeMsgPool` consistently (#3537)
Updates a `sync_committee_msg_pool` reference to camelCase.
2022-03-23 07:46:48 +01:00
..
README.md
action_tracker.nim Prune `BlockRef` on finalization (#3513) 2022-03-17 17:42:56 +00:00
keystore_management.nim better error messages on directory creation failure (#3536) 2022-03-22 17:06:21 +00:00
slashing_protection.nim Slashing prot interchange tests v5.2.1 (#3277) 2022-01-20 17:14:06 +01:00
slashing_protection_common.nim Minify slashing protection before SQLite (#3393) 2022-03-04 16:43:34 +02:00
slashing_protection_v2.nim Minify slashing protection before SQLite (#3393) 2022-03-04 16:43:34 +02:00
validator_duties.nim refer to `syncCommitteeMsgPool` consistently (#3537) 2022-03-23 07:46:48 +01:00
validator_monitor.nim implement --jwt-secret and HS256 JWT/JWS signing for engine API alpha.7 (#3440) 2022-02-27 16:55:02 +00:00
validator_pool.nim automated CL spec ref URL updates from v1.1.9 to v1.1.10 (#3455) 2022-03-02 10:00:21 +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