prysm-pulse/validator
Mohamed Mansour 47c28e6cd6
Show error in logs if passing invalid flags in yaml (#9033)
* Show error in logs if passing invalid flags in yaml

The YAML configs pass if an invalid flag is set, this causes frustration
because the flag could have been mispelled causing a huge mystery.

This will strictly check if the flags are deserialized, if a flag
doesn't exist, it will error out as a Fatal error with appropriate
reasoning which flag is wrong.

* Fix review comments to make some of them non-fatal

* Make yaml.TypeError a pointer

* Remove UnmarshalStrict from spectests since they use a different YAML package

Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
2021-08-01 03:26:24 +00:00
..
accounts Eliminate Proto V2 Namespace (#9297) 2021-07-28 21:23:44 +00:00
client Eliminate Proto V2 Namespace (#9297) 2021-07-28 21:23:44 +00:00
db Move v1alpha1 into Prysm API namespace (#9245) 2021-07-21 21:34:07 +00:00
graffiti Show error in logs if passing invalid flags in yaml (#9033) 2021-08-01 03:26:24 +00:00
keymanager Eliminate Proto V2 Namespace (#9297) 2021-07-28 21:23:44 +00:00
node Eliminate Proto V2 Namespace (#9297) 2021-07-28 21:23:44 +00:00
package Reduce Usage of Eth2 Terminology in Prysm (#9104) 2021-06-26 19:00:33 +00:00
rpc Eliminate Proto V2 Namespace (#9297) 2021-07-28 21:23:44 +00:00
slashing-protection Eliminate Proto V2 Namespace (#9297) 2021-07-28 21:23:44 +00:00
testing Eliminate Proto V2 Namespace (#9297) 2021-07-28 21:23:44 +00: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 Reduce Usage of Eth2 Terminology in Prysm (#9104) 2021-06-26 19:00:33 +00:00

Prysmatic Labs Validator Client Implementation

This is the main project folder for a validator client implementation of Ethereum 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 Ethereum validator, we recommend reading the official specification here