Shared logic and components for browser and desktop versions of Suite.
This folder contains implementation of Suite's IndexedDB storage. It builds on the general logic in @trezor/suite-storage.
When changes incompatible with the previus version are made in the database structure, it is necessary to apply a migration upon Suite upgrade. Update the migrations file and remember to bump the VERSION
in index.ts and to update the changelog. Migrations apply automatically when Suite loads.