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
Currently we have a Rust ad hoc struct that stores all the available and spent outputs along with transaction history and the sp client, and we store it as a stringified json in secure storage. I think that it would be better to totally move it out of the rust into the flutter part. That would allows us to store that kind of information in a structured way, even in a simple relational database, leaving only the most sensitive information in secure storage. That would also allow for a cleaner api with the rust part, instead of passing the whole stringify wallet each time we need to interact with the wallet
The text was updated successfully, but these errors were encountered:
Currently we have a Rust ad hoc struct that stores all the available and spent outputs along with transaction history and the sp client, and we store it as a stringified json in secure storage. I think that it would be better to totally move it out of the rust into the flutter part. That would allows us to store that kind of information in a structured way, even in a simple relational database, leaving only the most sensitive information in secure storage. That would also allow for a cleaner api with the rust part, instead of passing the whole stringify wallet each time we need to interact with the wallet
The text was updated successfully, but these errors were encountered: