## Proposed Changes Use two instances of max cover when packing attestations into blocks: one for the previous epoch, and one for the current epoch. This reduces the amount of computation done by roughly half due to the `O(n^2)` running time of max cover (`2 * (n/2)^2 = n^2/2`). This should help alleviate some load on block proposal, particularly on Prater. |
||
|---|---|---|
| .. | ||
| attestation_id.rs | ||
| attestation.rs | ||
| attester_slashing.rs | ||
| lib.rs | ||
| max_cover.rs | ||
| metrics.rs | ||
| persistence.rs | ||