nimbus-eth2/beacon_chain/validators
tersec 27e1625d34
check for and log gossip broadcast failure (#3737)
* check for and log gossip broadcast failure

* switch notices to warns; update LC variables regardless

* don't both return a Result and log sending error

* add metrics counter for failed-due-to-no-peers and removed unnecessary async

* don't report failure of sync committee messages

* remove redundant metric

* document metric being incremented
2022-06-15 08:14:47 +00:00
..
README.md Consolidate modules by areas [part 1] (#2365) 2021-03-02 11:27:45 +01:00
action_tracker.nim more CL spec URL updates to v1.2.0-rc.1 (#3657) 2022-05-24 08:26:35 +00:00
keystore_management.nim Add a ncli tool for converting a regular keystore into a distributed one (#3634) 2022-05-17 16:50:49 +03:00
slashing_protection.nim enable `styleCheck:usages` (#3573) 2022-04-08 16:22:49 +00:00
slashing_protection_common.nim enable `styleCheck:usages` (#3573) 2022-04-08 16:22:49 +00:00
slashing_protection_v2.nim update CL spec URLs (#3690) 2022-06-01 15:52:45 +00:00
validator_duties.nim check for and log gossip broadcast failure (#3737) 2022-06-15 08:14:47 +00:00
validator_monitor.nim Implement all sync committee duties in the validator client (#3583) 2022-05-10 10:03:40 +00:00
validator_pool.nim more CL spec URL updates to v1.2.0-rc.1 (#3657) 2022-05-24 08:26:35 +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