-
Notifications
You must be signed in to change notification settings - Fork 324
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
Add Wallet::list_output
method
#1190
Conversation
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 63dea46
One small NIT is I'd label 723658f as a "refactor!" even though it's only a rename:
https://softwareengineering.stackexchange.com/questions/381736/renaming-%e2%8a%88-refactoring
2108c1d
to
a84446f
Compare
ACK a84446f |
356381b
to
01037cd
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.
Re-ACK 01037cd
01037cd
to
3cfc823
Compare
3cfc823
to
6fb45d8
Compare
Inserted txouts will not be shown in `list_unspent` or `list_output`.
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.
re-ACK 278210b
New docs do a good job of clarifying for users which outputs they'll get from list_output, and which they won't from insert_txout.
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 278210b
Thanks for the docs update! Looking fantastic.
Fixes #1184
Description
Introduce
Wallet::list_output
method that lists all outputs (both spent and unspent) in a consistent history.Changelog notice
LocalUtxo
toLocalOutput
.Wallet::list_output
method.Checklists
All Submissions:
cargo fmt
andcargo clippy
before committingNew Features: