nimbus-eth2/beacon_chain/validators
zah b59f9f5e1a
Remove some doAsserts that are easy to trigger from user actions (#4791)
2023-04-05 18:52:42 +00:00
..
README.md Consolidate modules by areas [part 1] (#2365) 2021-03-02 11:27:45 +01:00
action_tracker.nim automated consensus spec URL updating from v1.3.0-rc.4 to rc.5 (#4756) 2023-03-21 00:42:22 +00:00
activity_metrics.nim Keymanager API for the validator client (#3976) 2022-08-19 13:30:07 +03:00
keystore_management.nim Workaround for issue #4216. 2023-03-21 23:06:57 +02:00
message_router.nim remove most std/options imports (#4778) 2023-03-31 20:46:47 +00:00
message_router_mev.nim capella builder API support (#4643) 2023-02-21 14:21:38 +01: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 remove Nim 1.2-compatible `push raise`s and update copyright notice years (#4528) 2023-01-20 14:14:37 +00:00
slashing_protection_v2.nim Remove some doAsserts that are easy to trigger from user actions (#4791) 2023-04-05 18:52:42 +00:00
validator_duties.nim query EL and builder relay for bids in parallel (#4749) 2023-04-05 16:35:32 +03:00
validator_monitor.nim more eip4844 -> deneb changes (#4666) 2023-02-25 03:03:34 +02:00
validator_pool.nim Adjust remote signer idle connection timeout defaults. (#4779) 2023-04-02 10:38:28 +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