prysm-pulse/beacon-chain/operations/attestations
Preston Van Loon 090d9627fe
Better block attestation inclusion (#4838)
* Fill blocks with unaggregated atts when possible, don't delete from pool until the block is submitted

* Add back invalid atts removal

* Don't delete attestations unless they can be aggregated

* comment and test

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2020-02-12 11:54:07 -08:00
..
kv Improve attestation cache check from O(n) to O(1) access time (#4837) 2020-02-11 21:57:42 +00:00
aggregate_test.go Release flag to aggregate attestations in fork choice. (#4820) 2020-02-10 19:57:30 +00:00
aggregate.go Better block attestation inclusion (#4838) 2020-02-12 11:54:07 -08:00
BUILD.bazel Release flag to aggregate attestations in fork choice. (#4820) 2020-02-10 19:57:30 +00:00
log.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
pool_test.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
pool.go Add HasAggregatedAttestation getter for pool (#4451) 2020-01-08 06:59:49 -08:00
prepare_forkchoice_test.go Attestation Verification Improvements (#4753) 2020-02-06 05:46:25 +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