signum-network / phoenix

The official cross-platform wallet for the Signum Blockchain Platform
https://phoenix-wallet.rocks
GNU General Public License v3.0
97 stars 38 forks source link

Substitute LokiJS by Dexie #1717

Open ohager opened 1 year ago

ohager commented 1 year ago

Is your feature request related to a problem? Please describe. LokiJS is limite to 5MiB Data (as based on localstorage). I hit this limit already while developing a new feature (i.e. searching/filtering transactions).

Describe the solution you'd like Refactor store.service.ts to be used with IndexedDB. Important: Consider migration from previous adapter to new adapter