prysm-pulse/beacon-chain/core
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
..
blocks Return INVALID validator status if the BLS signature is invalid (#6576) 2020-07-28 23:19:07 -05:00
epoch ProcessAttestations: Add requirement that inclusion distance is not zero (#6642) 2020-07-19 16:38:45 +00:00
feed Implement Stream Duties Functionality (#5685) 2020-05-06 14:15:31 -05:00
helpers Add a ComputeDomainVerifySigningRoot helper (#6743) 2020-07-28 16:49:47 +00:00
state ProcessAttestations: Add requirement that inclusion distance is not zero (#6642) 2020-07-19 16:38:45 +00:00
validators Address spec adherence feedbacks (#6365) 2020-06-24 03:14:44 +00:00