-
Notifications
You must be signed in to change notification settings - Fork 5.2k
fix: reject upgrade error code #32957
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
Merged
Merged
+8
−8
Conversation
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
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
7 tasks
Builds ready [f114573]
UI Startup Metrics (1188 ± 57 ms)
Benchmark value 180 exceeds gate value 90 for chrome webpack home p95 backgroundConnect Benchmark value 28 exceeds gate value 24 for firefox browserify home p95 getState Sum of mean exceeds: 0ms | Sum of p95 exceeds: 98ms Sum of all benchmark exceeds: 98ms Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
DDDDDanica
pushed a commit
that referenced
this pull request
May 15, 2025
## **Description** Manual cherry-pick of #32957 as controller patch required. [](https://codespaces.new/MetaMask/metamask-extension/pull/32958?quickstart=1) ## **Related issues** ## **Manual testing steps** ## **Screenshots/Recordings** ### **Before** ### **After** ## **Pre-merge author checklist** - [x] I've followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Extension Coding Standards](https://github.com/MetaMask/metamask-extension/blob/main/.github/guidelines/CODING_GUIDELINES.md). - [x] I've completed the PR template to the best of my ability - [x] I’ve included tests if applicable - [x] I’ve documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [x] I’ve applied the right labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-extension/blob/main/.github/guidelines/LABELING_GUIDELINES.md)). Not required for external contributors. ## **Pre-merge reviewer checklist** - [ ] I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed). - [ ] I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.
04e06f9
to
12c580a
Compare
pedronfigueiredo
previously approved these changes
May 16, 2025
cryptotavares
approved these changes
May 16, 2025
pedronfigueiredo
approved these changes
May 16, 2025
Builds ready [bb35cb1]
UI Startup Metrics (1240 ± 62 ms)
Benchmark value 1241 exceeds gate value 1234 for chrome browserify home mean uiStartup Benchmark value 1076 exceeds gate value 1070 for chrome browserify home mean load Benchmark value 1070 exceeds gate value 1061 for chrome browserify home mean domContentLoaded Benchmark value 2266 exceeds gate value 2192 for chrome webpack home mean uiStartup Benchmark value 1786 exceeds gate value 1711 for chrome webpack home mean load Benchmark value 1779 exceeds gate value 1704 for chrome webpack home mean domContentLoaded Benchmark value 1774 exceeds gate value 1699 for chrome webpack home mean loadScripts Benchmark value 2543 exceeds gate value 2454 for chrome webpack home p95 uiStartup Benchmark value 2212 exceeds gate value 2030 for chrome webpack home p95 load Benchmark value 2208 exceeds gate value 2005 for chrome webpack home p95 domContentLoaded Benchmark value 2207 exceeds gate value 1970 for chrome webpack home p95 loadScripts Benchmark value 186 exceeds gate value 65 for chrome webpack home p95 setupStore Benchmark value 1967 exceeds gate value 1935 for firefox webpack home p95 uiStartup Benchmark value 1641 exceeds gate value 1630 for firefox webpack home p95 loadScripts Sum of mean exceeds: 321ms | Sum of p95 exceeds: 875ms Sum of all benchmark exceeds: 1196ms Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
7 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description
Bump
@metamask/transaction-controller
to fix incorrect upgrade rejection error code.Related issues
Fixes: #32956
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist