-
Notifications
You must be signed in to change notification settings - Fork 5.2k
fix: use to
and from
to check if transaction is a batch transaction cp-12.18.0
#32190
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
+231
−155
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
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
✨ Files requiring CODEOWNER review ✨✅ @MetaMask/confirmations
|
Builds ready [cc14916]
UI Startup Metrics (1210 ± 71 ms)
Sum of mean exceeds: 0ms | Sum of p95 exceeds: 9ms Sum of all benchmark exceeds: 9ms |
6c32825
pedronfigueiredo
previously approved these changes
Apr 24, 2025
Builds ready [6c32825]
UI Startup Metrics (1277 ± 73 ms)
Benchmark value 1278 exceeds gate value 1234 for chrome browserify home mean uiStartup Benchmark value 1103 exceeds gate value 1070 for chrome browserify home mean load Benchmark value 1095 exceeds gate value 1061 for chrome browserify home mean domContentLoaded Benchmark value 846 exceeds gate value 830 for chrome browserify home mean loadScripts Benchmark value 1411 exceeds gate value 1365 for chrome browserify home p95 uiStartup Benchmark value 1241 exceeds gate value 1190 for chrome browserify home p95 load Benchmark value 1234 exceeds gate value 1180 for chrome browserify home p95 domContentLoaded Benchmark value 1231 exceeds gate value 1180 for chrome browserify home p95 firstPaint Benchmark value 978 exceeds gate value 940 for chrome browserify home p95 loadScripts Benchmark value 1502 exceeds gate value 1495 for firefox browserify home p95 load Benchmark value 1502 exceeds gate value 1495 for firefox browserify home p95 domContentLoaded Benchmark value 1488 exceeds gate value 1475 for firefox browserify home p95 loadScripts Sum of mean exceeds: 127ms | Sum of p95 exceeds: 267ms Sum of all benchmark exceeds: 394ms Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
matthewwalsh0
previously approved these changes
Apr 24, 2025
OGPoyraz
previously approved these changes
Apr 24, 2025
jpuri
previously approved these changes
Apr 24, 2025
0ce95ab
jpuri
previously approved these changes
Apr 25, 2025
OGPoyraz
previously approved these changes
Apr 25, 2025
Builds ready [00af427]
UI Startup Metrics (1201 ± 60 ms)
Bundle size diffs
|
OGPoyraz
approved these changes
Apr 28, 2025
jpuri
approved these changes
Apr 28, 2025
to
and from
to check if transaction is a batch transactionto
and from
to check if transaction is a batch transaction cp-12.18.0
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
This PR aims to verify
to
andfrom
to check if the transaction is a batch transaction.Related issues
Fixes: https://github.com/MetaMask/MetaMask-planning/issues/4752
Manual testing steps
Screenshots/Recordings
interact.with.webm
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist