nimbus-eth2/beacon_chain/validators
tersec a0c518cb4f
sync committee/aggregate signature signing and verification (#2784)
* sync committee/aggregate signature signing and verification

* add message signature tests
2021-08-17 08:07:17 +00:00
..
README.md Consolidate modules by areas [part 1] (#2365) 2021-03-02 11:27:45 +01:00
attestation_aggregation.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
keystore_management.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
slashing_protection.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
slashing_protection_common.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
slashing_protection_v1.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
slashing_protection_v2.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
validator_duties.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
validator_pool.nim sync committee/aggregate signature signing and verification (#2784) 2021-08-17 08:07:17 +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