prysm-pulse/beacon-chain/core
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
..
attestations Create and Verify Signatures for Attestations (#1908) 2019-03-08 15:30:01 +08:00
balances Add Spans for Epoch Processing (#1895) 2019-03-05 14:18:07 -08:00
blocks Create and Verify Signatures for Attestations (#1908) 2019-03-08 15:30:01 +08:00
epoch Add Spans for Epoch Processing (#1895) 2019-03-05 14:18:07 -08:00
helpers Clean Up Validator RPC Server (#1798) 2019-03-03 14:55:12 -08:00
state Create and Verify Signatures for Attestations (#1908) 2019-03-08 15:30:01 +08:00
validators Add Spans for Epoch Processing (#1895) 2019-03-05 14:18:07 -08:00