-
Notifications
You must be signed in to change notification settings - Fork 5.4k
fix: smart swaps missing chain ID #23425
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
Conversation
Builds ready [928bf5a]
Page Load Metrics (1382 ± 499 ms)
Bundle size diffs
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #23425 +/- ##
===========================================
- Coverage 68.72% 68.71% -0.00%
===========================================
Files 1122 1122
Lines 43577 43579 +2
Branches 11661 11661
===========================================
Hits 29945 29945
- Misses 13632 13634 +2 ☔ View full report in Codecov by Sentry. |
|
Missing release label release-11.12.0 on PR. Adding release label release-11.12.0 on PR and removing other release labels(release-11.14.0), as PR was cherry-picked in branch 11.12.0. |
Description
Fix hanging smart swaps by including
chainIdparameter in unsigned transactions when signing.This is now required by the multi-chain support in
TransactionController.Related issues
Fixes: #23373
Manual testing steps
See issue.
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist