Prune fork choice equivocating indices #3373
Labels
consensus
An issue/PR that touches consensus code, such as state_processing or block verification.
optimization
Something to make Lighthouse run more efficiently.
Description
We added tracking of equivocating indices to fork choice in #3371, but no mechanism to prune the set of equivocators.
The spec states that we should maintain the set of equivocating indices since "at least finalization", but I think this is perhaps slightly too short, as validators remain active and capable of attesting until their
exit_epoch
. We could prune all validators whoseexit_epoch <= finalized_epoch
.The text was updated successfully, but these errors were encountered: