Skip to content

Conversation

@ffmcgee725
Copy link
Member

@ffmcgee725 ffmcgee725 commented Sep 24, 2025

Description

When a dapp connects to MetaMask via EVM and the user rejects a subsequent connection request for SVM, the existing EVM connection is closed. This can potentially break dapp flows and edge cases where maintaining the EVM connection is critical.

To fix this, we implemented partial revoking into the wallet_revokeSession handler on MetaMask/core#6668 so that we can then update our solana wallet-standard provider would only revoke the solana scopes when it is asked to disconnect, here MetaMask/solana-wallet-standard#53.

This PR bumps all necessary packages for this to take place, fixing the undesired EVM permissions revoke when a solana wallet standard connection is refused.

Open in GitHub Codespaces

Changelog

CHANGELOG entry: Fixes existing EVM permissions removed when a Solana Wallet Standard connection is rejected

Related issues

Fixes: https://consensyssoftware.atlassian.net/browse/WAPI-413

Manual testing steps

  1. Go to https://orca.so
  2. On dev tools console, call window.ethereum.enable()
  3. Proceed with permission (make sure NO PERMISSIONS for Solana are checked) and confirm
  4. Click "Connect Wallet" button, choose "MetaMask" and proceed.
  5. When wallet UI prompts to accept connection, click "Cancel" button.
  6. Now, on dev tools console, call
await window.ethereum.request({
 "method": "wallet_getPermissions",
 "params": [],
});
  1. Permission for eth_accounts should still be present with the permitted account in caveats array.

Screenshots/Recordings

Before

Screen.Recording.2025-09-18.at.6.18.40.PM.mov

After

Screen.Recording.2025-09-23.at.15.45.34.mov

Pre-merge author checklist

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.

@ffmcgee725
Copy link
Member Author

@metamaskbot update-policies

@socket-security
Copy link

socket-security bot commented Sep 24, 2025

@ffmcgee725 ffmcgee725 added the team-wallet-integrations Wallet Integrations team label Sep 24, 2025
@metamaskbot
Copy link
Collaborator

No policy changes

@metamaskbot
Copy link
Collaborator

📊 Page Load Benchmark Results

Current Commit: 6e6800b | Date: 9/24/2025

📄 Localhost MetaMask Test Dapp

Samples: 100

Summary

  • pageLoadTime-> current mean value: 1.04s (±71ms) 🟡 | historical mean value: 1.06s ⬇️ (historical data)
  • domContentLoaded-> current mean value: 726ms (±68ms) 🟢 | historical mean value: 744ms ⬇️ (historical data)
  • firstContentfulPaint-> current mean value: 74ms (±12ms) 🟢 | historical mean value: 81ms ⬇️ (historical data)
📈 Detailed Results
Metric Mean Std Dev Min Max P95 P99
pageLoadTime 1.04s 71ms 1.00s 1.30s 1.29s 1.30s
domContentLoaded 726ms 68ms 694ms 984ms 943ms 984ms
firstPaint 74ms 12ms 56ms 176ms 84ms 176ms
firstContentfulPaint 74ms 12ms 56ms 176ms 84ms 176ms
largestContentfulPaint 0ms 0ms 0ms 0ms 0ms 0ms

Results generated automatically by MetaMask CI

@metamaskbot
Copy link
Collaborator

Builds ready [6e6800b]
UI Startup Metrics (1217 ± 79 ms)
PlatformBuildTypePageMetricMean (ms)Min (ms)Max (ms)Std Dev (ms)P 75 (ms)P 95 (ms)
ChromeBrowserifyHomeuiStartup1217107014317912591400
load104590912587910701240
domContentLoaded103890312487910661230
domInteractive17134761726
firstPaint60396125642410491162
backgroundConnect2142042447217227
firstReactRender25178282640
getState1252961725
initialActions51445511
loadScripts8316911041798581024
setupStore96283912
WebpackHomeuiStartup112691313199912091250
load94574711279310081067
domContentLoaded94174311239310031059
domInteractive16125281438
firstPaint1456428350174241
backgroundConnect15103461428
firstReactRender35324833540
getState64193616
initialActions62174813
loadScripts9387411120939991054
setupStore86213812
FirefoxBrowserifyHomeuiStartup15351338191210715941737
load1329115415328613961463
domContentLoaded1328115415328613961463
domInteractive1083635953116233
firstPaintNaNNaNNaNNaNNaNNaN
backgroundConnect3723110153964
firstReactRender32255673451
getState73557713
initialActions4167736
loadScripts1300112815128513711430
setupStore105799918
WebpackHomeuiStartup17021401223218418172079
load14411184183015015511703
domContentLoaded14401184183015015511702
domInteractive1203436367115299
firstPaintNaNNaNNaNNaNNaNNaN
backgroundConnect35217784046
firstReactRender49376665263
getState9417218720
initialActions518611411
loadScripts14161159180115215281680
setupStore12693101128
Benchmark value 215 exceeds gate value 10 for chrome browserify home mean backgroundConnect
Benchmark value 26 exceeds gate value 23 for chrome browserify home mean firstReactRender
Benchmark value 5 exceeds gate value 1 for chrome browserify home mean initialActions
Benchmark value 831 exceeds gate value 830 for chrome browserify home mean loadScripts
Benchmark value 1400 exceeds gate value 1365 for chrome browserify home p95 uiStartup
Benchmark value 1240 exceeds gate value 1190 for chrome browserify home p95 load
Benchmark value 1231 exceeds gate value 1180 for chrome browserify home p95 domContentLoaded
Benchmark value 228 exceeds gate value 18 for chrome browserify home p95 backgroundConnect
Benchmark value 11 exceeds gate value 1.2 for chrome browserify home p95 initialActions
Benchmark value 1024 exceeds gate value 940 for chrome browserify home p95 loadScripts
Benchmark value 13 exceeds gate value 7 for chrome webpack home p95 initialActions
Benchmark value 1536 exceeds gate value 1405 for firefox browserify home mean uiStartup
Benchmark value 1329 exceeds gate value 1245 for firefox browserify home mean load
Benchmark value 1329 exceeds gate value 1239 for firefox browserify home mean domContentLoaded
Benchmark value 37 exceeds gate value 25 for firefox browserify home mean backgroundConnect
Benchmark value 33 exceeds gate value 25 for firefox browserify home mean firstReactRender
Benchmark value 4 exceeds gate value 1 for firefox browserify home mean initialActions
Benchmark value 1301 exceeds gate value 1230 for firefox browserify home mean loadScripts
Benchmark value 11 exceeds gate value 9 for firefox browserify home mean setupStore
Benchmark value 1737 exceeds gate value 1660 for firefox browserify home p95 uiStartup
Benchmark value 233 exceeds gate value 195 for firefox browserify home p95 domInteractive
Benchmark value 6 exceeds gate value 2 for firefox browserify home p95 initialActions
Benchmark value 1703 exceeds gate value 1615 for firefox webpack home mean uiStartup
Benchmark value 1441 exceeds gate value 1380 for firefox webpack home mean load
Benchmark value 1441 exceeds gate value 1380 for firefox webpack home mean domContentLoaded
Benchmark value 121 exceeds gate value 100 for firefox webpack home mean domInteractive
Benchmark value 35 exceeds gate value 26 for firefox webpack home mean backgroundConnect
Benchmark value 49 exceeds gate value 38 for firefox webpack home mean firstReactRender
Benchmark value 6 exceeds gate value 1 for firefox webpack home mean initialActions
Benchmark value 1416 exceeds gate value 1360 for firefox webpack home mean loadScripts
Benchmark value 2079 exceeds gate value 1935 for firefox webpack home p95 uiStartup
Benchmark value 1703 exceeds gate value 1660 for firefox webpack home p95 load
Benchmark value 1702 exceeds gate value 1660 for firefox webpack home p95 domContentLoaded
Benchmark value 299 exceeds gate value 156 for firefox webpack home p95 domInteractive
Benchmark value 63 exceeds gate value 50 for firefox webpack home p95 firstReactRender
Benchmark value 11 exceeds gate value 2 for firefox webpack home p95 initialActions
Benchmark value 1680 exceeds gate value 1630 for firefox webpack home p95 loadScripts
Sum of mean exceeds: 926ms | Sum of p95 exceeds: 1008.8ms
Sum of all benchmark exceeds: 1934.8ms

