-
Notifications
You must be signed in to change notification settings - Fork 21k
core/types: support for optional blob sidecar in BlobTx #27841
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
Merged
Merged
Changes from 15 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
16dc741
core/types: remove blob methods from TxData interface
fjl 13b7f12
core/types: optional blob sidecar in BlobTx
fjl d2c86cd
core: verify absence of sidecar when importing blocks
fjl 10b14f4
core/txpool: new blob tx type integration
fjl bd582b5
core: fix comment
fjl 014d70a
core/types: remove some receiver names in TxData
fjl 394ef8b
all: removing txpool.Transaction
fjl f756841
miner: strip sidecar in commit
fjl d6945e9
eth: fix issue in test
fjl a03f3d1
core/txpool/blobpool: check sidecar is still there after decoding tx
fjl b84a6ed
core/types: remove unused method blobGasFeeCap
fjl e9dab44
core/txpool/blobpool: add error message
fjl 67fec27
core: improve validation loop in InsertReceiptChain
fjl 1de750f
core: check absence of blob sidecar in InsertReceiptChain
fjl f37d471
core/txpool/blobpool: simplify some code in limbo
fjl 9363dd5
eth/downloader: add check for blob absence in DeliverBodies
fjl d2f7c47
core/types: rename BlobSidecar to BlobTxSidecar
fjl 1995292
core/types: add a method to compute blob hashes from BlobTxSidecar
fjl 3edddbc
core/types: fix crash in copy for BlobTx
fjl b6e34aa
core/types: add a test to verify hashing of BlobTx ignores the sidecar
fjl e86e43e
core/types: make Size work correctly for BlobTx with sidecar
fjl de44d26
core: remove redundant tx type check in block validator
fjl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.