zcash-android-wallet-sdk icon indicating copy to clipboard operation
zcash-android-wallet-sdk copied to clipboard

Enumerate all the ways in which the wallet SQLite DB is used directly

Open str4d opened this issue 1 month ago • 0 comments

We want to move all reads of the wallet SQLite DB behind the Rust FFI (to remove the current dependency on the SQL views). All places that currently read from the database directly will need to be replaced by backend calls.

To ensure that the new backend APIs expose the right functionality, we need to enumerate all the ways in which the SDK currently uses the SQLite database directly.

str4d avatar May 09 '24 13:05 str4d