SDS-Timo / hpl-wallet

GNU General Public License v3.0
0 stars 1 forks source link

RXDB Allowances support #48

Closed LuisLarg closed 6 months ago

LuisLarg commented 7 months ago

Overview

This pull request introduces the use of rxdb for managing allowances data. Additionally, it includes bug fixes for rxdb usage with assets and contacts.

rxdb enables persistent data storage across various browsers. It leverages IndexedDB for data storage and synchronizes it with the canister database.

Local storage can also be used exclusively. The communication between local storage and ICRC remains consistent through a bridge design pattern implemented in the database interface.

Additional notes

Additionally, this pull request fixes the following bugs: