Add Parent Beacon Block Root to Block#450
Merged
lightclient merged 1 commit intoethereum:eth-cancunfrom Oct 14, 2023
Merged
Conversation
lightclient
approved these changes
Oct 14, 2023
Member
|
Going to merge this into |
lightclient
pushed a commit
that referenced
this pull request
Oct 14, 2023
lightclient
added a commit
that referenced
this pull request
Oct 18, 2023
* Add Parent Beacon Block Root to Block (#450) * Add EIP-4844 transaction and receipt (#398) * Add dataGasUsed to receipt * Make dataGasUsed optional * Add dataGasPrice * Update src/schemas/receipt.yaml Co-authored-by: Sally MacFarlane <[email protected]> * Update src/schemas/receipt.yaml Co-authored-by: Sally MacFarlane <[email protected]> * Update src/schemas/receipt.yaml Co-authored-by: Sally MacFarlane <[email protected]> * rename data gas to blob gas - eip 7354 * schemas/tx: add 4844 tx * schemas/tx: add 4844 blob fields to generic transaction * eth/submit: make note that 4844 txs must be in network form for sendRawTransaction * schemas: fix typo in 4844 tx uint ref * schemas: remove some extra spacing * schema: update required fields for blob tx repr --------- Co-authored-by: Sally MacFarlane <[email protected]> Co-authored-by: lightclient <[email protected]> * eth: add new 4844 header fields * tests: update for cancun * tests: non-zero parent beacon block root --------- Co-authored-by: Ahmad Bitar <[email protected]> Co-authored-by: acolytec3 <[email protected]> Co-authored-by: Sally MacFarlane <[email protected]>
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.
Resolves #449