nimbus-eth2/beacon_chain/validators
tersec 35b1104bea
`block_sim` runs capella by default (#4315)
2022-11-11 10:17:27 +00:00
..
README.md Consolidate modules by areas [part 1] (#2365) 2021-03-02 11:27:45 +01:00
action_tracker.nim automated v1.2.0 -> v1.3.0-alpha.0 consensus spec URL update (#4305) 2022-11-09 09:20:53 +00:00
activity_metrics.nim Keymanager API for the validator client (#3976) 2022-08-19 13:30:07 +03:00
keystore_management.nim Support Prysm and Ethdo Keystores (Fixes #4107) (#4149) 2022-09-20 01:09:56 +03:00
message_router.nim remove `newPayload` from block production flow (#4186) 2022-10-14 22:48:56 +03:00
message_router_mev.nim implement /eth/v1/beacon/blinded_blocks BN endpoint (#4286) 2022-11-08 18:08:43 +00:00
slashing_protection.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
slashing_protection_common.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
slashing_protection_v2.nim initial automated v1.2.0 -> v1.3.0-alpha.0 consensus spec URL update (#4296) 2022-11-08 02:37:28 +00:00
validator_duties.nim don't require attached validator for blinded block BN endpoint (#4313) 2022-11-10 20:18:08 +00:00
validator_monitor.nim add Capella support to Forked* (#4276) 2022-11-02 16:23:30 +00:00
validator_pool.nim `block_sim` runs capella by default (#4315) 2022-11-11 10:17:27 +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