nimbus-eth2/beacon_chain/validators
tersec ba94dc849f
opt-out support for v1.4.0 attestation stability subnets (#5128)
* opt-out support for v1.4.0 attestation stability subnets

* document debug-prefix-flag-policy and remove temporary from flag name
2023-06-30 05:23:15 +00:00
..
README.md
action_tracker.nim opt-out support for v1.4.0 attestation stability subnets (#5128) 2023-06-30 05:23:15 +00:00
activity_metrics.nim Keymanager API for the validator client (#3976) 2022-08-19 13:30:07 +03:00
keystore_management.nim per-validator payload builder configuration (#5062) 2023-06-25 12:00:17 +00:00
message_router.nim Review feedbac from #5106 (#5141) 2023-06-29 01:17:54 +00:00
message_router_mev.nim Add blob handling to message router (#5106) 2023-06-28 17:55:31 +00:00
slashing_protection.nim remove Nim 1.2-compatible `push raise`s and update copyright notice years (#4528) 2023-01-20 14:14:37 +00:00
slashing_protection_common.nim don't require optional fields importing slashing protection information (#4997) 2023-05-31 18:51:00 +03:00
slashing_protection_v2.nim don't require optional fields importing slashing protection information (#4997) 2023-05-31 18:51:00 +03:00
validator_duties.nim Review feedbac from #5106 (#5141) 2023-06-29 01:17:54 +00:00
validator_monitor.nim more eip4844 -> deneb changes (#4666) 2023-02-25 03:03:34 +02:00
validator_pool.nim Web3Signer support only for only Bellatrix and later (#5107) 2023-06-29 09:36:43 +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