Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ require (
github.com/sourcegraph/conc v0.3.0
github.com/spf13/cobra v1.8.1
github.com/ssvlabs/eth2-key-manager v1.5.6
github.com/ssvlabs/ssv-spec v1.2.3-0.20260121164943-4280751195c0
github.com/ssvlabs/ssv-spec v1.2.3-0.20260216165540-a5bc57233c10
github.com/ssvlabs/ssv/ssvsigner v0.0.0-20251110161756-cd931098ea44
github.com/status-im/keycard-go v0.2.0
github.com/stretchr/testify v1.11.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -731,8 +731,8 @@ github.com/ssvlabs/eth2-key-manager v1.5.6 h1:BMxVCsbcIlUiiO0hpePkHxzX0yhKgMkEzV
github.com/ssvlabs/eth2-key-manager v1.5.6/go.mod h1:tjzhmMzrc0Lzc/OMW1h9Mz8AhmKH7FQC/nFiMNJ0bd8=
github.com/ssvlabs/go-eth2-client v0.6.31-0.20250922150906-26179dd60c9c h1:iNQoRbEajriawtkSFiyHsJNiXyfyTrPrnmO0NaWiNv4=
github.com/ssvlabs/go-eth2-client v0.6.31-0.20250922150906-26179dd60c9c/go.mod h1:fvULSL9WtNskkOB4i+Yyr6BKpNHXvmpGZj9969fCrfY=
github.com/ssvlabs/ssv-spec v1.2.3-0.20260121164943-4280751195c0 h1:/sGLLm5PFr2FvfujnnwZvdB+8chUaJxbSIdKiQ5l/J0=
github.com/ssvlabs/ssv-spec v1.2.3-0.20260121164943-4280751195c0/go.mod h1:GedhFYGHVJRYYH3nEp05Gn14tyvg6VbTbaIxrMtI7Cg=
github.com/ssvlabs/ssv-spec v1.2.3-0.20260216165540-a5bc57233c10 h1:ecHp7F0mcvc9AKCb00PEX2CGgxraUvhkARN+XheiD3o=
github.com/ssvlabs/ssv-spec v1.2.3-0.20260216165540-a5bc57233c10/go.mod h1:GedhFYGHVJRYYH3nEp05Gn14tyvg6VbTbaIxrMtI7Cg=
github.com/ssvlabs/ssv/ssvsigner v0.0.0-20251110161756-cd931098ea44 h1:uwOEN9S5D+CQcD1AC/XKeQpfb3AVXe1SJ4hhhIJhojU=
github.com/ssvlabs/ssv/ssvsigner v0.0.0-20251110161756-cd931098ea44/go.mod h1:w7i5oZKhFVq9jVOTe1Ykk0CtJEtmSJbdXErIbsewMXk=
github.com/status-im/keycard-go v0.2.0 h1:QDLFswOQu1r5jsycloeQh3bVU8n/NatHHaZobtDnDzA=
Expand Down
6 changes: 6 additions & 0 deletions protocol/v2/ssv/runner/aggregator_committee.go
Original file line number Diff line number Diff line change
Expand Up @@ -1592,8 +1592,14 @@ func (r *AggregatorCommitteeRunner) executeDuty(ctx context.Context, logger *zap

case spectypes.BNRoleSyncCommitteeContribution:
// Sign sync committee selection proofs for each subcommittee
// Selection proof depends only on slot+subcommittee index, so emit at most one per subnet.
seenSubnets := make(map[uint64]struct{})
for _, index := range vDuty.ValidatorSyncCommitteeIndices {
subnet := r.GetBeaconNode().SyncCommitteeSubnetID(phase0.CommitteeIndex(index))
if _, seen := seenSubnets[subnet]; seen {
continue
}
seenSubnets[subnet] = struct{}{}

data := &altair.SyncAggregatorSelectionData{
Slot: duty.DutySlot(),
Expand Down
2 changes: 1 addition & 1 deletion ssvsigner/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ require (
github.com/sourcegraph/conc v0.3.0
github.com/ssvlabs/eth2-key-manager v1.5.6
github.com/ssvlabs/ssv v1.2.1-0.20251110161756-cd931098ea44
github.com/ssvlabs/ssv-spec v1.2.3-0.20260121164943-4280751195c0
github.com/ssvlabs/ssv-spec v1.2.3-0.20260216165540-a5bc57233c10
github.com/stretchr/testify v1.11.1
github.com/testcontainers/testcontainers-go v0.37.0
github.com/valyala/fasthttp v1.58.0
Expand Down
4 changes: 2 additions & 2 deletions ssvsigner/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,8 @@ github.com/spaolacci/murmur3 v1.1.0 h1:7c1g84S4BPRrfL5Xrdp6fOJ206sU9y293DDHaoy0b
github.com/spaolacci/murmur3 v1.1.0/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA=
github.com/ssvlabs/eth2-key-manager v1.5.6 h1:BMxVCsbcIlUiiO0hpePkHxzX0yhKgMkEzVSoNmSXySM=
github.com/ssvlabs/eth2-key-manager v1.5.6/go.mod h1:tjzhmMzrc0Lzc/OMW1h9Mz8AhmKH7FQC/nFiMNJ0bd8=
github.com/ssvlabs/ssv-spec v1.2.3-0.20260121164943-4280751195c0 h1:/sGLLm5PFr2FvfujnnwZvdB+8chUaJxbSIdKiQ5l/J0=
github.com/ssvlabs/ssv-spec v1.2.3-0.20260121164943-4280751195c0/go.mod h1:GedhFYGHVJRYYH3nEp05Gn14tyvg6VbTbaIxrMtI7Cg=
github.com/ssvlabs/ssv-spec v1.2.3-0.20260216165540-a5bc57233c10 h1:ecHp7F0mcvc9AKCb00PEX2CGgxraUvhkARN+XheiD3o=
github.com/ssvlabs/ssv-spec v1.2.3-0.20260216165540-a5bc57233c10/go.mod h1:GedhFYGHVJRYYH3nEp05Gn14tyvg6VbTbaIxrMtI7Cg=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=
Expand Down