mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-12 20:50:05 +00:00
d121b19145
* Hide beacon operation field if it's 0 * Rename NewSerivce to New * Revert "Hide beacon operation field if it's 0" This reverts commit 896fa11a0bb605212293d6fff02a8974c54710ab. * Fix NewServiceRegistry * Update slasher/detection/service.go Co-authored-by: Radosław Kapka <rkapka@wp.pl> Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
accounts | ||
client | ||
db | ||
flags | ||
graffiti | ||
keymanager | ||
node | ||
rpc | ||
slashing-protection | ||
testing | ||
web | ||
BUILD.bazel | ||
log.go | ||
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