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 changes bdk_wallet transaction creation to enable RBF by default, it also updates the bdk_esplora client to retry server requests that fail due to rate limiting. The bdk_electrum crate now also offers a use-openssl feature.
Release numbering must follow Semantic Versioning. These steps assume the current master
branch development version is v1.0.0-beta.4.
On the day of the feature freeze
Change the master branch to the next MINOR+1 version:
Ensure all alpha milestone issues and PRs closed, archive them on the project board.
Switch to the master branch.
Create a new PR branch called release/bump_dev_1.0.0_beta.5.
Create a "draft" release page and release notes comparing master commmit with prior tag v1.0.0-beta.4
Determine which crates need a major release bump and which only need a patch release by looking at the git log. cargo-semver-checks can also help with this cargo semver-checks --baseline-rev <last-tag>
Bump the bump_dev_1.0.0_beta.5 branch to the next development version.
Bump the modified crates versions in their Cargo.toml files. [update this list with only changed crates]
bdk_core
bdk_chain
bdk_bitcoind_rpc
bdk_electrum
bdk_esplora
bdk_file_store
bdk_testenv
bdk_wallet
The commit message should be: [update this list with only changed crates]
Bump bdk_wallet version to 1.0.0-beta.5
bdk_core to 0.3.0
bdk_chain to 0.20.0
bdk_bitcoind_rpc to 0.16.0
bdk_electrum to 0.19.0
bdk_esplora to 0.19.0
bdk_file_store to 0.17.0
bdk_testenv to 0.10.0
Create a new major (beta) release
Summary
This release changes bdk_wallet transaction creation to enable RBF by default, it also updates the bdk_esplora client to retry server requests that fail due to rate limiting. The bdk_electrum crate now also offers a use-openssl feature.
Commit
Changelog
--no-default-features
#1615ChangeSet
should not be non-exhaustive #1623Merge
tobdk_core
#1625AnchorFromBlockPosition
with new struct #1594use-openssl
as a feature #1620Checklist
Release numbering must follow Semantic Versioning. These steps assume the current
master
branch development version is v1.0.0-beta.4.
On the day of the feature freeze
Change the
master
branch to the next MINOR+1 version:master
branch.release/bump_dev_1.0.0_beta.5
.v1.0.0-beta.4
cargo-semver-checks
can also help with thiscargo semver-checks --baseline-rev <last-tag>
bump_dev_1.0.0_beta.5
branch to the next development version.Bump the modified crates versions in their
Cargo.toml
files. [update this list with only changed crates]The commit message should be: [update this list with only changed crates]
release/bump_dev_1.0.0_beta.5
branch tomaster
. Bump bdk_wallet version to 1.0.0-beta.5 #1639On the day of the release
Tag and publish new release:
HEAD
commit in themaster
branch.git tag v1.0.0-beta.5 --sign -e
v1.0.0-beta.5
--sign
flag.git tag -v v1.0.0-beta.5
bitcoindevkit/bdk
repo.git push upstream --tag v1.0.0-beta.5
cargo publish -p <crate name>
Release 1.0.0-beta.5
.1.0.0
release check the "Pre-release" box.The text was updated successfully, but these errors were encountered: