-
Notifications
You must be signed in to change notification settings - Fork 24
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
committee consensus #379
committee consensus #379
Conversation
ssv/committee_runner.go
Outdated
// This function signature returns only one domain type | ||
// instead we rely on expectedPostConsensusRootsAndBeaconObjects that is called later | ||
func (cr CommitteeRunner) expectedPostConsensusRootsAndDomain() ([]ssz.HashRoot, phase0.DomainType, error) { | ||
return []ssz.HashRoot{}, types.DomainAttester, nil |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why does it always return DomainAttester
? What about DomainSyncCommittee
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This function should be deleted imo because it isn't used..
or code should be refactored to somehow use it
@GalRogozinski ClusterID should be renamed to CommitteeID |
No description provided.