Release/1007.0.0#8923
Open
jeremytsng wants to merge 4 commits into
Open
Conversation
The release tool's Init phase regenerated the ai-controllers Unreleased section without the manually added Fixed entry from #8920, which is not part of this release. Restore it so the entry remains for the next ai-controllers release.
Re-sequencing after Release/1006.0.0 (PR #8922) was already opened for @metamask/ai-controllers.
|
✅ Changelogs updated and pushed. |
Member
|
I see you have merge conflicts, I was wondering if it would be possible to update to the latest version of assets-controllers when you fix them. Thanks |
Contributor
|
Hello @jeremytsng can you release perps controller as well please? |
Contributor
|
Hello @jeremytsng , can you please add the |
Contributor
|
Any updates on this release @jeremytsng I see it's been open since yesterday? Swaps is looking to release Or you could add |
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
Patch release of
@metamask/transaction-controller(66.0.0 → 66.0.1) to ship the fixes already merged in main:gasUsedis unavailable, by falling back totxParams.gas/gasLimit. Adds aprotected getOperatorFeeGashook onOracleLayer1GasFeeFlow; default behaviour is unchanged for non-Mantle subclasses.isInternal: truefromExtraTransactionsPublishHookwhen callingaddTransactionBatch, so nested ERC-20 gas-fee-token transfers no longer trip the duplicate-batch-ID guard (DuplicateBundleId/ error 5720).Also picks up routine dependency bumps already landed under
[Unreleased]:@metamask/accounts-controller^38.1.1 → ^38.1.2 (Release/1003.0.0 #8912)@metamask/core-backend^6.3.0 → ^6.3.1 (Release/1003.0.0 #8912)Dependent packages (
assets-controller,assets-controllers,bridge-controller,bridge-status-controller,earn-controller,eip-5792-middleware,gator-permissions-controller,network-enablement-controller,perps-controller,phishing-controller,profile-metrics-controller,shield-controller,subscription-controller,transaction-pay-controller,user-operation-controller) have their@metamask/transaction-controllerdependency bumped to^66.0.1;yarn.lockupdated accordingly.Sequenced after #8922 (Release/1006.0.0 —
@metamask/ai-controllers); root monorepo version bumped to 1007.0.0.A separate commit restores the
@metamask/ai-controllersFixedentry under[Unreleased]that the release tool's Init phase incorrectly stripped — that entry stays in[Unreleased]for the next ai-controllers release and is not included in this one.References
Checklist
Note
Medium Risk
Touches transaction gas estimation and batch submission paths used broadly across the wallet; the diff is mostly versioning but consumers pick up patch-level transaction-controller behavior changes.
Overview
This is the 1007.0.0 monorepo release branch that publishes
@metamask/transaction-controller66.0.1 and propagates^66.0.1across dependent packages (assets-controller,bridge-*,phishing-controller,user-operation-controller, and others), withyarn.lockand per-package CHANGELOG entries updated accordingly. Rootpackage.jsonmoves to 1007.0.0.The patch release documents behavior already merged on main: Mantle L1 gas display now includes the operator fee when simulation has no
gasUsed(viagetOperatorFeeGas/ gas-limit fallback), and nested gas-fee-token batch publishes passisInternal: trueso duplicate batch IDs no longer surface as error 5720. Routine bumps toaccounts-controllerandcore-backendride along in the 66.0.1 changelog.Reviewed by Cursor Bugbot for commit 5a1b3a0. Bugbot is set up for automated code reviews on this repo. Configure here.