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
To avoid the signature check, what instead should be done is to ensure that the attestations being added to the block share dependent root (and thus shuffling) with the block itself: this is done by ensuring that the block and attestation target shares a common ancestor at the attestation ((attestation.data.target.epoch - 1).start_slot - 1) slot - the logic is the same as for the shuffling cache and REST API dependent root lookup for attestation duties - care must be taken because attestation.target.epoch spans 2 epochs for valid attestations.
Since the linked PR was reverted due to increased CPU usage, we need to investigate alternative solutions for the problem being solved.
The text was updated successfully, but these errors were encountered: