]> Untitled Git - bdk/tag
v1.0.0-alpha.7
object c01983d02aac6ee49c1bb34ade833e5d72bc8738
authorSteve Myers <steve@notmandatory.org>
Tue, 5 Mar 2024 04:01:12 +0000 (22:01 -0600)
Release 1.0.0-alpha.7

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