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 includes the first beta version of bdk_wallet with a stable 1.0.0 API. The changes in this version include reworked wallet peristence, changeset, and construction, optional user provided RNG, custom tx sorting, and use of merkle proofs in bdk_electrum.
Release numbering must follow Semantic Versioning. These steps assume the current master branch development version is 1.0.0-alpha.13.
On the day of the feature freeze
Change the master branch to the 1.0.0-beta.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.1.
Create a "draft" release page and release notes comparing master commmit with prior tag v1.0.0-beta.1
Bump the bump_dev_1.0.0_beta.1 branch to the next development version.
Bump the modified crates versions in their Cargo.toml files. [update this list with only changed crates]
bdk_chain
bdk_bitcoind_rpc
bdk_electrum
bdk_esplora
bdk_file_store
bdk_testenv
bdk_wallet
bdk_hwi
The commit message should be: [update this list with only changed crates]
Bump bdk version to 1.0.0-beta.1
bdk_chain to 0.17.0
bdk_bitcoind_rpc to 0.13.0
bdk_electrum to 0.16.0
bdk_esplora to 0.16.0
bdk_file_store to 0.14.0
bdk_testenv to 0.7.0
bdk_hwi to 0.4.0
Create a new major (beta) release
Summary
This release includes the first beta version of
bdk_wallet
with a stable 1.0.0 API. The changes in this version include reworked wallet peristence, changeset, and construction, optional user provided RNG, custom tx sorting, and use of merkle proofs in bdk_electrum.Commit
17a9850
Changelog
SignOptions
and improve finalization logic. fix(wallet)!: SimplifySignOptions
and improve finalization logic #1476Weight
type instead ofusize
. refactor(wallet)!: UseWeight
type instead ofusize
#1468blockdata::
from bitcoin paths. refactor(wallet): Remove usage ofblockdata::
from bitcoin paths #1490Option<u64>
. refactor(chain)!: Change tx_last_seen toOption<u64>
#1416indexer
. refactor(chain)!: Create moduleindexer
#1493Append
toMerge
. chore(chain)!: RenameAppend
toMerge
#1502bdk_electrum
to use merkle proofs. feat(electrum)!: Updatebdk_electrum
to use merkle proofs #1489Checklist
Release numbering must follow Semantic Versioning. These steps assume the current
master
branch development version is 1.0.0-alpha.13.On the day of the feature freeze
Change the
master
branch to the 1.0.0-beta.1 version:master
branch.release/bump_dev_1.0.0_beta.1
.v1.0.0-beta.1
bump_dev_1.0.0_beta.1
branch to the next development version.Cargo.toml
files. [update this list with only changed crates]release/bump_dev_1.0.0-beta.1
branch tomaster
. Bump bdk version to 1.0.0-beta.1 #1522On the day of the release
Tag and publish new release:
HEAD
commit in themaster
branch.v1.0.0-beta.1
--sign
flag.bitcoindevkit/bdk
repo.Release 1.0.0-beta.1
.1.0.0
release check the "Pre-release" box.The text was updated successfully, but these errors were encountered: