From: Steve Myers Date: Fri, 16 May 2025 16:40:46 +0000 (-0500) Subject: Merge bitcoindevkit/bdk-cli#182: Implement transaction broadcasting for Kyoto X-Git-Tag: v1.0.0~4 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/scripts/enum.AnnexError.html?a=commitdiff_plain;h=62ff445d664ad50b7d6228734c196d9b9ad20c60;p=bdk-cli Merge bitcoindevkit/bdk-cli#182: Implement transaction broadcasting for Kyoto 811f614515b6fb1ae5689bf02ec830bdc7ff62ac fix(cbf): typo and cbf dir config when sqlite feature disabled (Steve Myers) b04fed2e8a58dd6b4e001c64d03d85ad46cf7d3c feat(cbf): implement transaction broadcasting (rustaceanrob) Pull request description: The actual implementation comes down to listening for an info message that reports the transaction was sent to a peer. For simplicity I am ignoring any wallet updates, but if the user calls the `Sync` command they can catch them. Follows up #181 ### Checklists #### All Submissions: * [x] I've signed all my commits * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk-cli/blob/master/CONTRIBUTING.md) * [x] I ran `cargo fmt` and `cargo clippy` before committing #### New Features: * [ ] I've added tests for the new feature * [ ] I've added docs for the new feature * [ ] I've updated `CHANGELOG.md` #### Bugfixes: * [ ] This pull request breaks the existing API * [ ] I've added tests to reproduce the issue which are now passing * [ ] I'm linking the issue being fixed by this PR ACKs for top commit: notmandatory: ACK 811f614515b6fb1ae5689bf02ec830bdc7ff62ac Tree-SHA512: 6a1ae4cee58170be5ac444598ea8362e8bd7c77137e2f010e8120869d7491c0ad37798508cea04da6a755d4a1a85b283454daf11624a3bb485e61003ae194007 --- 62ff445d664ad50b7d6228734c196d9b9ad20c60