Release/1082.0.0#9312
Merged
Merged
Conversation
|
✅ No changelog changes needed. |
Prithpal-Sooriya
approved these changes
Jun 30, 2026
pull Bot
pushed a commit
to dmrazzy/core
that referenced
this pull request
Jun 30, 2026
## Explanation Stacked release **1083.0.0** on top of pending **1082.0.0** ([MetaMask#9312](MetaMask#9312)). This release publishes the local node runtime installer packages for the first time: | Package | Version | |---|---| | `@metamask/local-node-utils` | `0.0.0` → `1.0.0` | | `@metamask/java-tron-up` | `0.0.0` → `1.0.0` | | `@metamask/bitcoin-regtest-up` | `0.0.0` → `1.0.0` | | `@metamask/solana-test-validator-up` | `0.0.0` → `1.0.0` | `local-node-utils` is included because the three `-up` packages depend on it. Dependency ranges were updated to `^1.0.0`. **Merge order:** merge MetaMask#9312 (1082) first, then retarget this PR to `main` before merging. ## References * Stacks on MetaMask#9312 (Release/1082.0.0) * Related feature PRs: MetaMask#9208, MetaMask#9210, MetaMask#9212, MetaMask#9233–MetaMask#9237 ## Test plan - [ ] `yarn changelog:validate` passes - [ ] Changelog entries for the four packages are categorized and accurate - [ ] After MetaMask#9312 merges, retarget this PR to `main` and confirm CI is green <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Version and changelog-only release with no application logic changes; risk is limited to publish/coordination with the stacked 1082 release. > > **Overview** > **Monorepo release 1083.0.0** (stacked on 1082.0.0) cuts the first published versions of the local node runtime installer stack. > > Four packages move **`0.0.0` → `1.0.0`**: `@metamask/local-node-utils`, `@metamask/bitcoin-regtest-up`, `@metamask/java-tron-up`, and `@metamask/solana-test-validator-up`. The three `-up` packages now depend on **`@metamask/local-node-utils@^1.0.0`** (was `^0.0.0`), with matching **`yarn.lock`** updates. > > Changelogs for those packages are **restructured for the 1.0.0 release**: prior Unreleased Added/Changed/Fixed bullets are replaced with a single **Initial release** entry and standard compare/release links. Root **`package.json`** version is bumped to **1083.0.0**. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit eb182b8. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
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
References
Checklist
Note
Medium Risk
The assets-controller major release includes a breaking messenger permission that client integrators must adopt; dependency-only diff but affects balance/websocket behavior documented in the 10.0.0 changelog.
Overview
Cuts monorepo release 1082.0.0 by bumping published package versions, refreshing changelogs, and updating
yarn.lock—no runtime source changes in this diff.@metamask/assets-controller9.1.0 → 10.0.0 (major): consumers must allow messenger eventAccountActivityService:balanceUpdatedso websocket balance updates flow into unifiedassetsBalancewhenAccountActivityServiceowns the subscription. This release also wires@metamask/core-backend^6.4.0 and documents balance/websocket fixes (account switch, force-refresh cache bypass, network switch refresh, pricing on new networks, etc.) that ship with 10.0.0.@metamask/core-backend6.3.3 → 6.4.0 is pulled throughassets-controller,assets-controllers, andtransaction-controller.bridge-controllerandtransaction-pay-controllerbump theirassets-controllerdependency to ^10.0.0.Reviewed by Cursor Bugbot for commit 73d414e. Bugbot is set up for automated code reviews on this repo. Configure here.