nimbus-eth2/beacon_chain/validators
zah 6d11ad6ce1
Support for distributed keystores with multiple remotes based on threshold signatures (#3616)
Other fixes:

* Fix bit rot in the `make prater-dev-deposit` target.
* Correct content-type in the responses of the Nimbus signing node
* Invalid JSON payload was being sent in the web3signer requests
2022-05-10 03:32:12 +03: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 Support for distributed keystores with multiple remotes based on threshold signatures (#3616) 2022-05-10 03:32:12 +03: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 Support for distributed keystores with multiple remotes based on threshold signatures (#3616) 2022-05-10 03:32:12 +03:00
validator_monitor.nim Validator monitor polish (#3569) 2022-04-06 09:23:01 +00:00
validator_pool.nim Support for distributed keystores with multiple remotes based on threshold signatures (#3616) 2022-05-10 03:32:12 +03: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