You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the lengthening of attestation validity in Deneb is not being taken advantage of in the op pool. We still filter attestations by the last 32 slots here:
Post-Deneb, we should be keeping any attestation from the current or previous epoch.
Steps to resolve
I propose we resolve this after merging Deneb to unstable, so as not to block it further. It's really just an optimisation to block packing to take advantage of the new Deneb rules. At the same time, block packing is being overhauled in #4507, so it might make sense to get that PR in before making this change.
The text was updated successfully, but these errors were encountered:
Description
Currently the lengthening of attestation validity in Deneb is not being taken advantage of in the op pool. We still filter attestations by the last 32 slots here:
lighthouse/beacon_node/operation_pool/src/lib.rs
Lines 232 to 235 in 8660043
Post-Deneb, we should be keeping any attestation from the current or previous epoch.
Steps to resolve
I propose we resolve this after merging Deneb to unstable, so as not to block it further. It's really just an optimisation to block packing to take advantage of the new Deneb rules. At the same time, block packing is being overhauled in #4507, so it might make sense to get that PR in before making this change.
The text was updated successfully, but these errors were encountered: