mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-09 21:24:01 +00:00
* Refactor block/blobs types Use type system to enforce invariant that a pre-4844 block cannot have a sidecar. * Update beacon_chain/nimbus_beacon_node.nim Co-authored-by: tersec <tersec@users.noreply.github.com> * review feedback Co-authored-by: tersec <tersec@users.noreply.github.com>
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