nimbus-eth2/docs/the_nimbus_book
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
..
src Validator monitoring (#2925) 2021-12-20 20:20:31 +01:00
.gitignore Move the nimbus books in a subfolder to allow for more books (#1263) 2020-07-01 10:37:04 +02:00
CNAME add cname file to docs to fix domain issues (#2260) 2021-01-22 17:57:55 +01:00
book.toml book updates (#2345) 2021-02-19 12:17:48 +01:00
custom.css book updates (#2345) 2021-02-19 12:17:48 +01:00