v1.0.0-alpha.11
notmandatory
tagged this
10 May 22:25
Summary This incremental bi-weekly release includes three big improvements. New electrum full_scan and sync APIs were added for more efficiently querying blockchain data. And the keychain::Changeset now includes public key descriptors and keychain::Balance uses bitcoin::Amount instead of u32 sats amounts. See the changelog for all the details. Changelog Changed - Include the descriptor in keychain::Changeset #1203 - Update bdk_electrum crate to use sync/full-scan structs #1403 - Update keychain::Balance to use bitcoin::Amount #1411 - Change `bdk_testenv` to re-export internally used crates. #1414 - Updated documentation for `full_scan` and `sync` in `bdk_esplora`. #1427