Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caplin: Inclusion of VoluntaryExits, AttesterSlashings, ProposerSlashings, BlsExecutionToChanges and Attestations into block production #10071

Merged
merged 14 commits into from
Apr 27, 2024
5 changes: 0 additions & 5 deletions cl/aggregation/pool_impl.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ func NewAggregationPool(
}

func (p *aggregationPoolImpl) AddAttestation(inAtt *solid.Attestation) error {
// check if it's single attestation
if utils.BitsOnCount(inAtt.AggregationBits()) != 1 {
return fmt.Errorf("exactly one aggregation bit should be set")
}

// use hash of attestation data as key
hashRoot, err := inAtt.AttestantionData().HashSSZ()
if err != nil {
Expand Down
Loading
Loading