nimbus-eth2/beacon_chain/validators
Jacek Sieka e1e809eeb7
Batch slashing protection registration (#5604)
This PR brings down the time to send 100 attestations from ~1s to
~100ms, making it feasible to run 10k validators on a single node (which
regularly send 300 attestations / slot).

This is done by batching the slashing protection database write in a
single transaction thus avoiding a slow fsync for every signature -
effects will be more pronounced on slow drives.

The benefit applies both to beacon and client validators.
2023-11-19 14:08:07 +01:00
..
README.md Consolidate modules by areas [part 1] (#2365) 2021-03-02 11:27:45 +01:00
action_tracker.nim ShufflingRef approach to next-epoch validator duty calculation/prediction (#5414) 2023-10-10 00:02:07 +00:00
activity_metrics.nim Keymanager API for the validator client (#3976) 2022-08-19 13:30:07 +03:00
beacon_validators.nim Batch slashing protection registration (#5604) 2023-11-19 14:08:07 +01:00
keystore_management.nim rm unused code (#5538) 2023-11-01 05:53:09 +01:00
message_router.nim update Deneb for blob sidecar inclusion proofs (#5565) 2023-11-06 07:48:43 +01:00
message_router_mev.nim update Deneb for latest builder-specs flow (#5598) 2023-11-15 16:20:13 -08:00
slashing_protection.nim Batch slashing protection registration (#5604) 2023-11-19 14:08:07 +01:00
slashing_protection_common.nim `ProveField` cleanups in `slashing_protection_common` (#5477) 2023-10-04 10:26:52 +02:00
slashing_protection_v2.nim Batch slashing protection registration (#5604) 2023-11-19 14:08:07 +01:00
validator_duties.nim Batch slashing protection registration (#5604) 2023-11-19 14:08:07 +01:00
validator_monitor.nim remove unnecessary `mixin` (#5310) 2023-08-18 15:55:06 +02:00
validator_pool.nim update some consensus spec URLs to v1.4.0-beta.4 (#5594) 2023-11-11 06:27:53 +01: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