-
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: Remove deprecated and duplicative wallet APIs. #1590
Conversation
94694df
to
0feafd9
Compare
0feafd9
to
0ce69fc
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1590 +/- ##
==========================================
- Coverage 56.48% 56.31% -0.18%
==========================================
Files 150 148 -2
Lines 19126 19026 -100
==========================================
- Hits 10803 10714 -89
+ Misses 8323 8312 -11 ☔ View full report in Codecov by Sentry. |
…address` methods.
fixed fees are not standard), and deprecate `fixed::FeeRule::non_standard`. Signed-off-by: Daira-Emma Hopwood <[email protected]>
Co-authored-by: Daira-Emma Hopwood <[email protected]>
0ce69fc
to
f2b51cf
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 modulo comments. Note also my comments on #1579.
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 f2b51cf with documentation suggestions. However, tests are failing in CI (looks like a missing import), and there are clippy failures.
2cc6775
to
d3b82ee
Compare
force-pushed to address comments from code review. |
Co-authored-by: Daira-Emma Hopwood <[email protected]>
d3b82ee
to
ae58d3e
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
All requested changelog fixes are complete.
Post-hoc utACK ae58d3e |
This is a reworking of nuttycom#40 that removes additional deprecated APIs and puts non-standard fee calculation capabilities behind a
non-standard-fees
feature flag.