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

Remove withdrawal Queue #11610

Merged
merged 1 commit into from
Nov 3, 2022
Merged

Remove withdrawal Queue #11610

merged 1 commit into from
Nov 3, 2022

Conversation

potuz
Copy link
Contributor

@potuz potuz commented Nov 3, 2022

This PR implements the beacon state for Capella as per ethereum/consensus-specs#3068

@potuz potuz requested a review from a team as a code owner November 3, 2022 16:30
// clonedAtts[i] = stateTrie.CopyAttestation(a)
// }
// aggregatedAtts, err := attaggregation.Aggregate(clonedAtts)
// clonedAtts := make([]*ethpb.Attestation, len(atts))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why does your PR always do this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

have no clue, I just run update-go-pbs

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's weird. Our ./hack/update-go-pbs.sh don't do this. Hopefully we don't mess the next person up

nextWithdrawalIndex uint64 `ssz-gen:"true"`
nextPartialWithdrawalValidatorIndex eth2types.ValidatorIndex `ssz-gen:"true"`
lastWithdrawalValidatorIndex eth2types.ValidatorIndex `ssz-gen:"true"`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can remove ssz-gen:"true", it's probably better to do it in another PR

Copy link
Contributor

@rauljordan rauljordan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very easy to review, thanks @potuz

@prylabs-bulldozer prylabs-bulldozer bot merged commit bb09295 into develop Nov 3, 2022
@delete-merged-branch delete-merged-branch bot deleted the remove_withdrawal_queue branch November 3, 2022 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants