prysm-pulse/validator
Potuz 88083d1000
Add journald option for logger (#7463)
* Add journald option for logger

Fixes #7353

* fix docker images

* go mod tidy

Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
2020-10-14 00:10:57 +00:00
..
accounts Fix reported anti patterns (#7501) 2020-10-12 16:12:00 +00:00
client Numeric conversion cleanup (#7465) 2020-10-13 12:43:49 +00:00
db Import old attestation store (#7466) 2020-10-12 13:43:42 +03:00
flags Fix config file flags in subcommands (#7475) 2020-10-11 08:26:59 -07:00
keymanager Fix reported anti patterns (#7501) 2020-10-12 16:12:00 +00:00
node Resolve Web UI Beta Testing Bugs (#7471) 2020-10-10 02:07:28 +00:00
rpc Fix reported anti patterns (#7501) 2020-10-12 16:12:00 +00:00
slashing-protection Better naming for constructor funcs (#7316) 2020-09-23 08:59:49 +00:00
testing Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
web Resolve Web UI Beta Testing Bugs (#7471) 2020-10-10 02:07:28 +00:00
BUILD.bazel Add journald option for logger (#7463) 2020-10-14 00:10:57 +00:00
main.go Add journald option for logger (#7463) 2020-10-14 00:10:57 +00:00
README.md Updated why-combining-sharding-and-casper link in validator/README.md (#3810) 2019-10-20 19:43:30 -07:00
usage_test.go Refactor dependencies, make Prysm "go gettable" (#6053) 2020-05-31 14:44:34 +08:00
usage.go Serve Prysm Web UI from Validator (#7470) 2020-10-09 09:58:30 -05:00

Prysmatic Labs Validator Client Implementation

This is the main project folder for a validator client implementation of Ethereum Serenity in Golang by Prysmatic Labs. A validator client attaches to a running beacon node in order to perform proposer/attester responsibilities and manage the lifecycle of a particular shard upon being assigned to one.

Before you begin, check out our main README and join our active chat room on Discord or Gitter below:

Discord Gitter

Also, read the latest sharding + casper design spec, this design spec serves as a source of truth for the beacon chain implementation we follow at prysmatic labs. Check out the FAQs. Refer this page on why we are combining sharding and casper together.