-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
Summary
Add legacy wallet migration UX around walletLoader().migrateWallet.
Complexity
L
Dependencies
101202
Global Constraints
- All implementation lives under
gui-qml/. - No GUI runtime dependency on
bitcoin/src/qtcomponents. Reused logic must be moved/ported intogui-qml/. - Do not change
interfaces::Walletorinterfaces::Nodein this version. - Issue completion must satisfy
DefinitionOfDone.md.
Scope
- Detect migration-eligible wallets.
- Add migration flow with passphrase prompt where needed.
- Display migration output, backup path, and follow-up actions.
- Handle partial migration and rollback messaging.
Acceptance Criteria (DoD-Aligned)
- Eligible wallet can be migrated from UI.
- Failure and partial warning conditions are clearly explained.
- Migration backup location is shown to user.
Required Tests
- C++ unit tests: Unit tests for migration result mapping and edge-case handling.
- QML QTest: QTests for migration confirmation, password, and result states.
- Python E2E (
qml/test/testbridge.h): E2E migration scenario with success + forced failure path checks.
Implementation Notes
- Document limitations in feature note because design coverage is currently not explicit.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels