prysm-pulse/validator
Dhruv Bodani e100fb0c08
Add support for sync committee selections (#13633)
* add support for sync committee selections

* go mod tidy

* remove unused fields

* fix build

* fix build

---------

Co-authored-by: Radosław Kapka <rkapka@wp.pl>
2024-02-23 13:53:42 +00:00
..
accounts Unify log fields (#13654) 2024-02-22 22:40:36 +00:00
client Add support for sync committee selections (#13633) 2024-02-23 13:53:42 +00:00
db Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
graffiti Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
helpers Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
keymanager removing show deposit data flag (#13618) 2024-02-15 19:49:50 +00:00
node Unify log fields (#13654) 2024-02-22 22:40:36 +00:00
package Update cross compile toolchains (#12069) 2023-03-07 20:09:46 +00:00
rpc Switch gomock library (#13639) 2024-02-21 18:37:17 +00:00
slashing-protection-history Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
testing Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
web Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
README.md Change Eth2 Repository Names (#9425) 2021-08-19 13:00:57 -05: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