prysm-pulse/validator/client
Ivan Martinez 23072983ff Create and Verify Signatures for Attestations (#1908)
* Verify signatures of attestations

* Implement BLS Signing for attestations

* Remove custody bit 0 from the attestation for now

* Fixes tests for attestations

* Fix tests to ensure they use proper attester indice

* Run gazelle

* Goimports

* Test attestation sigs in block operations

* Change formatting and make sure signatures are actually verified

* Fix duplicate import

* Fix duplicate import from merge

* Organize attestation sig to be conssitent with codebase

* Update to comments

* Change signatures to use aggregation

* Run gazelle

* Change function to return err instead of bool
Also gofmt

* Fix for comments

* Move createAggregationSignature to a function in attestations.go
2019-03-08 15:30:01 +08:00
..
BUILD.bazel Create and Verify Signatures for Attestations (#1908) 2019-03-08 15:30:01 +08:00
fake_validator_test.go Validator Client WaitForActivation Implementation (#1898) 2019-03-05 18:09:41 -06:00
runner_test.go Hotfix/add both role case (#1627) 2019-02-18 14:51:49 -08:00
runner.go Validator Client WaitForActivation Implementation (#1898) 2019-03-05 18:09:41 -06:00
service_test.go Clear Up Code Inconsistencies (#1836) 2019-03-03 09:31:29 -08:00
service.go Fix wait for activation (#1913) 2019-03-06 15:13:09 -05:00
validator_attest_test.go Create and Verify Signatures for Attestations (#1908) 2019-03-08 15:30:01 +08:00
validator_attest.go Create and Verify Signatures for Attestations (#1908) 2019-03-08 15:30:01 +08:00
validator_propose_test.go Miscellaneous Runtime Fixes & Improvements - Raul (#1674) 2019-02-24 20:09:45 -06:00
validator_propose.go Create and Verify Signatures for Attestations (#1908) 2019-03-08 15:30:01 +08:00
validator_test.go Validator Client WaitForActivation Implementation (#1898) 2019-03-05 18:09:41 -06:00
validator.go Validator Client WaitForActivation Implementation (#1898) 2019-03-05 18:09:41 -06:00