prysm-pulse/validator
Nishant Das 5d65ace970
Implement Doppelganger Check (#9120)
* checkpoint changes

* Update beacon-chain/rpc/validator/status.go

Co-authored-by: Potuz <potuz@potuz.net>

* Update beacon-chain/rpc/validator/status.go

Co-authored-by: Potuz <potuz@potuz.net>

* add in client side tests

* add ordering

* add all new test cases

* gate feature

* handle edge case

* add one more test case

* fatal error

* zahoor's review

* Update validator/client/validator.go

Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>

* Update validator/client/validator.go

Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>

* doppelganger not doppleganger

* preston's review

* add in comment

* change comment

* Fix e2e to only run new flags on the current version

* Fix bug where zero byte public keys were always sent in the request when attestation history existed. Still some tests to fix due to another bug in attester protection AttestationHistoryForPubKey.

* go mod tidy, gazelle

* Increase test size

* fix timeout, change size back to small

Co-authored-by: Potuz <potuz@potuz.net>
Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
2021-07-02 12:11:09 +08:00
..
accounts Bazel: minimal test build transitions (#9122) 2021-06-30 19:22:09 +00:00
client Implement Doppelganger Check (#9120) 2021-07-02 12:11:09 +08:00
db Return pubkey with AttestationHistoryForPubKey AttestationRecord response (#9135) 2021-07-02 05:50:56 +08:00
graffiti Bazel: minimal test build transitions (#9122) 2021-06-30 19:22:09 +00:00
keymanager Bazel: minimal test build transitions (#9122) 2021-06-30 19:22:09 +00:00
node Bazel: minimal test build transitions (#9122) 2021-06-30 19:22:09 +00:00
package Reduce Usage of Eth2 Terminology in Prysm (#9104) 2021-06-26 19:00:33 +00:00
rpc Bazel: minimal test build transitions (#9122) 2021-06-30 19:22:09 +00:00
slashing-protection Return pubkey with AttestationHistoryForPubKey AttestationRecord response (#9135) 2021-07-02 05:50:56 +08:00
testing Return pubkey with AttestationHistoryForPubKey AttestationRecord response (#9135) 2021-07-02 05:50:56 +08: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