Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
str4d opened this issue May 9, 2024 · 0 comments
Open

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

str4d opened this issue May 9, 2024 · 0 comments
Assignees

Comments

@str4d
Copy link
Contributor

str4d commented May 9, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants