feat: estimate gas batch action#7405
Merged
matthewwalsh0 merged 4 commits intomainfrom Dec 9, 2025
Merged
Conversation
56f5eb4 to
01b4824
Compare
jpuri
approved these changes
Dec 9, 2025
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.
Explanation
Add
TransactionController:estimateGasBatchmessenger action to estimate gas for transactions batches.Use in Relay quotes to more accurately estimate gas limit for source transaction batches, in addition to existing
TransactionController:estimateGasmessenger action for single source transactions.References
Related to #23563
Checklist
Note
Introduce batch gas estimation (
estimateGasBatch) in TransactionController and use it in Relay to compute buffered gas limits and drive submission (including optional EIP‑7702gasLimit7702).estimateGasBatchmethod and messenger actionTransactionController:estimateGasBatchto estimate gas for batches (returnstotalGasLimitand per-txgasLimits).estimateGasBatchand updatesimulateGasBatchto return both total and per-transaction limits; support EIP-7702 batching and upgrade checks.totalGasLimitfrom simulation; accept optionalgasLimit7702inTransactionBatchRequest.TransactionType.relayDeposit.estimateGas/estimateGasBatch), apply per-chaingasBufferfeature flag, and attachoriginal.metamask.gasLimitsto quotes.gasLimit7702; tag deposits asrelayDeposit.getGasBufferwith default and per-chain overrides.Written by Cursor Bugbot for commit 565150e. This will update automatically on new commits. Configure here.