prysm-pulse/beacon-chain/operations/attestations
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
..
kv Enables new aggregation implementation (#6344) 2020-06-23 19:13:55 +00:00
BUILD.bazel Enables new aggregation implementation (#6344) 2020-06-23 19:13:55 +00:00
log.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
metrics.go Better attestation pool with map instead of expiration cache (#5087) 2020-03-13 12:35:28 -05:00
pool_test.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
pool.go Improves operations/attestations/kv test coverage (#6181) 2020-06-09 21:00:36 +00:00
prepare_forkchoice_test.go Enables new aggregation implementation (#6344) 2020-06-23 19:13:55 +00:00
prepare_forkchoice.go Enables new aggregation implementation (#6344) 2020-06-23 19:13:55 +00:00
prune_expired_test.go Better attestation pool with map instead of expiration cache (#5087) 2020-03-13 12:35:28 -05:00
prune_expired.go Better attestation pool with map instead of expiration cache (#5087) 2020-03-13 12:35:28 -05:00
service_test.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
service.go All Beacon Node Package-Level Godocs (#5677) 2020-04-29 12:40:33 -05:00