prysm-pulse/validator
Preston Van Loon 8f90e91e99
Update jwt-go library to fix CVE-2020-26160 (#9017)
* Replace github.com/dgrijalva/jwt-go with github.com/form3tech-oss/jwt-go, including security fix

* Fix to include go cast in deps.bzl and go mod

* Add gocast stub for go.mod / deps.bzl trick

* revert some changes

* Remove ignore tag

* gaz

* go mod tidy

* add build exclusion

* Go mod?

* go mod tidy
2021-06-10 13:59:34 -05: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 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 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