From: Daniela Brozzoni Date: Tue, 21 Nov 2023 15:53:50 +0000 (+0100) Subject: Merge bitcoindevkit/bdk#1190: Add `Wallet::list_output` method X-Git-Tag: v1.0.0-alpha.3~13 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.EncoderStringWriter.html?a=commitdiff_plain;h=9e681b39fb2e5b81d47599a1bd56e22d6ba4b100;p=bdk Merge bitcoindevkit/bdk#1190: Add `Wallet::list_output` method 278210bb8918923005e80968df3dfcc3372c0a5c docs(bdk): clarify `insert_txout` docs (志宇) 6fb45d8a735ec8db9142489d86107de192e0fa9c test(bdk): add `test_list_output` (志宇) e803ee901002cae4db5ebf3544eb42c6cf81e5e2 feat(bdk): add `Wallet::list_output` method (志宇) 82632897aaa4ea0ac24803f58fbd13d6dc9c4357 refactor(bdk)!: rename `LocalUtxo` to `LocalOutput` (志宇) Pull request description: Fixes #1184 ### Description Introduce `Wallet::list_output` method that lists all outputs (both spent and unspent) in a consistent history. ### Changelog notice - Rename `LocalUtxo` to `LocalOutput`. - Add `Wallet::list_output` method. ### Checklists #### All Submissions: * [x] I've signed all my commits * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md) * [x] I ran `cargo fmt` and `cargo clippy` before committing #### New Features: * [x] I've added tests for the new feature * [x] I've added docs for the new feature ACKs for top commit: notmandatory: re-ACK 278210bb8918923005e80968df3dfcc3372c0a5c danielabrozzoni: ACK 278210bb8918923005e80968df3dfcc3372c0a5c Tree-SHA512: 151af0e05e55d9c682271ef0c7a82e189531db963f65aa62c2ba0507f203dde39ab7561521c56e72c26830828e94ff96b7bd7e3f46082b23f79c5e0f89470136 --- 9e681b39fb2e5b81d47599a1bd56e22d6ba4b100