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

Update to v1.5.0-alpha.3 spec tests #14112

Merged
merged 3 commits into from
Jun 30, 2024
Merged

Conversation

terencechain
Copy link
Member

No description provided.

@@ -73,7 +73,6 @@ type ReadOnlyBeaconBlockBody interface {

type ROBlockBodyElectra interface {
ReadOnlyBeaconBlockBody
Consolidations() []*ethpb.SignedConsolidation
}
Copy link
Member

Choose a reason for hiding this comment

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

This interface becomes useless now, it can be deleted and simply ReadOnlyBeaconBlockBody


// ConsolidationRequest is the message from the execution layer to trigger the consolidation of a validator's balance to its balance
message ConsolidationRequest {
// Source address of validator which originated the request.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
// Source address of validator which originated the request.
// Source address of account which originated the request.

A validator didn't generate this

@terencechain terencechain force-pushed the v1.5.0-alpha.3-spec-tests branch 2 times, most recently from 799ef08 to ac7ce7b Compare June 28, 2024 21:41
@terencechain terencechain marked this pull request as ready for review June 28, 2024 21:41
@terencechain terencechain requested a review from a team as a code owner June 28, 2024 21:41
@terencechain terencechain added the Ready For Review A pull request ready for code review label Jun 28, 2024
prestonvanloon
prestonvanloon previously approved these changes Jun 29, 2024
@terencechain terencechain force-pushed the v1.5.0-alpha.3-spec-tests branch 2 times, most recently from c2ac727 to 9445570 Compare June 29, 2024 20:53
@terencechain terencechain added this pull request to the merge queue Jun 29, 2024
Merged via the queue into develop with commit 84e7f33 Jun 30, 2024
16 of 17 checks passed
@terencechain terencechain deleted the v1.5.0-alpha.3-spec-tests branch June 30, 2024 04:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready For Review A pull request ready for code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants