]> Untitled Git - bdk-cli/commit
Update `bdk_kyoto` to `0.15.1`
authorrustaceanrob <rob.netzke@gmail.com>
Mon, 13 Oct 2025 12:19:12 +0000 (13:19 +0100)
committerrustaceanrob <rob.netzke@gmail.com>
Mon, 13 Oct 2025 12:25:34 +0000 (13:25 +0100)
commit70617f9e270fd194dbb977175811734a234a3d55
treed5cfccdcecf3d20d85ef6100231b2c819ad6af45
parentf100d65715b6982958b0aee74a42919e4c8903d6
Update `bdk_kyoto` to `0.15.1`

Checkpoints were removed from Kyoto to minimize trust in the library and
reduce maintence burden. As such, there is no longer the ability to
"skip blocks", at least on test networks. Mainnet offers two
checkpoints, segwit and taproot activation, but these are included from
genesis on test networks.

Broadcasting a transaction now awaits for the transaction to be
gossiped, simplifying the logic here.
Cargo.lock
Cargo.toml
src/commands.rs
src/handlers.rs
src/utils.rs