prysm-pulse/validator
Raul Jordan 4ec0d60911
Prevent Exporting False Positive Slashing Event Due to Old Prysm DB Schema Bug (#9060)
* regression test added

* better comment

* export edge case

* add case for edge test

Co-authored-by: Nishant Das <nishdas93@gmail.com>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2021-06-21 05:15:06 +00:00
..
accounts Move EthereumAPIs Into Prysm (#8968) 2021-06-02 18:49:52 -05:00
client Remove noisy / unneeded log.Error() calls (#9066) 2021-06-20 13:31:27 -07: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 Prevent Exporting False Positive Slashing Event Due to Old Prysm DB Schema Bug (#9060) 2021-06-21 05:15:06 +00: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