nimbus-eth2/beacon_chain/validators
tersec aea7a0c8b8
remove TTD monitoring (#4486)
2023-01-18 16:01:49 +02:00
..
README.md Consolidate modules by areas [part 1] (#2365) 2021-03-02 11:27:45 +01:00
action_tracker.nim automated update from v1.3.0-rc.0 to v1.3.0-rc.1 consensus spec URLs (#4517) 2023-01-17 16:10:52 +00:00
activity_metrics.nim Keymanager API for the validator client (#3976) 2022-08-19 13:30:07 +03:00
keystore_management.nim Faster keystore generation in the local sim 2023-01-13 12:31:39 +02:00
message_router.nim Refactor block/blobs types (#4491) 2023-01-16 16:26:48 +00:00
message_router_mev.nim fix crash when calling MEV rpc with MEV disabled (#4389) 2022-12-05 19:41:52 +00: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 automated update from v1.3.0-rc.0 to v1.3.0-rc.1 consensus spec URLs (#4517) 2023-01-17 16:10:52 +00:00
validator_duties.nim remove TTD monitoring (#4486) 2023-01-18 16:01:49 +02:00
validator_monitor.nim Enable validator monitor by default (#4468) 2023-01-16 11:28:35 +01:00
validator_pool.nim automated update from v1.3.0-rc.0 to v1.3.0-rc.1 consensus spec URLs (#4517) 2023-01-17 16:10:52 +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