Optimise SingleAttestation
implementation further
#6970
Labels
electra
Required for the Electra/Prague fork
optimization
Something to make Lighthouse run more efficiently.
v7.1.0
Post-Electra release
For v7.0.0 we took the a straight-forward approach for
SingleAttestation
s, translating them intoAttestation
s and keeping the core of Lighthouse's processing the same.It would be more efficient to reverse the direction of this translation so that we can benefit from the structure of
SingleAttestation
s during verification, i.e. so we can check signatures prior to hitting committee caches.We've begun on this, and plan to release it shortly after Electra goes live. More info and ideas contained in the WIP implementations:
SingleAttestation
#6923 (newer)SingleAttestation
full implementation #6616 (older)The text was updated successfully, but these errors were encountered: