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 release brings new utilities functions on PSBTs like fee_amount() and fee_rate() and migrates BDK to use our new external esplora client library. As always many bug fixes, docs and tests improvement are also included.
Create a new minor release
Summary
This release brings new utilities functions on PSBTs like
fee_amount()
andfee_rate()
and migrates BDK to use our new external esplora client library. As always many bug fixes, docs and tests improvement are also included.Commit
0facb99
Changelog
What's Changed
non_witness_utxos
by @afilini in Enable signing taproot transactions with onlynon_witness_utxos
#757Wallet::descriptor_checksum
to actually return the checksum by @evanlinjin in FixWallet::descriptor_checksum
to actually return the checksum #763Checklist
On the day of the feature freeze
Change the
master
branch to the next MINOR+1 version:master
branch.bump_dev_MAJOR_MINOR+1
, eg.bump_dev_0_22
.bump_dev_MAJOR_MINOR+1
branch to the next development MINOR+1 version.Cargo.toml
version value toMAJOR.MINOR+1.0
.bump_dev_MAJOR_MINOR+1
branch tomaster
. Bump version to 0.23.0 #768Create a new release branch and release candidate tag:
master
is up-to-date with the upstream repo.release/MAJOR.MINOR+1
frommaster
.release/MAJOR.MINOR+1
branch toMAJOR.MINOR+1.0-rc.1
version.Cargo.toml
version value toMAJOR.MINOR+1.0-rc.1
.HEAD
commit in therelease/MAJOR.MINOR+1
branch.vMAJOR.MINOR+1.0-rc.1
--sign
flag.release/MAJOR.MINOR
branch and new tag to thebitcoindevkit/bdk
repo.git push --tags
option to push the newvMAJOR.MINOR+1.0-rc.1
tag.If any issues need to be fixed before the MAJOR.MINOR+1.0 version is released:
master
branch.release/MAJOR.MINOR+1
branch.release/MAJOR.MINOR+1
branch.release/MAJOR.MINOR+1
branch toMAJOR.MINOR+1.0-rc.x+1
version.Cargo.toml
version value toMAJOR.MINOR+1.0-rc.x+1
.HEAD
commit in therelease/MAJOR.MINOR+1
branch.vMAJOR.MINOR+1.0-rc.x+1
, where x is the current release candidate number.--sign
flag.bitcoindevkit/bdk
repo.git push --tags
option to push the newvMAJOR.MINOR+1.0-rc.x+1
tag.On the day of the release
Tag and publish new release:
release/MAJOR.MINOR+1
branch toMAJOR.MINOR+1.0
version.Cargo.toml
version value toMAJOR.MINOR+1.0
.HEAD
commit in therelease/MAJOR.MINOR+1
branch.vMAJOR.MINOR+1.0
--sign
flag.bitcoindevkit/bdk
repo.Release MAJOR.MINOR+1.0
.1.0.0
release check the "Pre-release" box.The text was updated successfully, but these errors were encountered: