nimbus-eth2/beacon_chain/validators
tersec 4a372410a4
use MAX_CHUNK_SIZE_BELLATRIX for signed Bellatrix blocks (#3613)
* use MAX_CHUNK_SIZE_BELLATRIX for signed Bellatrix blocks

* Update beacon_chain/networking/eth2_network.nim

Co-authored-by: Etan Kissling <etan@status.im>

* localPassC to localPassc

* check against maxChunkSize rather than constant

Co-authored-by: Etan Kissling <etan@status.im>
2022-05-05 05:45:35 +00:00
..
README.md Consolidate modules by areas [part 1] (#2365) 2021-03-02 11:27:45 +01:00
action_tracker.nim clean up action tracker 2022-03-24 10:57:20 +00:00
keystore_management.nim use MAX_CHUNK_SIZE_BELLATRIX for signed Bellatrix blocks (#3613) 2022-05-05 05:45:35 +00:00
slashing_protection.nim enable `styleCheck:usages` (#3573) 2022-04-08 16:22:49 +00:00
slashing_protection_common.nim enable `styleCheck:usages` (#3573) 2022-04-08 16:22:49 +00:00
slashing_protection_v2.nim enable `styleCheck:usages` (#3573) 2022-04-08 16:22:49 +00:00
validator_duties.nim post-merge Bellatrix block proposals (#3570) 2022-04-14 20:15:34 +00:00
validator_monitor.nim Validator monitor polish (#3569) 2022-04-06 09:23:01 +00:00
validator_pool.nim automated CL spec ref URL updates from v1.1.9 to v1.1.10 (#3455) 2022-03-02 10:00:21 +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