mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-11 12:10:05 +00:00
528272fc66
* Add getters and setters for source and target epochs * Use the correct ImportStandardProtectionJSON * Add tests * Fix buckets * Fix source to target * Update validator/slashing-protection/local/standard-protection-format/import.go * Fix bytesutil.BytesToUint64BigEndian will return 0 if input is less than 8 bytes Co-authored-by: Raul Jordan <raul@prysmaticlabs.com> |
||
---|---|---|
.. | ||
accounts | ||
client | ||
db | ||
flags | ||
keymanager | ||
node | ||
rpc | ||
slashing-protection | ||
testing | ||
web | ||
BUILD.bazel | ||
main.go | ||
README.md | ||
usage_test.go | ||
usage.go |
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.
To further understand the responsibilities of an eth2 validator, we recommend reading the official specification here