Bundle size diffs [🚨 Warning! Bundle size has increased!]
  • background: 735 Bytes (0.02%)
  • ui: 0 Bytes (0%)
  • common: 10 Bytes (0%)

wenfix
wenfix previously approved these changes Sep 24, 2025
Copy link
Contributor

@wenfix wenfix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@metamaskbot
Copy link
Collaborator

📊 Page Load Benchmark Results

Current Commit: e4ab92d | Date: 9/24/2025

📄 Localhost MetaMask Test Dapp

Samples: 100

Summary

  • pageLoadTime-> current mean value: 1.09s (±74ms) 🟡 | historical mean value: 1.06s ⬆️ (historical data)
  • domContentLoaded-> current mean value: 765ms (±71ms) 🟢 | historical mean value: 743ms ⬆️ (historical data)
  • firstContentfulPaint-> current mean value: 81ms (±12ms) 🟢 | historical mean value: 81ms ⬆️ (historical data)
📈 Detailed Results
Metric Mean Std Dev Min Max P95 P99
pageLoadTime 1.09s 74ms 1.05s 1.37s 1.32s 1.37s
domContentLoaded 765ms 71ms 723ms 1.03s 990ms 1.03s
firstPaint 81ms 12ms 64ms 184ms 88ms 184ms
firstContentfulPaint 81ms 12ms 64ms 184ms 88ms 184ms
largestContentfulPaint 0ms 0ms 0ms 0ms 0ms 0ms

Results generated automatically by MetaMask CI

@metamaskbot
Copy link
Collaborator

