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 improves Fulcrum electrum server compatibility and fixes public descriptor template key origin paths. We also snuck in small enhancements to configure the electrum client to validate the domain using SSL and sort TransactionDetails by block height and timestamp.
Create a new minor release
Summary
This release improves Fulcrum electrum server compatibility and fixes public descriptor template key origin paths. We also snuck in small enhancements to configure the electrum client to validate the domain using SSL and sort TransactionDetails by block height and timestamp.
Commit
<--latest commit ID to include in this release-->
Changelog
Fixed
save_tx
function order independent to work with Fulcrum servers. fix: make save_tx order independent #808Added
TransactionDetails
. Implement ordering for TransactionDetails #812Changed
hwi
dependency to0.4.0
. Bump hwi to 0.4.0 #825esplora-client
dependency to0.3
Update esplora-client #830Checklist
Release numbering must follow Semantic Versioning. These steps assume the current
master
branch development version is 0.25.0.
On the day of the feature freeze
Change the
master
branch to the next MINOR+1 version:master
branch.bump_dev_0_26
, eg.bump_dev_0_22
.bump_dev_0_26
branch to the next development MINOR+1 version.Cargo.toml
version value to0.26.0
.bump_dev_0_26
branch tomaster
.Create a new release branch and release candidate tag:
master
is up-to-date with the upstream repo.release/0.26
frommaster
.release/0.26
branch to0.26.0-rc.1
version.Cargo.toml
version value to0.26.0-rc.1
.HEAD
commit in therelease/0.26
branch.v0.26.0-rc.1
--sign
flag.release/0.26
branch and new tag to thebitcoindevkit/bdk
repo.git push --tags
option to push the newv0.26.0-rc.1
tag.If any issues need to be fixed before the 0.26.0 version is released:
master
branch.release/0.26
branch.release/0.26
branch.release/0.26
branch to0.26.0-rc.x+1
version.Cargo.toml
version value to0.26.0-rc.x+1
.HEAD
commit in therelease/0.26
branch.v0.26.0-rc.x+1
, where x is the current release candidate number.--sign
flag.bitcoindevkit/bdk
repo.git push --tags
option to push the newv0.26.0-rc.x+1
tag.On the day of the release
Tag and publish new release:
release/0.26
branch to0.26.0
version.Cargo.toml
version value to0.26.0
.HEAD
commit in therelease/0.26
branch.v0.26.0
--sign
flag.bitcoindevkit/bdk
repo.Release 0.26.0
.1.0.0
release check the "Pre-release" box.The text was updated successfully, but these errors were encountered: