]> Untitled Git - bdk-cli/commit
feat(cbf): implement transaction broadcasting
authorrustaceanrob <rob.netzke@gmail.com>
Thu, 8 May 2025 19:30:07 +0000 (20:30 +0100)
committerSteve Myers <steve@notmandatory.org>
Fri, 16 May 2025 14:39:47 +0000 (09:39 -0500)
commitb04fed2e8a58dd6b4e001c64d03d85ad46cf7d3c
tree343b310c1f9276871fc21162e9c3ff5a1f816bc4
parenta7e6909662fbb819ab280016c30fe369c3106315
feat(cbf): implement transaction broadcasting

For the highest reliability, we wait for the connection requirement to
be met by the node. Once met, we can broadcast and wait for
confirmation. The function will either timeout after 15 seconds or
successfully finish with gossip confirmation.
src/commands.rs
src/handlers.rs