nimbus-eth2/beacon_chain/validators
Pedro Miranda 7b6caebf6e
Add publishAggregateAndProofsV2 (#6546)
* added new endpoint version(v2) for validator aggregate and proof

* review improvements

* introduced nim template for proof executiion

---------

Co-authored-by: Pedro Miranda <pedro.miranda@nimbus.team>
2024-09-13 21:11:09 +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 resolve several outstanding items for Electra support; add debug-foo to light client yamux (#6547) 2024-09-13 10:07:06 +02:00
keystore_management.nim update builder API registrations after keymanager API fee recipient change (#6412) 2024-07-04 14:08:07 +02:00
message_router.nim Add publishAggregateAndProofsV2 (#6546) 2024-09-13 21:11:09 +00:00
message_router_mev.nim bump nim-kzg4844, enable ckzg2.0.0, fix whatever needed (#6502) 2024-09-02 11:47:00 +00:00
slashing_protection.nim add some Electra config constants to beacon API config endpoint (#6479) 2024-08-07 18:15:29 +02: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.5.0-alpha.5 (#6504) 2024-08-21 14:25:19 +02:00
validator_duties.nim electra: attestatoin sending (#6296) 2024-05-17 17:34:46 +02:00
validator_monitor.nim electra attestation gossip plumbing (#6287) 2024-05-14 19:01:26 +03:00
validator_pool.nim some v1.5.0-alpha.5 consensus spec URL updates (#6509) 2024-08-23 12:43:54 +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