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

Add proposer suppot for Electra #13987

Merged
merged 1 commit into from
May 12, 2024
Merged

Add proposer suppot for Electra #13987

merged 1 commit into from
May 12, 2024

Conversation

terencechain
Copy link
Member

This PR adds proposer support for Electra. Blind block is not handled. It can be addressed in a later PR

@terencechain terencechain requested a review from a team as a code owner May 12, 2024 04:34
@@ -30,6 +30,8 @@ func NewSignedBeaconBlockFromGeneric(gb *eth.GenericSignedBeaconBlock) (interfac
return blocks.NewSignedBeaconBlock(bb.Deneb.Block)
case *eth.GenericSignedBeaconBlock_BlindedDeneb:
return blocks.NewSignedBeaconBlock(bb.BlindedDeneb)
case *eth.GenericSignedBeaconBlock_Electra:
return blocks.NewSignedBeaconBlock(bb.Electra.Block)
Copy link
Contributor

Choose a reason for hiding this comment

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

just need to remember to do blinded as well

Copy link
Contributor

@james-prysm james-prysm left a comment

Choose a reason for hiding this comment

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

LGTM

@terencechain terencechain added this pull request to the merge queue May 12, 2024
Merged via the queue into develop with commit d71079e May 12, 2024
16 of 17 checks passed
@terencechain terencechain deleted the electra-proposer branch May 12, 2024 14:01
ErnestK pushed a commit to ErnestK/prysm that referenced this pull request May 19, 2024
nisdas pushed a commit that referenced this pull request Jul 4, 2024
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.

2 participants