diba-io / bitmask-core

Core functionality for the BitMask wallet
https://bitmask.app
Other
95 stars 23 forks source link

Local Carbonado Retention #379

Open cryptoquick opened 1 year ago

cryptoquick commented 1 year ago

We should try to retain Carbonado-encoded files within the client, and provide them to methods that can make use of them. Then, automerge both sources of data, the local data and remote data. To do this, we'll need to return the actual Carbonado data in the web functions in addition to the response. This should help reduce data inconsistencies within the wallet as users make use of it.