feat: add support for batch sell on swaps reconciler#33400
Conversation
|
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. |
PR template — items to address before "Ready for review"Warnings — informational, address before merging:
See docs/readme/ready-for-review.md for the full Definition of Ready for Review. |
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection: Performance Test Selection: |
|
⚡ Performance Test Results
❌ 2 tests failed · 2 tests · 1 device 📱 Devices tested (1)Android: Google Pixel 8 Pro (v14.0) ❌ Failed Tests (2)@swap-bridge-dev-team
Branch: |



Description
Updates bridge status controller to latest release that includes support for batch sell in the reconciler.
Changelog
CHANGELOG entry: null
Related issues
Fixes: https://consensyssoftware.atlassian.net/browse/SWAPS-4742
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Performance checks (if applicable)
trace()for usage andaddTokenfor an exampleFor performance guidelines and tooling, see the Performance Guide.
Pre-merge reviewer checklist
Note
Medium Risk
Touches bridge/swaps reconciliation for batch sell; dependency-only but affects how multi-sell transactions are tracked and reconciled at runtime.
Overview
Bumps
@metamask/bridge-status-controllerfrom 74.2.0 to 74.3.0 inpackage.jsonandyarn.lockonly—no mobile app source changes.The new release is pulled in so the swaps reconciler can handle batch sell flows; behavior lives in the controller package, while the app continues to use
BridgeStatusControlleras before (bridge history, submit, activity rows, post-trade status).Reviewed by Cursor Bugbot for commit 146a4d8. Bugbot is set up for automated code reviews on this repo. Configure here.