nimbus-eth2/beacon_chain/validators
tersec 0ad7216bc4
mass update from beta.3 spec refs to beta.4 spec refs (#2862)
2021-09-10 18:56:03 +00:00
..
README.md Consolidate modules by areas [part 1] (#2365) 2021-03-02 11:27:45 +01:00
keystore_management.nim altair upgrade for prater (#2828) 2021-08-27 16:54:51 +00:00
slashing_protection.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
slashing_protection_common.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
slashing_protection_v1.nim eth2.0-specs -> consensus-specs repo rename (#2801) 2021-08-20 23:37:45 +00:00
slashing_protection_v2.nim eth2.0-specs -> consensus-specs repo rename (#2801) 2021-08-20 23:37:45 +00:00
validator_duties.nim Restore the sync committee pool pruning and add tests 2021-08-30 11:06:45 +03:00
validator_pool.nim mass update from beta.3 spec refs to beta.4 spec refs (#2862) 2021-09-10 18:56:03 +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