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

committee consensus #379

Merged
merged 156 commits into from
May 12, 2024
Merged

committee consensus #379

merged 156 commits into from
May 12, 2024

Conversation

liorrutenberg
Copy link

No description provided.

@liorrutenberg liorrutenberg changed the title init wip cluster consensus Apr 8, 2024
// 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
Copy link
Contributor

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?

Copy link
Contributor

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

@moshe-blox
Copy link
Contributor

moshe-blox commented May 5, 2024

@GalRogozinski ClusterID should be renamed to CommitteeID

@GalRogozinski GalRogozinski changed the title cluster consensus committee consensus May 7, 2024
@GalRogozinski GalRogozinski marked this pull request as ready for review May 12, 2024 08:48
@GalRogozinski GalRogozinski merged commit af7a21a into alan May 12, 2024
2 checks passed
@GalRogozinski GalRogozinski added alan consensus consensus related issues fork labels May 12, 2024
@GalRogozinski GalRogozinski deleted the cluster-consensus branch May 12, 2024 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
alan consensus consensus related issues fork
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants