prysm-pulse/beacon-chain/rpc
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
..
beacon Use correct context for chainHeadRetrieval (#6678) 2020-07-22 16:20:20 +00:00
debug Introduces peer scorer service (#6579) 2020-07-20 15:12:59 +00:00
node Applies assertion funcs to rpc tests (#6641) 2020-07-20 02:15:51 +00:00
validator Return INVALID validator status if the BLS signature is invalid (#6576) 2020-07-28 23:19:07 -05:00
BUILD.bazel Applies assertion funcs to rpc tests (#6641) 2020-07-20 02:15:51 +00:00
service_test.go Applies assertion funcs to rpc tests (#6641) 2020-07-20 02:15:51 +00:00
service.go Move hard-coded constants to global consts (#6467) 2020-07-03 15:25:32 +00:00