nimbus-eth2/beacon_chain/validators
Jacek Sieka ad327a8769
Fix counters in validator monitor totals mode (#3332)
The current counters set gauges etc to the value of the _last_ validator
to be processed - as the name of the feature implies, we should be using
sums instead.

* fix missing beacon state metrics on startup, pre-first-head-selection
* fix epoch metrics not being updated on cross-epoch reorg
2022-01-31 08:36:29 +01:00
..
README.md Consolidate modules by areas [part 1] (#2365) 2021-03-02 11:27:45 +01:00
action_tracker.nim spec URL & copyright year update (#3338) 2022-01-29 01:05:39 +00:00
keystore_management.nim Implementation of the Keymanager API (BETA) 2022-01-04 18:51:45 +02:00
slashing_protection.nim Slashing prot interchange tests v5.2.1 (#3277) 2022-01-20 17:14:06 +01:00
slashing_protection_common.nim Slashing prot interchange tests v5.2.1 (#3277) 2022-01-20 17:14:06 +01:00
slashing_protection_v2.nim Slashing prot interchange tests v5.2.1 (#3277) 2022-01-20 17:14:06 +01:00
validator_duties.nim spec URL & copyright year update (#3338) 2022-01-29 01:05:39 +00:00
validator_monitor.nim Fix counters in validator monitor totals mode (#3332) 2022-01-31 08:36:29 +01:00
validator_pool.nim phase 0 & altair beacon chain and altair validator spec URL updates (#3339) 2022-01-29 13:53:31 +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