KomodoPlatform / komodo-wallet

Komodo Wallet
https://app.komodoplatform.com
239 stars 206 forks source link

Rename all instances of mm2 to kdf #2462

Closed smk762 closed 2 months ago

smk762 commented 2 months ago

Closes https://github.com/KomodoPlatform/komodo-wallet-desktop/issues/2463

Basic smoke test needed:

Repeat the above with an existing wallet (created before this build)

cipig commented 2 months ago

Problem is that directory with DB was renamed to kdf from mm2, so when you update you will loose the entire swap history (then failed swaps can't be refunded any more) and also the ARRR-DBs. Directory should be moved back to mm2 or we need a way to upgrade, like moving the directory including it's entire content.

ShantanuSharma9873 commented 2 months ago

Completed the Smoke Testing here, and everything looks fine.

smk762 commented 2 months ago

Problem is that directory with DB was renamed to kdf from mm2, so when you update you will loose the entire swap history (then failed swaps can't be refunded any more) and also the ARRR-DBs. Directory should be moved back to mm2 or we need a way to upgrade, like moving the directory including it's entire content.

Latest commit should resolve this.