prysm-pulse/beacon-chain/operations/attestations/kv
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
..
aggregated_test.go Fix aggregated attestation pool grows large in size (#4932) 2020-02-24 10:18:34 -06:00
aggregated.go Fix aggregated attestation pool grows large in size (#4932) 2020-02-24 10:18:34 -06:00
block_test.go Fix up attestation pool (#4493) 2020-01-11 13:59:06 -08:00
block.go Attestation Verification Improvements (#4753) 2020-02-06 05:46:25 +00:00
BUILD.bazel Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
forkchoice_test.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
forkchoice.go Attestation Verification Improvements (#4753) 2020-02-06 05:46:25 +00:00
kv.go Fix aggregated attestation pool grows large in size (#4932) 2020-02-24 10:18:34 -06:00
unaggregated_test.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
unaggregated.go attestations in pool count metrics (#4930) 2020-02-23 22:30:52 +00:00