prysm-pulse/beacon-chain/operations/attestations
terence tsao 15b649d760
Fix aggregated attestation pool grows large in size (#4932)
* Add metrics

* Use it

* Use it

* Fixed exp time and tests

* Update on save too

* Expose getters

* One epoch purge time

* Fixed a timing issue

* Clean up

* Gazelle

* Interface

* Prune every epoch

* Aggregate twice per slot

* Revert attsToBeAggregated

* Delete expired atts

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2020-02-24 10:18:34 -06:00
..
kv Fix aggregated attestation pool grows large in size (#4932) 2020-02-24 10:18:34 -06:00
aggregate_test.go Release flag to aggregate attestations in fork choice. (#4820) 2020-02-10 19:57:30 +00:00
aggregate.go Fix aggregated attestation pool grows large in size (#4932) 2020-02-24 10:18:34 -06:00
BUILD.bazel attestations in pool count metrics (#4930) 2020-02-23 22:30:52 +00:00
log.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
metrics.go attestations in pool count metrics (#4930) 2020-02-23 22:30:52 +00:00
pool_test.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
pool.go attestations in pool count metrics (#4930) 2020-02-23 22:30:52 +00:00
prepare_forkchoice_test.go Remove remaining instances of proto.clone() (#4806) 2020-02-14 01:03:51 +00:00
prepare_forkchoice.go Release flag to aggregate attestations in fork choice. (#4820) 2020-02-10 19:57:30 +00:00
service_test.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
service.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00