-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
fix: incomplete transactions on startup #26963
fix: incomplete transactions on startup #26963
Conversation
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@metamask/base-controller@7.0.0, npm/@metamask/controller-utils@11.2.0, npm/@metamask/transaction-controller@35.2.0 |
Builds ready [bc81945]
Page Load Metrics (1851 ± 90 ms)
|
STX work on stxDevelop.mov |
@matthewwalsh0 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #26963 +/- ##
===========================================
+ Coverage 69.96% 70.01% +0.05%
===========================================
Files 1441 1445 +4
Lines 50108 50192 +84
Branches 14012 14041 +29
===========================================
+ Hits 35054 35137 +83
- Misses 15054 15055 +1 ☔ View full report in Codecov by Sentry. |
Builds ready [b9085c7]
Page Load Metrics (1691 ± 98 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
Quality Gate passedIssues Measures |
Builds ready [85b6fc1]
Page Load Metrics (1638 ± 81 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
Description
Upgrade the
TransactionController
to prevent various scenarios triggering thesigned or submitted
alert and blocking subsequent transactions.Related issues
Fixes: #23361
Manual testing steps
Basic regression of transaction functionality.
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist