prysm-pulse/validator
Alexander Mollohan 644d5bbb1a
Graffiti hex support (#8894)
* more or less feature complete, needs unit tests

* Test support and concomitant refactors

* Resolving requested changes on PR

* minor fix before trying to figure out bazel

* bazel change

* minor changes requested in pr

* fixing build errors

* fixing build errors

* fixing PR feedback

* fixing PR feedback

* resolving nitpicks

* resolving nitpicks

* build failures REEEEE

* tests fail if its not this way, so this way it is

* getting the tests to pass

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
2021-06-10 16:54:24 +00:00
..
accounts Move EthereumAPIs Into Prysm (#8968) 2021-06-02 18:49:52 -05:00
client Move EthereumAPIs Into Prysm (#8968) 2021-06-02 18:49:52 -05:00
db Move EthereumAPIs Into Prysm (#8968) 2021-06-02 18:49:52 -05: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 Graffiti hex support (#8894) 2021-06-10 16:54:24 +00:00
package Feature/debian packages (#8872) 2021-06-01 15:44:24 +00:00
rpc Move EthereumAPIs Into Prysm (#8968) 2021-06-02 18:49:52 -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 Unify gRPC Gateways into Single, Shared lib (#8799) 2021-05-04 17:20:58 +02: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