Current situation
The wallet currently allows exporting as CSV all the transaction history, as well as other information (swaps, payment proofs, etc).
New feature
It would be handy if the user could also re-import that CSV history, by instance after having restored the wallet from seed phrase.
Remarks
- If possible, the validity of each transaction from the CSV file should be verified by the wallet during import. Thus, only valid transactions (i.e. transactions really belonging to this account, consistent with the payment proof, etc.) would be imported.
- If a transaction being imported already exists in the wallet, it would be skipped.
Current situation
The wallet currently allows exporting as CSV all the transaction history, as well as other information (swaps, payment proofs, etc).
New feature
It would be handy if the user could also re-import that CSV history, by instance after having restored the wallet from seed phrase.
Remarks