Ensure SingleAttestation
conversion happens on the BeaconProcessor
#6805
Labels
electra
Required for the Electra/Prague fork
optimization
Something to make Lighthouse run more efficiently.
Description
In our
SingleAttestation
MVP, the conversion fromSingleAttestation
toAttestation
happens on the main Tokio executor:SingleAttestation
implementation #6488We should ensure this is optimised out prior to shipping Electra. Some ideas for that here:
The other option is to more wholeheartedly embrace
SingleAttestation
:SingleAttestation
full implementation #6616The text was updated successfully, but these errors were encountered: