zcash / librustzcash

Rust-language assets for Zcash
Other
324 stars 242 forks source link

zcash_client_backend: Implement internals of in-memory wallet by migrating tests from `zcash_client_sqlite` #1415

Open str4d opened 2 weeks ago

str4d commented 2 weeks ago

To implement the internals of the in-memory wallet backend framework (#1414), we should migrate individual tests from zcash_client_sqlite, and then get the tests passing with the framework.