nimbus-eth2/beacon_chain/validators
tersec 474b0d8502
`withUpdatedState` injects `updatedState` rather than `state` template (#4375)
2022-11-30 16:37:23 +02:00
..
README.md
action_tracker.nim automated consensus spec ref URL update to v1.3.0-alpha.1 (#4354) 2022-11-24 19:07:02 +00:00
activity_metrics.nim
keystore_management.nim Per-validator doppelganger protection. (#4304) 2022-11-20 15:55:43 +02:00
message_router.nim
message_router_mev.nim fix order of MEV signed block root assignment/checking (#4360) 2022-11-25 15:47:52 +02:00
slashing_protection.nim
slashing_protection_common.nim
slashing_protection_v2.nim automated consensus spec ref URL update to v1.3.0-alpha.1 (#4354) 2022-11-24 19:07:02 +00:00
validator_duties.nim `withUpdatedState` injects `updatedState` rather than `state` template (#4375) 2022-11-30 16:37:23 +02:00
validator_monitor.nim
validator_pool.nim `withUpdatedState` injects `updatedState` rather than `state` template (#4375) 2022-11-30 16:37:23 +02: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