-
Notifications
You must be signed in to change notification settings - Fork 119
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
feat: get addresses from transparent outputs #3802
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3802 +/- ##
==========================================
- Coverage 79.00% 78.83% -0.17%
==========================================
Files 292 292
Lines 33311 33601 +290
==========================================
+ Hits 26317 26491 +174
- Misses 6994 7110 +116 |
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.
Looks great, but I'd like to see a bit more test coverage.
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.
Thanks for the tests!
Motivation
For
lightwalletd
support we need to be able to get the destination address from a transparent output.Specifications
Designs
Solution
Output::address()
method that callszcash_primitives
fromlibrustzcash
Closes #3149
Review
Not urgent right now but it blocks other six lightwalletd tickets
Reviewer Checklist
Follow Up Work