Summary
This incremental bi-weekly release includes an API change to relax the generic requirements on the wallet transaction builder and a small fix when manually looking ahead to unrevealed scripts. Unless you need one of these changes there's no need to upgrade to this release.
Changelog
Fixed
- Fix
KeychainTxOutIndex::lookahead_to_target
to look ahead to correct index. #1349
Changed
- Relax the generic requirements on
TxBuilder
. #1312
What's Changed
- Add
map_anchors
forTxGraph
by @yanganto in #1325 - ci: Remove jobserver pin by @danielabrozzoni in #1357
- tx_builder: Relax generic constraints on TxBuilder by @stevenroose in #1344
- Fix
KeychainTxOutIndex::lookahead_to_target
by @evanlinjin in #1349 - Bump bdk version to 1.0.0-alpha.7 by @notmandatory in #1365
New Contributors
Full Changelog: v1.0.0-alpha.6...v1.0.0-alpha.7