chore: add migration to remove swaps controller background state#24172
chore: add migration to remove swaps controller background state#24172infiniteflower wants to merge 1 commit intomainfrom
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. |
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsThis PR adds a new state migration (migration 110) that removes the SwapsController state from the persisted backgroundState. The migration comment indicates that SwapsController functionality has been moved to BridgeController/unified swaps. Key observations:
The changes are well-tested with unit tests covering various scenarios (missing state, successful removal, error handling). Selected tags rationale:
The risk is medium because while the migration is simple, it affects a core feature (swaps) and any issues with state migration could impact user experience when upgrading the app. |
|
|
This PR has been automatically marked as stale because it has not had recent activity in the last 90 days. It will be closed in 7 days. Thank you for your contributions. |
|
This PR was closed because there has been no follow up activity in 7 days. Thank you for your contributions. |



Description
This PR adds a migration to remove
SwapsControllerfrom the background state.Changelog
CHANGELOG entry: null
Related issues
Fixes: https://consensyssoftware.atlassian.net/browse/SWAPS-3493
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist