nimbus-eth2/beacon_chain/validators
tersec 498c998552
abstract over most withStateVars/withState state var usage (#2484)
* abstract over most withStateVars/withState state var usage

* cleanups
2021-04-13 15:05:44 +02:00
..
README.md Consolidate modules by areas [part 1] (#2365) 2021-03-02 11:27:45 +01:00
attestation_aggregation.nim centralize p2p validation in a single file and address https://github.com/status-im/nimbus-eth2/pull/2377#issuecomment-791313118 (#2383) 2021-03-06 08:32:55 +01:00
keystore_management.nim EH cleanup (#2455) 2021-03-26 07:52:01 +01:00
slashing_protection.nim EH cleanup (#2455) 2021-03-26 07:52:01 +01:00
slashing_protection_common.nim EH cleanup (#2455) 2021-03-26 07:52:01 +01:00
slashing_protection_v1.nim EH cleanup (#2455) 2021-03-26 07:52:01 +01:00
slashing_protection_v2.nim EH cleanup (#2455) 2021-03-26 07:52:01 +01:00
validator_duties.nim abstract over most withStateVars/withState state var usage (#2484) 2021-04-13 15:05:44 +02:00
validator_pool.nim EH cleanup (#2455) 2021-03-26 07:52:01 +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