nimbus-eth2/beacon_chain/validators
tersec 87452374e4
add Electra SSZ object test fixture (#6225)
2024-04-22 09:00:38 +00:00
..
README.md Consolidate modules by areas [part 1] (#2365) 2021-03-02 11:27:45 +01:00
action_tracker.nim enable --styleCheck:error in ncli/ and research/ (#6014) 2024-03-02 06:25:17 +01:00
activity_metrics.nim Keymanager API for the validator client (#3976) 2022-08-19 13:30:07 +03:00
beacon_validators.nim add Electra SSZ object test fixture (#6225) 2024-04-22 09:00:38 +00:00
keystore_management.nim Add Keymanager API graffiti endpoints. (#6054) 2024-03-14 03:44:00 +00:00
message_router.nim explicitly scope AttesterSlashing and IndexedAttestation types to phase0 (#6224) 2024-04-21 05:49:11 +00:00
message_router_mev.nim add new Electra beacon chain containers and presets (#6216) 2024-04-18 07:30:01 +00:00
slashing_protection.nim update some deprecated stew/results to results imports (#5743) 2024-01-16 22:37:14 +00:00
slashing_protection_common.nim remove MIRACL Core support (#5941) 2024-02-22 16:13:31 +00:00
slashing_protection_v2.nim automated consensus spec URL updating to v1.4.0 (#6074) 2024-03-14 07:26:36 +01:00
validator_duties.nim explicitly refer to phase0.{Attestation,TrustedAttestation} rather than sans module name (#6214) 2024-04-17 20:44:29 +00:00
validator_monitor.nim explicitly scope AttesterSlashing and IndexedAttestation types to phase0 (#6224) 2024-04-21 05:49:11 +00:00
validator_pool.nim add Electra support to beacon API produceBlindedBlock and produceBlockV3 endpoints; add further VC publish(Blinded)Block Electra support (#6190) 2024-04-10 10:54:00 +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