nimbus-eth2/beacon_chain/validators
tersec 81c989660a
remove Bellatrix builder API support (#5162)
Co-authored-by: Etan Kissling <etan@status.im>
2023-07-20 04:37:54 +00:00
..
README.md Consolidate modules by areas [part 1] (#2365) 2021-03-02 11:27:45 +01:00
action_tracker.nim use v1.3.0 stability subnet behavior when appropriate (#5156) 2023-07-07 04:16:12 +00:00
activity_metrics.nim Keymanager API for the validator client (#3976) 2022-08-19 13:30:07 +03:00
keystore_management.nim remove unused code (#5158) 2023-07-15 16:30:52 +00:00
message_router.nim Review feedbac from #5106 (#5141) 2023-06-29 01:17:54 +00:00
message_router_mev.nim remove Bellatrix builder API support (#5162) 2023-07-20 04:37:54 +00:00
slashing_protection.nim remove Nim 1.2-compatible `push raise`s and update copyright notice years (#4528) 2023-01-20 14:14:37 +00:00
slashing_protection_common.nim don't require optional fields importing slashing protection information (#4997) 2023-05-31 18:51:00 +03:00
slashing_protection_v2.nim don't require optional fields importing slashing protection information (#4997) 2023-05-31 18:51:00 +03:00
validator_duties.nim remove Bellatrix builder API support (#5162) 2023-07-20 04:37:54 +00:00
validator_monitor.nim remove unused code (#5158) 2023-07-15 16:30:52 +00:00
validator_pool.nim Local validator proposals (#5137) 2023-06-30 07:39:41 +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