nimbus-eth2/beacon_chain/validators
Jacek Sieka d859bc12f0
write uncompressed validator keys to database (#2639)
* write uncompressed validator keys to database

Loading 150k+ validator keys on startup in compressed format takes a lot
of time - better store them in uncompressed format which makes behaviour
just after startup faster / more predictable.

* refactor cached validator key access
* fix isomorphic cast to work with non-var instances
* remove cooked pubkey cache - directly use database cache in chaindag
as well (one less cache to keep in sync)
* bump blscurve, introduce loadValid for known-to-be-valid keys
2021-06-10 10:37:02 +03:00
..
README.md
attestation_aggregation.nim
keystore_management.nim singe validator key cache 2021-06-01 20:43:44 +03:00
slashing_protection.nim Merge stable into unstable (take 2) 2021-05-20 13:52:09 +03:00
slashing_protection_common.nim singe validator key cache 2021-06-01 20:43:44 +03:00
slashing_protection_v1.nim Merge stable into unstable 2021-05-20 13:50:40 +03:00
slashing_protection_v2.nim ncli_db: validator performance database tool 2021-05-27 19:14:26 +03:00
validator_duties.nim write uncompressed validator keys to database (#2639) 2021-06-10 10:37:02 +03:00
validator_pool.nim singe validator key cache 2021-06-01 20:43:44 +03: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