prysm-pulse/validator/client
Fabrice Cheng cbd731152e
Return INVALID validator status if the BLS signature is invalid (#6576)
* return INVALID status if BLS signature is invalid

* add unit tests for VerifyDepositSignature function

* fix lint

* lint fix

* gazelle run run

* update ethereumapis dependencies in go module

* tidy go mod

* update VerifyDepositSignature function to use the proper way of generating sig

* update tests

* update gazelle

* add ValidatorStatus test

* update to Warn

* reorder impot

* merge verifyDepositDataSigningRoot with VerifyDepositSignature

* refactor one last time

* align with specs for computing Domain

* add warn error logs
2020-07-28 23:19:07 -05:00
..
aggregate_test.go Applies assertion funcs to validator/client tests (#6654) 2020-07-21 13:02:21 +00:00
aggregate.go Integrate Accounts v2 Keymanager Into Validator Client (#6489) 2020-07-08 05:01:09 +00:00
attest_protect_test.go Applies assertion funcs to validator/client tests (#6654) 2020-07-21 13:02:21 +00:00
attest_protect.go Merge separated local slashing protection flags (#6487) 2020-07-03 21:01:54 -05:00
attest_test.go Applies assertion funcs to validator/client tests (#6654) 2020-07-21 13:02:21 +00:00
attest.go Remote Keymanager: Proto Definitions and Basic Client Implementation (#6526) 2020-07-10 05:49:56 +00:00
BUILD.bazel Applies assertion funcs to validator/client tests (#6654) 2020-07-21 13:02:21 +00:00
fake_validator_test.go Make external slasher protection fail on load if slasher is not reachable (#6704) 2020-07-27 20:06:49 +00:00
log.go Revert Stream Duties (#6473) 2020-07-02 17:50:05 +00:00
metrics_test.go Show overall validator results in addition to epoch specific results (#6492) 2020-07-07 19:23:56 +00:00
metrics.go Fix inconsistent pubkey formatting in logs (#6600) 2020-07-14 20:37:01 +00:00
propose_protect_test.go Applies assertion funcs to validator/client tests (#6654) 2020-07-21 13:02:21 +00:00
propose_protect.go Merge separated local slashing protection flags (#6487) 2020-07-03 21:01:54 -05:00
propose_test.go Applies assertion funcs to validator/client tests (#6654) 2020-07-21 13:02:21 +00:00
propose.go Remote Keymanager: Proto Definitions and Basic Client Implementation (#6526) 2020-07-10 05:49:56 +00:00
runner_test.go Make external slasher protection fail on load if slasher is not reachable (#6704) 2020-07-27 20:06:49 +00:00
runner.go Make external slasher protection fail on load if slasher is not reachable (#6704) 2020-07-27 20:06:49 +00:00
service_test.go Applies assertion funcs to validator/client tests (#6654) 2020-07-21 13:02:21 +00:00
service.go Better gRPC retry including stream retry (#6670) 2020-07-21 22:45:52 -05:00
validator_test.go Applies assertion funcs to validator/client tests (#6654) 2020-07-21 13:02:21 +00:00
validator.go Return INVALID validator status if the BLS signature is invalid (#6576) 2020-07-28 23:19:07 -05:00