prysm-pulse/beacon-chain/rpc/validator
Victor Farazdagi 33b2636bf1
Enables new aggregation implementation (#6344)
* adds feature flag
* aggregations/attestation package
* better tests
* bazel visibility issues
* removes redundant code
* Merge branch 'master' into aggregation-attestations-package
* updates previous implementation
* Merge branch 'master' into aggregation-enable-new-aggregation
* resolve merge conflict
* resolve merge conflict (more)
* Merge branch 'master' into aggregation-enable-new-aggregation
* force max_cover aggregation on --dev
* Merge branch 'aggregation-enable-new-aggregation' of github.com:prysmaticlabs/prysm into aggregation-enable-new-aggregation
* Merge branch 'master' into aggregation-enable-new-aggregation
* Merge refs/heads/master into aggregation-enable-new-aggregation
* Merge refs/heads/master into aggregation-enable-new-aggregation
* Merge refs/heads/master into aggregation-enable-new-aggregation
* Merge refs/heads/master into aggregation-enable-new-aggregation
* Merge refs/heads/master into aggregation-enable-new-aggregation
2020-06-23 19:13:55 +00:00
..
aggregator_test.go Enables new aggregation implementation (#6344) 2020-06-23 19:13:55 +00:00
aggregator.go Fix aggregator with unaggregated attestation (#6137) 2020-06-05 00:06:45 +00:00
assignments_test.go Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
assignments.go Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
attester_test.go SubscribeCommitteeSubnets fields length check (#6359) 2020-06-23 14:50:46 +00:00
attester.go SubscribeCommitteeSubnets fields length check (#6359) 2020-06-23 14:50:46 +00:00
BUILD.bazel Enables new aggregation implementation (#6344) 2020-06-23 19:13:55 +00:00
exit_test.go Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
exit.go Change non-mutating validator accesses to ReadOnly (#5776) 2020-05-07 14:15:51 -04:00
proposer_test.go Enables new aggregation implementation (#6344) 2020-06-23 19:13:55 +00:00
proposer.go Clean up old block processing paths (#6311) 2020-06-22 17:19:33 -07:00
server_test.go Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
server.go Command to fetch validator statuses + MultipleValidatorStatus (#5784) 2020-05-19 05:13:37 +00:00
status_test.go Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
status.go Fixes span naming in rpc/validator (#6182) 2020-06-09 12:28:16 +00:00
validator_test.go Assert no side effects occur on test (#5714) 2020-05-05 08:39:38 +00:00