prysm-pulse/validator
Radosław Kapka dc6dee3f4e
Fix issues with dynamic key reload for imported/derived keymanager (#8585)
* implementation of handling reload

* proper implementation

* fix WaitForActivation tests

* HandleKeyReload tests

* runner tests

* do not reuse log hook between tests

* gzl

* Drop unnecessary use of the blank identifier

* move mock_validator to testutil package

* Reorganize validator client package

* reduce package visibility

* revert account changes

* gzl

* describe nil parameter

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
2021-03-12 17:23:56 +00:00
..
accounts Update rules_go and fix proto conflicts (#8596) 2021-03-11 18:03:19 -06:00
client Fix issues with dynamic key reload for imported/derived keymanager (#8585) 2021-03-12 17:23:56 +00:00
db Prune Better For Larger Buckets (#8599) 2021-03-12 15:05:20 +00:00
graffiti Graffiti ordered index (#8482) 2021-02-24 22:50:47 +00:00
keymanager Fix issues with dynamic key reload for imported/derived keymanager (#8585) 2021-03-12 17:23:56 +00:00
node Add Goland Standard "cmd" Pattern for Validator Binaries (#8541) 2021-03-02 12:58:40 -06:00
rpc Update rules_go and fix proto conflicts (#8596) 2021-03-11 18:03:19 -06:00
slashing-protection Add All Other Prysm CLI Entrypoints to "cmd" Folder (#8545) 2021-03-03 17:05:37 +00:00
testing A bit of cleanup based on goconst tool (#8529) 2021-03-02 11:39:54 +00:00
web Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
BUILD.bazel Add Goland Standard "cmd" Pattern for Validator Binaries (#8541) 2021-03-02 12:58:40 -06:00
README.md Fix Up READMEs for Mainnet (#7910) 2020-11-23 18:47:55 +00:00

Prysmatic Labs Validator Client Implementation

This is the main project folder for a validator client implementation of eth2 written in Go by Prysmatic Labs. A validator client attaches to a running beacon node in order to perform proposer/attester responsibilities for eth.

You can also read our main README and join our active chat room on Discord.

Discord

To further understand the responsibilities of an eth2 validator, we recommend reading the official specification here