nimbus-eth2/beacon_chain/validators
tersec 7577f8c2ef
add blockchain_dag altair database reading; add rollback tests (#2683)
* add blockchain_dag altair database reading; add rollback tests; fix some unnecessary type conversions

* remove debugging scaffolding

* proposeSignedBlock() will need to be async for merge; introduce altair types to VC
2021-06-29 15:09:29 +00:00
..
README.md Consolidate modules by areas [part 1] (#2365) 2021-03-02 11:27:45 +01:00
attestation_aggregation.nim remove false OnBlockAdded dependency on phase0 HashedBeaconState (#2661) 2021-06-21 08:35:24 +00:00
keystore_management.nim remove false OnBlockAdded dependency on phase0 HashedBeaconState (#2661) 2021-06-21 08:35:24 +00:00
slashing_protection.nim add Altair support to block quarantine/clearance and block_sim (#2662) 2021-06-23 14:43:18 +00:00
slashing_protection_common.nim add Altair support to block quarantine/clearance and block_sim (#2662) 2021-06-23 14:43:18 +00:00
slashing_protection_v1.nim add Altair support to block quarantine/clearance and block_sim (#2662) 2021-06-23 14:43:18 +00:00
slashing_protection_v2.nim ncli_db: validator performance database tool 2021-05-27 19:14:26 +03:00
validator_duties.nim add blockchain_dag altair database reading; add rollback tests (#2683) 2021-06-29 15:09:29 +00:00
validator_pool.nim remove false OnBlockAdded dependency on phase0 HashedBeaconState (#2661) 2021-06-21 08:35:24 +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