-
Notifications
You must be signed in to change notification settings - Fork 1k
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
eip4844: beacon api updates #12234
eip4844: beacon api updates #12234
Conversation
# Conflicts: # beacon-chain/rpc/prysm/v1alpha1/validator/proposer.go # beacon-chain/rpc/prysm/v1alpha1/validator/proposer_bellatrix_test.go # beacon-chain/rpc/prysm/v1alpha1/validator/proposer_capella_test.go # beacon-chain/rpc/prysm/v1alpha1/validator/unblinder.go
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
@@ -138,25 +147,29 @@ func (bs *Server) GetBlindedBlockSSZ(ctx context.Context, req *ethpbv1.BlockRequ | |||
// successful. The beacon node is expected to integrate the new block into its state, and | |||
// therefore validate the block internally, however blocks which fail the validation are still | |||
// broadcast but a different status code is returned (202). | |||
func (bs *Server) SubmitBlindedBlock(ctx context.Context, req *ethpbv2.SignedBlindedBeaconBlockContainer) (*emptypb.Empty, error) { | |||
func (bs *Server) SubmitBlindedBlock(ctx context.Context, req *ethpbv2.SignedBlindedBeaconBlockContentsContainer) (*emptypb.Empty, error) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should align on this name and this type *ethpbv2.SignedBlindedBeaconBlockContentsContainer
i do something similar in my PR...
bf0312e
to
d7cedd8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving with the condition that concerns are handled in subsequent PRs relating to validation/unit tests
will continue to evaluate the container approach to blockcontents.
Implements the following from #12248:
getBlindedBlock
jsonpublishBlindedBlock
json