mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 12:57:18 +00:00
9136d30121
* Return error when using unsupported mnemonic language * Fix failing tests * More test fixes * Add MnemonicLanguage to CreateWalletRequest * Add MnemonicLanguage to remaining tests * Add language to error * Add missing (.) * Set default language + fix renumbered fields * Replace hardcoded language with default var * default set * gaz * fix proto field setting * fix up * Remove WithMnemonicLanguage from tests * Remove WithMnemonicLanguage from tests * Fix conflicting information failure * Gazelle + remove hardcoded english values * fix * Fix tests Co-authored-by: Raul Jordan <raul@prysmaticlabs.com> Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
accounts | ||
client | ||
db | ||
graffiti | ||
helpers | ||
keymanager | ||
node | ||
package | ||
rpc | ||
slashing-protection-history | ||
testing | ||
web | ||
BUILD.bazel | ||
README.md |
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.
To further understand the responsibilities of an Ethereum validator, we recommend reading the official specification here