-
Notifications
You must be signed in to change notification settings - Fork 252
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
zcash_client_backend: Post-merge cleanups to test framework extraction #1539
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1539 +/- ##
=======================================
Coverage 60.42% 60.42%
=======================================
Files 147 147
Lines 17123 17123
=======================================
Hits 10347 10347
Misses 6776 6776 ☔ View full report in Codecov by Sentry. |
This reduces the feature-flag-related `WalletRead` breakage for crate users, and gives us a place to expose even more internal Data Access API implementation details for general testing purposes.
91aba18
to
bf73a02
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK, this seems like a good simplification. But should this wait to merge until after #1533?
Yes it will; that's partly why this PR is a draft (the other part is that I have not finished it, but in any case my changes will be a much smaller diff). |
099025d
to
ff7f478
Compare
Addresses review comments from #1530.
ff7f478
to
63c1de3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK
See #1530 (review).