nimbus-eth2/beacon_chain/validators
Mamy Ratsimbazafy d47f53cd9d
Reorg (5/5) (#2377)
* Reorg things left into networking and gossip_processing

* time -> beacon_clock

* fix builds
2021-03-05 14:12:00 +01:00
..
README.md Consolidate modules by areas [part 1] (#2365) 2021-03-02 11:27:45 +01:00
keystore_management.nim Reorg (5/5) (#2377) 2021-03-05 14:12:00 +01:00
slashing_protection.nim Consolidate modules by areas [part 1] (#2365) 2021-03-02 11:27:45 +01:00
slashing_protection_common.nim Consolidate modules by areas [part 1] (#2365) 2021-03-02 11:27:45 +01:00
slashing_protection_v1.nim Consolidate modules by areas [part 1] (#2365) 2021-03-02 11:27:45 +01:00
slashing_protection_v2.nim Consolidate modules by areas [part 1] (#2365) 2021-03-02 11:27:45 +01:00
validator_duties.nim Reorg (5/5) (#2377) 2021-03-05 14:12:00 +01:00
validator_pool.nim Consolidate modules by areas [part 1] (#2365) 2021-03-02 11:27:45 +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