prysm-pulse/validator
james-prysm d907cae595
persistent validator settings in validator client (#12354)
* WIP

* improving proposer settings store

* WIP persistent validator settings

* WIP persistent validator settings

* changing visibility level

* fixing some deepsource issues

* fixing more deepsource issues

* fixing json marshalling

* fix linting

* fixing tests

* fixing more tests

* fixing more tests

* fixing more tests

* fixing linting

* WIP fixing unit tests

* fixing remaining db tests

* converting json to protobuf

* fixing e2e

* k8s yaml library is used directly

* fixing linting

* fixing broken unit test

* reverting changes on e2e

* fixing linting

* fixing deepsource issue

* resolving some internal comments

* resolving some comments and adding more tests

* adding more unit tests

* gaz

* fixing flaking test

* fixing unit test contamination

* fixing deepsource issue

* resolving review item

* gaz
2023-05-16 14:08:49 -05:00
..
accounts migrating code from PR#12343 (#12371) 2023-05-08 09:33:26 -05:00
client persistent validator settings in validator client (#12354) 2023-05-16 14:08:49 -05:00
db persistent validator settings in validator client (#12354) 2023-05-16 14:08:49 -05:00
graffiti Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
helpers Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
keymanager Enable whitespace linter & fix findings (#12273) 2023-04-18 18:58:27 +00:00
node persistent validator settings in validator client (#12354) 2023-05-16 14:08:49 -05:00
package Update cross compile toolchains (#12069) 2023-03-07 20:09:46 +00:00
rpc persistent validator settings in validator client (#12354) 2023-05-16 14:08:49 -05:00
slashing-protection-history Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
testing Enable whitespace linter & fix findings (#12273) 2023-04-18 18:58:27 +00:00
web Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
BUILD.bazel Add Goland Standard "cmd" Pattern for Validator Binaries (#8541) 2021-03-02 12:58:40 -06:00
README.md Change Eth2 Repository Names (#9425) 2021-08-19 13:00:57 -05:00

Prysmatic Labs Validator Client Implementation

This is the main project folder for a validator client implementation of Ethereum 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 Ethereum validator, we recommend reading the official specification here