nimbus-eth2/beacon_chain/validators
tersec e4afc36d71
use ForkedTrustedSignedBeaconBlock (#2720)
* use ForkedTrustedSignedBeaconBlock

* remove --subscribe-all-subnets

* https://ethereum.github.io/eth2.0-APIs/#/Beacon/getBlock implementation was passing through forked beaconblocks
2021-07-14 12:18:52 +00:00
..
README.md Consolidate modules by areas [part 1] (#2365) 2021-03-02 11:27:45 +01:00
attestation_aggregation.nim remove false OnBlockAdded dependency on phase0 HashedBeaconState (#2661) 2021-06-21 08:35:24 +00:00
keystore_management.nim Implement split preset/config support (#2710) 2021-07-12 15:01:38 +02:00
slashing_protection.nim add Altair support to block quarantine/clearance and block_sim (#2662) 2021-06-23 14:43:18 +00:00
slashing_protection_common.nim add Altair support to block quarantine/clearance and block_sim (#2662) 2021-06-23 14:43:18 +00:00
slashing_protection_v1.nim add Altair support to block quarantine/clearance and block_sim (#2662) 2021-06-23 14:43:18 +00:00
slashing_protection_v2.nim ncli_db: validator performance database tool 2021-05-27 19:14:26 +03:00
validator_duties.nim use ForkedTrustedSignedBeaconBlock (#2720) 2021-07-14 12:18:52 +00:00
validator_pool.nim New validator client using REST API. (#2651) 2021-07-13 13:15:07 +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