nimbus-eth2/beacon_chain/validators
Agnish Ghosh a157760643
Init Fulu fork (#6677)
* fulu

* fix ci

* fix ncli

* attempt to fix ci

* fix wss_sim build

* fix vc api

* updated tests

* resolve merge conflicts

* fix tests

* fix check

* attempt to fix minimal test in CI

* addressed reviews

---------

Co-authored-by: tersec <tersec@users.noreply.github.com>
2024-11-13 10:29:14 +07:00
..
README.md
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 Init Fulu fork (#6677) 2024-11-13 10:29:14 +07:00
keystore_management.nim Add `ResolveAlways` flag for web3signer requests. (#6567) 2024-09-20 13:10:25 +02:00
message_router.nim new pool attester slashings endpoint version (V2) for electra (#6585) 2024-09-28 00:00:26 +00:00
message_router_mev.nim Init Fulu fork (#6677) 2024-11-13 10:29:14 +07: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.8 (#6617) 2024-10-09 08:37:35 +02:00
validator_duties.nim electra: attestatoin sending (#6296) 2024-05-17 17:34:46 +02:00
validator_monitor.nim Light forward sync mechanism (#6515) 2024-10-30 05:38:53 +00:00
validator_pool.nim Init Fulu fork (#6677) 2024-11-13 10:29:14 +07: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