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

Added Consolidation Request containers #8392

Merged
merged 13 commits into from
Jun 24, 2024

Conversation

lucassaldanha
Copy link
Member

@lucassaldanha lucassaldanha commented Jun 20, 2024

PR Description

  • Added ConsolidationRequest container
  • Updated ExecutionPayload and ExecutionPayloadHeader containers

(this PR builds on top of #8391, it will be easier if we get that merged first)

Fixed Issue(s)

related to #8377

@lucassaldanha lucassaldanha force-pushed the consolidation-containers branch from c06d146 to ca2a4f3 Compare June 21, 2024 04:32
Comment on lines +6 to +11
"source_address" : {
"type" : "string",
"pattern" : "^0x[a-fA-F0-9]{2,}$",
"description" : "SSZ hexadecimal",
"format" : "bytes"
},
Copy link
Contributor

Choose a reason for hiding this comment

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

spec says ExecutionAddress is bytes20, can we fix description?

Copy link
Member Author

Choose a reason for hiding this comment

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

Sure. I'll fix it on ExecutionLayerWithdrawalRequest as well =)

Copy link
Member Author

Choose a reason for hiding this comment

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

I think I'll need to look into this as a separate thing because Eth1Address type is mapping to SSZ hexadecimal on the expected description. I won't try to fix it in this PR because it is already big enough.

Copy link
Contributor

@StefanBratanov StefanBratanov left a comment

Choose a reason for hiding this comment

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

LGTM

@lucassaldanha lucassaldanha enabled auto-merge (squash) June 24, 2024 08:22
@lucassaldanha lucassaldanha merged commit 8b256c0 into Consensys:master Jun 24, 2024
16 checks passed
@lucassaldanha lucassaldanha deleted the consolidation-containers branch June 24, 2024 09:57
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