nimbus-eth2/beacon_chain/validators
Etan Kissling c808f17a37
update to latest light client libp2p protocol (#3623)
Incorporates the latest changes to the light client sync protocol based
on Devconnect AMS feedback. Note that this breaks compatibility with the
previous prototype, due to changes to data structures and endpoints.
See https://github.com/ethereum/consensus-specs/pull/2802
2022-05-23 14:02:54 +02:00
..
README.md Consolidate modules by areas [part 1] (#2365) 2021-03-02 11:27:45 +01:00
action_tracker.nim clean up action tracker 2022-03-24 10:57:20 +00:00
keystore_management.nim Add a ncli tool for converting a regular keystore into a distributed one (#3634) 2022-05-17 16:50:49 +03:00
slashing_protection.nim enable `styleCheck:usages` (#3573) 2022-04-08 16:22:49 +00:00
slashing_protection_common.nim enable `styleCheck:usages` (#3573) 2022-04-08 16:22:49 +00:00
slashing_protection_v2.nim enable `styleCheck:usages` (#3573) 2022-04-08 16:22:49 +00:00
validator_duties.nim update to latest light client libp2p protocol (#3623) 2022-05-23 14:02:54 +02:00
validator_monitor.nim Implement all sync committee duties in the validator client (#3583) 2022-05-10 10:03:40 +00:00
validator_pool.nim Improve the compatibility with various Web3Signer versions and configurations (#3640) 2022-05-17 19:55:03 +03: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