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

Move remaining pool tests from zcash_client_sqlite to zcash_client_backend #1543

Merged
merged 4 commits into from
Sep 21, 2024

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    ceaa9e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0deee7a View commit details
    Browse the repository at this point in the history
  3. Move remaining pool tests from zcash_client_sqlite to `zcash_client…

    …_backend`
    
    Co-authored-by: Willem Olding <[email protected]>
    str4d and willemolding committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    1f23bc1 View commit details
    Browse the repository at this point in the history
  4. zcash_client_backend: Remove default impls for WalletTest methods

    Now that these are in a separate trait, we can just require them for all
    downstreams, in order to make them usable in all tests.
    str4d committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e67e7ab View commit details
    Browse the repository at this point in the history