From: merge-script Date: Fri, 23 May 2025 11:59:05 +0000 (+1000) Subject: Merge bitcoindevkit/bdk#1961: Add `is_empty` methods to `TxUpdate` and `{}_Response... X-Git-Tag: core-0.6.0~3 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/%22example_cli/enum.Commands.html/struct.MemoryDatabase.html?a=commitdiff_plain;h=ff7d70314357b5f755ae2802338e06d8a69c02f3;p=bdk Merge bitcoindevkit/bdk#1961: Add `is_empty` methods to `TxUpdate` and `{}_Response` types e9263f9b70271cbcfd67c2f5b250c447ba1fd4fe feat(core): Add `is_empty` methods to `TxUpdate` and `{}_Response` types (志宇) Pull request description: ### Description `is_empty` methods are helpful in various contexts so I added them. ### Changelog notice ```md Added - `is_empty` methods to `TxUpdate`, `SyncResponse` and `FullScanResponse` ``` ### 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: LagginTimes: ACK e9263f9b70271cbcfd67c2f5b250c447ba1fd4fe Tree-SHA512: 767a581b5d66da31f609db3ffba2457cb0f579c386e8e960bd89d6650852ba9d3c00e94432aaeba586d19b01fa8982ffdee2615c867b98ad8efa8e16505e3180 --- ff7d70314357b5f755ae2802338e06d8a69c02f3