prysm-pulse/shared/aggregation
Victor Farazdagi 90542c21dc
Implements max k-coverage greedy algorithm (#6305)
* implements max k-coverage greedy algorithm
* updates go-bitfield dependency
* gazelle
* update base aggregate
* re-arrange to shared
* clean references to atts in max cover
* max_cover: updates visibility
* fixes tests
* attestations related methods
* Merge branch 'master' into attaggregation-max-cover
* better op order
* fix comments
* removes debug stringer methods
* Merge refs/heads/master into attaggregation-max-cover
* log random seed
* Merge branch 'attaggregation-max-cover' of github.com:prysmaticlabs/prysm into attaggregation-max-cover
* Merge refs/heads/master into attaggregation-max-cover
* adds more comments
* Merge branch 'attaggregation-max-cover' of github.com:prysmaticlabs/prysm into attaggregation-max-cover
* fixes typo
2020-06-18 20:56:23 +00:00
..
aggregation_test.go Implements max k-coverage greedy algorithm (#6305) 2020-06-18 20:56:23 +00:00
aggregation.go Implements max k-coverage greedy algorithm (#6305) 2020-06-18 20:56:23 +00:00
attestations_test.go Implements max k-coverage greedy algorithm (#6305) 2020-06-18 20:56:23 +00:00
attestations.go Implements max k-coverage greedy algorithm (#6305) 2020-06-18 20:56:23 +00:00
BUILD.bazel Implements max k-coverage greedy algorithm (#6305) 2020-06-18 20:56:23 +00:00
maxcover_test.go Implements max k-coverage greedy algorithm (#6305) 2020-06-18 20:56:23 +00:00
maxcover.go Implements max k-coverage greedy algorithm (#6305) 2020-06-18 20:56:23 +00:00