-
Notifications
You must be signed in to change notification settings - Fork 253
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_sqlite: Add Orchard support to test harness #1233
Conversation
This ensures we only access them through `TestState` in future.
4616833
to
495cae8
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1233 +/- ##
==========================================
- Coverage 63.89% 63.58% -0.32%
==========================================
Files 115 115
Lines 11930 12008 +78
==========================================
+ Hits 7623 7635 +12
- Misses 4307 4373 +66 ☔ View full report in Codecov by Sentry. |
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.
I'm a little confused by the add_compact_action
function - is that adding an Orchard action, or a logical action?
Also there are Clippy errors.
495cae8
to
cc90c4c
Compare
Force-pushed to silence Clippy lints, and rename |
ca16cd7
to
c8d03f6
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 c8d03f6
No description provided.