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
We'll probably want to implement this change in two or three stages:
Add new SingleAttestation gossip topic. When receiving SingleAttestation objects over gossip, immediately convert to Attestation to reduce implementation complexity. This needs to be included before Electra. SingleAttestation implementation #6488
Full implementation of SingleAttestsation. Don't convert it to a Attestation so that we reap the full benefits of the SingleAttestation changes. This can optionally be included before Electra. SingleAttestation refactor #6616
Unify GossipAttestation and GossipSingleAttestation flows. This entails immediately converting Attestations received over gossip into SingleAttestations. This allows us to delete a bunch of code. This should probably only be included post Electra.
The text was updated successfully, but these errors were encountered:
Description
Introduces a
SingleAttestation
type that helps differentiate between unaggregated and aggregated attestations during network processing>Spec: ethereum/consensus-specs#3900
We'll probably want to implement this change in two or three stages:
SingleAttestation
gossip topic. When receivingSingleAttestation
objects over gossip, immediately convert toAttestation
to reduce implementation complexity. This needs to be included before Electra.SingleAttestation
implementation #6488SingleAttestsation
. Don't convert it to aAttestation
so that we reap the full benefits of theSingleAttestation
changes. This can optionally be included before Electra.SingleAttestation
refactor #6616GossipAttestation
andGossipSingleAttestation
flows. This entails immediately convertingAttestation
s received over gossip intoSingleAttestations
. This allows us to delete a bunch of code. This should probably only be included post Electra.The text was updated successfully, but these errors were encountered: