Versions in this module Expand all Collapse all v0 v0.0.4 Jan 15, 2025 v0.0.1 Jan 15, 2025 Changes in this version + var ErrInvalidAttestationCount = errors.New("invalid number of attestations") + func Aggregate(atts []*ethpb.Attestation) ([]*ethpb.Attestation, error) + func AggregateDisjointOneBitAtts(atts []*ethpb.Attestation) (*ethpb.Attestation, error) + func AggregatePair(a1, a2 *ethpb.Attestation) (*ethpb.Attestation, error) + func MaxCoverAttestationAggregation(atts []*ethpb.Attestation) ([]*ethpb.Attestation, error) + func NewMaxCover(atts []*ethpb.Attestation) *aggregation.MaxCoverProblem