You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: