-
Notifications
You must be signed in to change notification settings - Fork 329
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
Expose more getters in Wallet and other useful descriptor traits #562
Expose more getters in Wallet and other useful descriptor traits #562
Conversation
3b13941
to
86eb0c5
Compare
86eb0c5
to
36dd65d
Compare
80f7e0d
to
b5cb0f7
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.
ACK b5cb0f7
Code changes looks good to me. Tried the doc example and it works. Agree with the idea to expose more descriptor level functionality to users..
Below are few comments and questions
b5cb0f7
to
519ebe3
Compare
519ebe3
to
11c091e
Compare
It looks like this one is ready for the next release, @rajarshimaitra or @LLFourn since you've both taken a look already would one of your like to approve it? |
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.
ReACK 11c091e
Just one nit.
11c091e
to
cc4dbf0
Compare
cc4dbf0
to
1b90148
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.
ACK 8cd0550
Description
Expose more getters and internal utilities for people who need to work with descriptors.
A good example of how this can be leveraged is in the second commit, which refactors the wallet export functionality to use the new public APIs rather than using members on
Wallet
directly.Checklists
All Submissions:
cargo fmt
andcargo clippy
before committingNew Features:
CHANGELOG.md