-
Notifications
You must be signed in to change notification settings - Fork 20.4k
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
cancun-devnet-8 tracker #27925
cancun-devnet-8 tracker #27925
Conversation
4264c53
to
946a2da
Compare
I think those changes are now included in #27872 . PTAL (last 2 commits) |
core/genesis.go
Outdated
var excessBlobGas uint64 | ||
head.ExcessBlobGas = &excessBlobGas | ||
} else { | ||
head.ExcessBlobGas = g.ExcessBlobGas |
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.
This is redundant. ExcessBlobGas
is already appliedto the header just above.
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.
Ahh, sorry this branch is outdated. Probably shouldn't review this...
780bd70
to
edf4ab3
Compare
… within NewPayloadV2.
closing this since devnet-8 is finished and most of these changes have made it into master |
This PR is tracking the changes for cancun-devnet-8. It is built atop #27511 and has the following changes applied:
shouldOverrideBuilder
tag