Builds ready [e4ab92d]
UI Startup Metrics (1216 ± 72 ms)
PlatformBuildTypePageMetricMean (ms)Min (ms)Max (ms)Std Dev (ms)P 75 (ms)P 95 (ms)
ChromeBrowserifyHomeuiStartup1216108114147212551358
load104992912256810881181
domContentLoaded104292612196810831174
domInteractive18145271639
firstPaint67488121642810651154
backgroundConnect2142012245217222
firstReactRender25185172740
getState1353161724
initialActions50606611
loadScripts835719100367877964
setupStore962831016
WebpackHomeuiStartup1219961146911713041366
load1024791128711010981162
domContentLoaded1018788128211110931157
domInteractive17125091545
firstPaint1536527650186239
backgroundConnect17114271731
firstReactRender38336043846
getState74253713
initialActions62214915
loadScripts1015786128011110901154
setupStore96263913
FirefoxBrowserifyHomeuiStartup13871204179511214451632
load1197105914137712581337
domContentLoaded1197105814137712581337
domInteractive963424239102192
firstPaintNaNNaNNaNNaNNaNNaN
backgroundConnect2918121133243
firstReactRender29246673042
getState739111615
initialActions519912319
loadScripts1174104113947712401316
setupStore11417319835
WebpackHomeuiStartup16631427223315117541908
load14201209173712115011632
domContentLoaded14191209173712115001631
domInteractive1114532458110310
firstPaintNaNNaNNaNNaNNaNNaN
backgroundConnect30215463641
firstReactRender48367165161
getState63485610
initialActions511811839
loadScripts13971185171112114781603
setupStore126165181029
Benchmark value 214 exceeds gate value 10 for chrome browserify home mean backgroundConnect
Benchmark value 26 exceeds gate value 23 for chrome browserify home mean firstReactRender
Benchmark value 5 exceeds gate value 1 for chrome browserify home mean initialActions
Benchmark value 836 exceeds gate value 830 for chrome browserify home mean loadScripts
Benchmark value 222 exceeds gate value 18 for chrome browserify home p95 backgroundConnect
Benchmark value 11 exceeds gate value 1.2 for chrome browserify home p95 initialActions
Benchmark value 964 exceeds gate value 940 for chrome browserify home p95 loadScripts
Benchmark value 15 exceeds gate value 7 for chrome webpack home p95 initialActions
Benchmark value 30 exceeds gate value 25 for firefox browserify home mean backgroundConnect
Benchmark value 30 exceeds gate value 25 for firefox browserify home mean firstReactRender
Benchmark value 5 exceeds gate value 1 for firefox browserify home mean initialActions
Benchmark value 12 exceeds gate value 9 for firefox browserify home mean setupStore
Benchmark value 19 exceeds gate value 2 for firefox browserify home p95 initialActions
Benchmark value 35 exceeds gate value 27 for firefox browserify home p95 setupStore
Benchmark value 1664 exceeds gate value 1615 for firefox webpack home mean uiStartup
Benchmark value 1420 exceeds gate value 1380 for firefox webpack home mean load
Benchmark value 1420 exceeds gate value 1380 for firefox webpack home mean domContentLoaded
Benchmark value 112 exceeds gate value 100 for firefox webpack home mean domInteractive
Benchmark value 30 exceeds gate value 26 for firefox webpack home mean backgroundConnect
Benchmark value 49 exceeds gate value 38 for firefox webpack home mean firstReactRender
Benchmark value 6 exceeds gate value 1 for firefox webpack home mean initialActions
Benchmark value 1398 exceeds gate value 1360 for firefox webpack home mean loadScripts
Benchmark value 310 exceeds gate value 156 for firefox webpack home p95 domInteractive
Benchmark value 61 exceeds gate value 50 for firefox webpack home p95 firstReactRender
Benchmark value 9 exceeds gate value 2 for firefox webpack home p95 initialActions
Benchmark value 29 exceeds gate value 28 for firefox webpack home p95 setupStore
Sum of mean exceeds: 433ms | Sum of p95 exceeds: 443.8ms
Sum of all benchmark exceeds: 876.8ms

Bundle size diffs [🚨 Warning! Bundle size has increased!]
  • background: 735 Bytes (0.02%)
  • ui: 0 Bytes (0%)
  • common: 10 Bytes (0%)

wenfix
wenfix previously approved these changes Sep 24, 2025
@metamaskbot
Copy link
Collaborator

📊 Page Load Benchmark Results

Current Commit: 27b6c37 | Date: 9/24/2025

📄 Localhost MetaMask Test Dapp

Samples: 100

Summary

  • pageLoadTime-> current mean value: 1.04s (±69ms) 🟡 | historical mean value: 1.06s ⬇️ (historical data)
  • domContentLoaded-> current mean value: 728ms (±67ms) 🟢 | historical mean value: 743ms ⬇️ (historical data)
  • firstContentfulPaint-> current mean value: 75ms (±13ms) 🟢 | historical mean value: 80ms ⬇️ (historical data)
📈 Detailed Results
Metric Mean Std Dev Min Max P95 P99
pageLoadTime 1.04s 69ms 1.00s 1.32s 1.24s 1.32s
domContentLoaded 728ms 67ms 696ms 996ms 920ms 996ms
firstPaint 75ms 13ms 60ms 192ms 88ms 192ms
firstContentfulPaint 75ms 13ms 60ms 192ms 88ms 192ms
largestContentfulPaint 0ms 0ms 0ms 0ms 0ms 0ms

Results generated automatically by MetaMask CI

@metamaskbot
Copy link
Collaborator

