nimbus-eth2/beacon_chain/validators
zah eb2dc5cbbb
Implement the new Altair req/resp protocols (#2676)
* Implement the new Altair req/resp protocols

Also fixes the altair message-id computation by providing the correct
forkdigest prefix in `isAltairTopic`.

Co-authored-by: Tanguy Cizain <tanguycizain@gmail.com>
2021-07-07 12:09:47 +03: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 Implement the new Altair req/resp protocols (#2676) 2021-07-07 12:09:47 +03: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