nimbus-eth2/beacon_chain
Jacek Sieka c270ec21e4
Validator monitoring (#2925)
Validator monitoring based on and mostly compatible with the
implementation in Lighthouse - tracks additional logs and metrics for
specified validators so as to stay on top on performance.

The implementation works more or less the following way:
* Validator pubkeys are singled out for monitoring - these can be
running on the node or not
* For every action that the validator takes, we record steps in the
process such as messages being seen on the network or published in the
API
* When the dust settles at the end of an epoch, we report the
information from one epoch before that, which coincides with the
balances being updated - this is a tradeoff between being correct
(waiting for finalization) and providing relevant information in a
timely manner)
2021-12-20 20:20:31 +01:00
..
2021-12-17 12:23:32 +00:00
2021-12-17 12:39:24 +01:00
2021-12-20 20:20:31 +01:00
2021-12-20 20:20:31 +01:00
2021-12-20 20:20:31 +01:00
2021-03-26 07:52:01 +01:00
2021-12-20 20:20:31 +01:00
2021-12-20 20:20:31 +01:00
2021-03-26 07:52:01 +01:00
2021-10-14 14:13:51 +03:00
2021-12-03 20:04:38 +02:00