Builds ready [27b6c37]
UI Startup Metrics (1189 ± 60 ms)
PlatformBuildTypePageMetricMean (ms)Min (ms)Max (ms)Std Dev (ms)P 75 (ms)P 95 (ms)
ChromeBrowserifyHomeuiStartup1189104913276012301321
load102791711595410581130
domContentLoaded102091111525410521122
domInteractive17134661634
firstPaint651114116041110461118
backgroundConnect2112002416214219
firstReactRender25184762739
getState14586111630
initialActions60667713
loadScripts81571794653845915
setupStore95324918
WebpackHomeuiStartup1159923145611512451300
load974758128210910481101
domContentLoaded969754127710910451097
domInteractive16124981442
firstPaint1516232958191247
backgroundConnect16103261729
firstReactRender36324633643
getState74183713
initialActions62204814
loadScripts966752127510810421095
setupStore86212912
FirefoxBrowserifyHomeuiStartup14491225195214715061821
load1241106414458813181386
domContentLoaded1240106414448813181386
domInteractive1063435057119245
firstPaintNaNNaNNaNNaNNaNNaN
backgroundConnect3620174263589
firstReactRender29245563142
getState73527615
initialActions8126628425
loadScripts1215104913698212811359
setupStore15520430939
WebpackHomeuiStartup16201383222315417101903
load13811176174813214631640
domContentLoaded13811175174713214621639
domInteractive1083436761107275
firstPaintNaNNaNNaNNaNNaNNaN
backgroundConnect31195983746
firstReactRender47327365157
getState63263711
initialActions7121429410
loadScripts13581159171913214391617
setupStore1063441019
Benchmark value 212 exceeds gate value 10 for chrome browserify home mean backgroundConnect
Benchmark value 25 exceeds gate value 23 for chrome browserify home mean firstReactRender
Benchmark value 6 exceeds gate value 1 for chrome browserify home mean initialActions
Benchmark value 220 exceeds gate value 18 for chrome browserify home p95 backgroundConnect
Benchmark value 13 exceeds gate value 1.2 for chrome browserify home p95 initialActions
Benchmark value 18 exceeds gate value 17 for chrome browserify home p95 setupStore
Benchmark value 14 exceeds gate value 7 for chrome webpack home p95 initialActions
Benchmark value 1450 exceeds gate value 1405 for firefox browserify home mean uiStartup
Benchmark value 1241 exceeds gate value 1239 for firefox browserify home mean domContentLoaded
Benchmark value 36 exceeds gate value 25 for firefox browserify home mean backgroundConnect
Benchmark value 30 exceeds gate value 25 for firefox browserify home mean firstReactRender
Benchmark value 8 exceeds gate value 1 for firefox browserify home mean initialActions
Benchmark value 15 exceeds gate value 9 for firefox browserify home mean setupStore
Benchmark value 1821 exceeds gate value 1660 for firefox browserify home p95 uiStartup
Benchmark value 245 exceeds gate value 195 for firefox browserify home p95 domInteractive
Benchmark value 89 exceeds gate value 70 for firefox browserify home p95 backgroundConnect
Benchmark value 25 exceeds gate value 2 for firefox browserify home p95 initialActions
Benchmark value 39 exceeds gate value 27 for firefox browserify home p95 setupStore
Benchmark value 1621 exceeds gate value 1615 for firefox webpack home mean uiStartup
Benchmark value 1382 exceeds gate value 1380 for firefox webpack home mean load
Benchmark value 1382 exceeds gate value 1380 for firefox webpack home mean domContentLoaded
Benchmark value 108 exceeds gate value 100 for firefox webpack home mean domInteractive
Benchmark value 32 exceeds gate value 26 for firefox webpack home mean backgroundConnect
Benchmark value 48 exceeds gate value 38 for firefox webpack home mean firstReactRender
Benchmark value 8 exceeds gate value 1 for firefox webpack home mean initialActions
Benchmark value 275 exceeds gate value 156 for firefox webpack home p95 domInteractive
Benchmark value 57 exceeds gate value 50 for firefox webpack home p95 firstReactRender
Benchmark value 10 exceeds gate value 2 for firefox webpack home p95 initialActions
Sum of mean exceeds: 326ms | Sum of p95 exceeds: 620.8ms
Sum of all benchmark exceeds: 946.8ms

