You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Create a new minor release
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.
Commit
TBD
Changelog
Fixed
KeychainTxOutIndex::lookahead_to_target
to look ahead to correct index. FixKeychainTxOutIndex::lookahead_to_target
#1349Changed
TxBuilder
. Relax generic requirements on TxBuilder #1312Checklist
Release numbering must follow Semantic Versioning. These steps assume the current
master
branch development version is 1.0.0-alpha.7.On the day of the feature freeze
Change the
master
branch to the 1.0.0-alpha.7 version:master
branch.bump_dev_1.0.0_alpha.7
.bump_dev_1.0.0_alpha.7
branch to the next development MINOR+1 version.Cargo.toml
version value to1.0.0-alpha.7
.Cargo.toml
files.bump_dev_1.0.0-alpha.7
branch tomaster
. Bump bdk version to 1.0.0-alpha.7 #1365On the day of the release
Tag and publish new release:
HEAD
commit in themaster
branch.v1.0.0-alpha.7
--sign
flag.bitcoindevkit/bdk
repo.Release 1.0.0-alpha.7
.1.0.0
release check the "Pre-release" box.The text was updated successfully, but these errors were encountered: