release: 159.0.0#4020
Merged
Merged
Conversation
cryptodev-2s
previously approved these changes
Jun 2, 2026
|
|
||
| ### Changed | ||
|
|
||
| - **BREAKING:** Use `withKeyringV2Unsafe` for accessing entropy ([#4009](https://github.com/MetaMask/snaps/pull/4009)) |
Member
There was a problem hiding this comment.
Can we release snaps-simulation/snaps-jest with these changes too?
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4020 +/- ##
=======================================
Coverage 98.58% 98.58%
=======================================
Files 425 425
Lines 12364 12364
Branches 1948 1948
=======================================
Hits 12189 12189
Misses 175 175 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
FrederikBolding
approved these changes
Jun 2, 2026
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.
This is the release candidate for version
159.0.0.Note
Medium Risk
Major bump in snaps-rpc-methods changes how entropy is accessed via the keyring; integrators must upgrade and verify entropy-related Snap RPC flows, though this PR itself only changes versions and changelogs.
Overview
Release
159.0.0bumps the monorepo from158.0.0and cuts new versions for several published packages, with changelog entries only—no application source changes in this diff.@metamask/snaps-rpc-methods17.0.0(major) documents a breaking switch towithKeyringV2Unsafefor entropy access (#4009) and a patch bump on@metamask/permission-controller.@metamask/snaps-simulation4.2.0aligns with that entropy path and depends on rpc-methods 17.@metamask/snaps-controllers20.0.6and@metamask/snaps-jest10.1.4are patch releases that pull in the updated rpc-methods (and related) dependencies (#4020, #4002).Consumers upgrading should treat snaps-rpc-methods 17 as semver-major because of the keyring/entropy API change; other bumps are dependency alignment for the release train.
Reviewed by Cursor Bugbot for commit 94245cd. Bugbot is set up for automated code reviews on this repo. Configure here.