Bundle size diffs [🚨 Warning! Bundle size has increased!]
  • background: 735 Bytes (0.02%)
  • ui: 0 Bytes (0%)
  • common: 10 Bytes (0%)

@ffmcgee725 ffmcgee725 added the team-wallet-api-platform-deprecated DEPRECATED: please use "team-wallet-integrations" instead label Sep 24, 2025
@metamaskbot
Copy link
Collaborator

❌ test-e2e-chrome-api-specs failed. View the html report here.

@metamaskbot
Copy link
Collaborator

📊 Page Load Benchmark Results

Current Commit: 23df428 | Date: 9/24/2025

📄 Localhost MetaMask Test Dapp

Samples: 100

Summary

  • pageLoadTime-> current mean value: 1.06s (±73ms) 🟡 | historical mean value: 1.05s ⬆️ (historical data)
  • domContentLoaded-> current mean value: 741ms (±70ms) 🟢 | historical mean value: 738ms ⬆️ (historical data)
  • firstContentfulPaint-> current mean value: 77ms (±12ms) 🟢 | historical mean value: 77ms ⬇️ (historical data)
📈 Detailed Results
Metric Mean Std Dev Min Max P95 P99
pageLoadTime 1.06s 73ms 1.01s 1.35s 1.26s 1.35s
domContentLoaded 741ms 70ms 704ms 1.03s 938ms 1.03s
firstPaint 77ms 12ms 60ms 180ms 88ms 180ms
firstContentfulPaint 77ms 12ms 60ms 180ms 88ms 180ms
largestContentfulPaint 0ms 0ms 0ms 0ms 0ms 0ms

Results generated automatically by MetaMask CI

@metamaskbot
Copy link
Collaborator

