block-core / blockcore-wallet

Web5 Wallet for your coins, tokens, identities, NFTs and more.
https://www.blockcore.net/wallet
MIT License
43 stars 33 forks source link

Improve data cleaning when removing account and wallet #239

Open sondreb opened 1 year ago

sondreb commented 1 year ago

When a user remove one single account or one single wallet from the software, we need to ensure we clear all cache and history available for all addresses / transactions and other information that has been created and connected to those accounts and wallets.

Currently we don't remove everything, as one transaction might exists in multiple accounts/wallets and we only store a single entry of individual transactions.