prysm-pulse/validator
Radosław Kapka 4f3c17cf69
Make the shared/gateway package unaware of consuming services (#9050)
* gateway refactor

* test customizations

* change variable names

* fix BUILD file

* remove unused code

* move mux registration out of gateway

* fix gateway tests

* better name for struct

* fix mock endpoint factory

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2021-06-18 13:35:13 +00:00
..
accounts Move EthereumAPIs Into Prysm (#8968) 2021-06-02 18:49:52 -05:00
client Better comments for aggregator functions (#9053) 2021-06-17 17:28:19 +00:00
db Adding ability to override directory permissions for db backup (#8888) 2021-06-18 01:37:58 +00:00
graffiti Graffiti hex support (#8894) 2021-06-10 16:54:24 +00:00
keymanager Fix remote keymanager's dynamic key reload (#8817) 2021-04-30 15:15:22 +00:00
node Make the shared/gateway package unaware of consuming services (#9050) 2021-06-18 13:35:13 +00:00
package Feature/debian packages (#8872) 2021-06-01 15:44:24 +00:00
rpc Update jwt-go library to fix CVE-2020-26160 (#9017) 2021-06-10 13:59:34 -05:00
slashing-protection Move EthereumAPIs Into Prysm (#8968) 2021-06-02 18:49:52 -05:00
testing Move EthereumAPIs Into Prysm (#8968) 2021-06-02 18:49:52 -05:00
web Update web-ui to beta.4 (#9047) 2021-06-16 13:36:43 +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