-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Better different hardfork forking tests #4854
Better different hardfork forking tests #4854
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
// we remove them from the block | ||
if ( | ||
!this.isCancunBlock(blockNumberOrPending) && | ||
blockContext.header.blobGasUsed !== undefined |
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.
is blobGasUsed
always available in blocks? shouldn't we use parentBeaconBlockRoot
?
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.
My understanding is that either three three fields are present, or none is.
cf22ac8
into
add-parentBeaconBlockRoot-and-blob-properties
Depends on #4843