Port cancun related changes from unreleased v1.4.0#2311
Merged
zzzckck merged 7 commits intobnb-chain:developfrom Mar 20, 2024
buddh0:port_cancun_related_changes_from_unreleased_v1.4.0
Merged
Port cancun related changes from unreleased v1.4.0#2311zzzckck merged 7 commits intobnb-chain:developfrom buddh0:port_cancun_related_changes_from_unreleased_v1.4.0
zzzckck merged 7 commits intobnb-chain:developfrom
buddh0:port_cancun_related_changes_from_unreleased_v1.4.0
Conversation
zzzckck
previously approved these changes
Mar 20, 2024
Contributor
Author
|
[crypto/kz4844: pass blobs by ref (https://github.com/ethereum/go-ethereum/pull/29050)](ethereum/go-ethereum#29050) |
zzzckck
approved these changes
Mar 20, 2024
galaio
approved these changes
Mar 20, 2024
emailtovamos
approved these changes
Mar 20, 2024
* eth/catalyst: update simulated beacon for cancun * validate blob hashes * compute hashes from commitment * fix beacon root and payload version * check commitment conversion * fix random attr * flip dev to cancun
* internal/jsre: format receipt.{blobGasPrice,blobGasUsed} to int
Signed-off-by: jsvisa <delweng@gmail.com>
* internal/jsre: format tx.maxFeePerBlobGas to int
Signed-off-by: jsvisa <delweng@gmail.com>
* internal/jsre: format blob* in block
Signed-off-by: jsvisa <delweng@gmail.com>
---------
Signed-off-by: jsvisa <delweng@gmail.com>
* eth/tracers: prestate balance add blob fee Signed-off-by: jsvisa <delweng@gmail.com> * eth/tracers: prestate test support blob tx Signed-off-by: jsvisa <delweng@gmail.com> * eth/tracers: add prestate blob tx test Signed-off-by: jsvisa <delweng@gmail.com> --------- Signed-off-by: jsvisa <delweng@gmail.com>
Signed-off-by: Lee Bousfield <ljbousfield@gmail.com>
fix(t8n): unexpected `excessBlobGas` shadowed
In https://eips.ethereum.org/EIPS/eip-4788 the name `BEACON_ROOTS_ADDRESS` is used. This change makes geth use the same variable name to avoid confusion.
This was referenced Mar 21, 2024
Closed
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.
Description
Port cancun related changes from unreleased v1.4.0
Rationale
tell us why we need these changes...
Example
add an example CLI or API response...
Changes
Notable changes: