You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a migration path that imports an already-synced console wallet database into the new wallet format. The migrated wallet must preserve display transaction IDs so that users see the same transaction history they had in the console wallet. Importing from a pre-synced database avoids the slow full-chain rescan that would otherwise be required via a base node.
Acceptance Criteria
A CLI command or workflow accepts a synced console wallet database file and imports it into the new wallet
All completed transactions from the console wallet appear in the new wallet with identical display transaction IDs
The migrated wallet shows the same balance as the source console wallet
The migrated wallet contains the same set of unspent outputs as the source
A test or demonstration proves round-trip correctness (export → import → verify balance and transaction IDs match)
Bounty: Migration from Console Wallet
Tier: L — 150,000 XTM
Description
Implement a migration path that imports an already-synced console wallet database into the new wallet format. The migrated wallet must preserve display transaction IDs so that users see the same transaction history they had in the console wallet. Importing from a pre-synced database avoids the slow full-chain rescan that would otherwise be required via a base node.
Acceptance Criteria
Context
How to Claim
Notes