-
Notifications
You must be signed in to change notification settings - Fork 20.1k
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
core/types: support for optional blob sidecar in BlobTx #27841
Merged
Merged
Commits on Aug 7, 2023
-
core/types: remove blob methods from TxData interface
Only blob transactions can have blobs, so there is no need to have these methods on every single tx type.
Configuration menu - View commit details
-
Copy full SHA for 16dc741 - Browse repository at this point
Copy the full SHA 16dc741View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13b7f12 - Browse repository at this point
Copy the full SHA 13b7f12View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2c86cd - Browse repository at this point
Copy the full SHA d2c86cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10b14f4 - Browse repository at this point
Copy the full SHA 10b14f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd582b5 - Browse repository at this point
Copy the full SHA bd582b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 014d70a - Browse repository at this point
Copy the full SHA 014d70aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 394ef8b - Browse repository at this point
Copy the full SHA 394ef8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f756841 - Browse repository at this point
Copy the full SHA f756841View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6945e9 - Browse repository at this point
Copy the full SHA d6945e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a03f3d1 - Browse repository at this point
Copy the full SHA a03f3d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b84a6ed - Browse repository at this point
Copy the full SHA b84a6edView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9dab44 - Browse repository at this point
Copy the full SHA e9dab44View commit details -
core: improve validation loop in InsertReceiptChain
Seems better to have a variable for the iteration item.
Configuration menu - View commit details
-
Copy full SHA for 67fec27 - Browse repository at this point
Copy the full SHA 67fec27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1de750f - Browse repository at this point
Copy the full SHA 1de750fView commit details -
core/txpool/blobpool: simplify some code in limbo
No need to keep track of the txhash in a variable when we are storing the full tx.
Configuration menu - View commit details
-
Copy full SHA for f37d471 - Browse repository at this point
Copy the full SHA f37d471View commit details
Commits on Aug 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9363dd5 - Browse repository at this point
Copy the full SHA 9363dd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2f7c47 - Browse repository at this point
Copy the full SHA d2f7c47View commit details
Commits on Aug 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1995292 - Browse repository at this point
Copy the full SHA 1995292View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3edddbc - Browse repository at this point
Copy the full SHA 3edddbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6e34aa - Browse repository at this point
Copy the full SHA b6e34aaView commit details -
core/types: make Size work correctly for BlobTx with sidecar
Also fixes a pretty serious bug where the WithoutBlobSidecar method didn't actually remove the sidecar...
Configuration menu - View commit details
-
Copy full SHA for e86e43e - Browse repository at this point
Copy the full SHA e86e43eView commit details -
Configuration menu - View commit details
-
Copy full SHA for de44d26 - Browse repository at this point
Copy the full SHA de44d26View commit details
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.