Builds ready [23df428]
UI Startup Metrics (1241 ± 58 ms)
PlatformBuildTypePageMetricMean (ms)Min (ms)Max (ms)Std Dev (ms)P 75 (ms)P 95 (ms)
ChromeBrowserifyHomeuiStartup1241111814035812731342
load107596711905511131174
domContentLoaded106695611815611081166
domInteractive18135281738
firstPaint70390119542610941167
backgroundConnect25524136113259272
firstReactRender26165772940
getState1353371727
initialActions50446616
loadScripts81969293355861909
setupStore962131018
WebpackHomeuiStartup1152914141510812251296
load969752117010210401094
domContentLoaded964749115810210351090
domInteractive16125591440
firstPaint1586535960186277
backgroundConnect1593251728
firstReactRender36336043645
getState74213715
initialActions62214815
loadScripts961747114810210291088
setupStore86162812
FirefoxBrowserifyHomeuiStartup14491274186511315141641
load1248110014318113131372
domContentLoaded1248110014308113131371
domInteractive1073437955117260
firstPaintNaNNaNNaNNaNNaNNaN
backgroundConnect3319116153566
firstReactRender29246463037
getState53213612
initialActions8135435412
loadScripts1221108114158012831352
setupStore12512417948
WebpackHomeuiStartup16151364204016917521931
load13771152175114815001617
domContentLoaded13771150175014815001617
domInteractive1073334357106285
firstPaintNaNNaNNaNNaNNaNNaN
backgroundConnect31228893743
firstReactRender47377164958
getState62203713
initialActions5116516410
loadScripts13541130172914914791593
setupStore1164061128
Benchmark value 1242 exceeds gate value 1234 for chrome browserify home mean uiStartup
Benchmark value 1075 exceeds gate value 1070 for chrome browserify home mean load
Benchmark value 1067 exceeds gate value 1061 for chrome browserify home mean domContentLoaded
Benchmark value 256 exceeds gate value 10 for chrome browserify home mean backgroundConnect
Benchmark value 26 exceeds gate value 23 for chrome browserify home mean firstReactRender
Benchmark value 6 exceeds gate value 1 for chrome browserify home mean initialActions
Benchmark value 272 exceeds gate value 18 for chrome browserify home p95 backgroundConnect
Benchmark value 16 exceeds gate value 1.2 for chrome browserify home p95 initialActions
Benchmark value 18 exceeds gate value 17 for chrome browserify home p95 setupStore
Benchmark value 15 exceeds gate value 7 for chrome webpack home p95 initialActions
Benchmark value 1450 exceeds gate value 1405 for firefox browserify home mean uiStartup
Benchmark value 1248 exceeds gate value 1245 for firefox browserify home mean load
Benchmark value 1248 exceeds gate value 1239 for firefox browserify home mean domContentLoaded
Benchmark value 34 exceeds gate value 25 for firefox browserify home mean backgroundConnect
Benchmark value 29 exceeds gate value 25 for firefox browserify home mean firstReactRender
Benchmark value 8 exceeds gate value 1 for firefox browserify home mean initialActions
Benchmark value 12 exceeds gate value 9 for firefox browserify home mean setupStore
Benchmark value 260 exceeds gate value 195 for firefox browserify home p95 domInteractive
Benchmark value 12 exceeds gate value 2 for firefox browserify home p95 initialActions
Benchmark value 48 exceeds gate value 27 for firefox browserify home p95 setupStore
Benchmark value 108 exceeds gate value 100 for firefox webpack home mean domInteractive
Benchmark value 31 exceeds gate value 26 for firefox webpack home mean backgroundConnect
Benchmark value 47 exceeds gate value 38 for firefox webpack home mean firstReactRender
Benchmark value 6 exceeds gate value 1 for firefox webpack home mean initialActions
Benchmark value 285 exceeds gate value 156 for firefox webpack home p95 domInteractive
Benchmark value 58 exceeds gate value 50 for firefox webpack home p95 firstReactRender
Benchmark value 10 exceeds gate value 2 for firefox webpack home p95 initialActions
Sum of mean exceeds: 380ms | Sum of p95 exceeds: 518.8ms
Sum of all benchmark exceeds: 898.8ms

Bundle size diffs [🚨 Warning! Bundle size has increased!]
  • background: 735 Bytes (0.02%)
  • ui: 0 Bytes (0%)
  • common: 10 Bytes (0%)

@ffmcgee725 ffmcgee725 added team-wallet-api-platform-deprecated DEPRECATED: please use "team-wallet-integrations" instead and removed team-wallet-api-platform-deprecated DEPRECATED: please use "team-wallet-integrations" instead labels Sep 24, 2025
Copy link
Contributor

@adonesky1 adonesky1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@adonesky1 adonesky1 enabled auto-merge September 24, 2025 17:58
@adonesky1 adonesky1 added this pull request to the merge queue Sep 24, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 24, 2025
@ffmcgee725 ffmcgee725 added this pull request to the merge queue Sep 24, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 24, 2025
@ffmcgee725 ffmcgee725 added this pull request to the merge queue Sep 24, 2025
Merged via the queue into main with commit 0e035f9 Sep 24, 2025
281 of 284 checks passed
@ffmcgee725 ffmcgee725 deleted the jc/WAPI-728 branch September 24, 2025 19:42
@github-actions github-actions bot locked and limited conversation to collaborators Sep 24, 2025
@metamaskbot metamaskbot added the release-13.5.0 Issue or pull request that will be included in release 13.5.0 label Sep 24, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

release-13.5.0 Issue or pull request that will be included in release 13.5.0 size-XS team-wallet-api-platform-deprecated DEPRECATED: please use "team-wallet-integrations" instead team-wallet-integrations Wallet Integrations team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants