prysm-pulse/beacon-chain/operations/attestations/kv
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
..
aggregated_test.go Improves operations/attestations/kv test coverage (#6181) 2020-06-09 21:00:36 +00:00
aggregated.go Enables new aggregation implementation (#6344) 2020-06-23 19:13:55 +00:00
benchmark_test.go proper error checking and type assertions (#5424) 2020-04-14 16:41:09 +00:00
block_test.go Better attestation pool with map instead of expiration cache (#5087) 2020-03-13 12:35:28 -05:00
block.go Faster hashing for attestation pool (#5217) 2020-03-26 23:55:25 +00:00
BUILD.bazel Enables new aggregation implementation (#6344) 2020-06-23 19:13:55 +00:00
forkchoice_test.go Better attestation pool with map instead of expiration cache (#5087) 2020-03-13 12:35:28 -05:00
forkchoice.go Faster hashing for attestation pool (#5217) 2020-03-26 23:55:25 +00:00
kv.go All Beacon Node Package-Level Godocs (#5677) 2020-04-29 12:40:33 -05:00
unaggregated_test.go Improves operations/attestations/kv test coverage (#6181) 2020-06-09 21:00:36 +00:00
unaggregated.go Fix aggregator with unaggregated attestation (#6137) 2020-06-05 00:06:45 +00:00