Update Deneb for v1.4.0-beta.4#370
Closed
etan-status wants to merge 3 commits intoethereum:masterfrom
Closed
Conversation
`BlobSidecar` are no longer signed, but instead are linked with the signed block via merkle proof. Also renamed `signed_blob_sidecars` and `signed_blinded_blob_sidecars` in `BlockContents` envelopes to match the new types (without signature). - ethereum/consensus-specs#3531
etan-status
added a commit
to etan-status/builder-specs
that referenced
this pull request
Nov 3, 2023
`BlindedBlobSidecar` are no longer signed, but instead are linked with signed block via merkle proof. Renamed `signed_blinded_blob_sidecars` in `SignedBlindedBlockContents` envelopes to match the new types. - ethereum/consensus-specs#3531 - ethereum/beacon-APIs#370
Contributor
Author
Contributor
Author
|
Alternative that uses |
etan-status
added a commit
to status-im/nimbus-eth2
that referenced
this pull request
Nov 4, 2023
`BlobSidecar` is no longer signed, instead use Merkle proof to link blobs with block. - ethereum/consensus-specs#3531 Associated beacon-API / builder-specs still TBD; minimal changes done to compile in similar style to previous spec, but not standardized yet. - ethereum/beacon-APIs#370 - ethereum/builder-specs#92
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
BlobSidecarare no longer signed, but instead are linked with the signed block via merkle proof. Also renamedsigned_blob_sidecarsandsigned_blinded_blob_sidecarsinBlockContentsenvelopes to match the new types (without signature).