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 bi-weekly release fixes an electrum syncing bug when calculating fees and adds the bdk_sqlite crate for storing wallet data in a SQLite tables. The Wallet::allow_shrinking function was also remove because it was too easy to misuse. Also the bdk crate was renamed to bdk_wallet. See the changelog for all the details.
The commit message should be: [update this list with only changed crates]
bdk_chain to 0.15.0
bdk_bitcoind_rpc to 0.11.0
bdk_electrum to 0.14.0
bdk_esplora to 0.14.0
bdk_persist to 0.3.0
bdk_file_store to 0.12.0
bdk_sqlite keep at 0.1.0
bdk_testenv to 0.5.0
bdk_wallet to 1.0.0-alpha.12
bdk_hwi to 0.1.0
I forgot to publish the bdk_sqlite crate. @thunderbiscuit reminded me and I published it to crates.io today (and updated the above checklist so I won't forget next time).
Create a new minor release
Summary
This bi-weekly release fixes an electrum syncing bug when calculating fees and adds the
bdk_sqlite
crate for storing wallet data in a SQLite tables. TheWallet::allow_shrinking
function was also remove because it was too easy to misuse. Also thebdk
crate was renamed tobdk_wallet
. See the changelog for all the details.Commit
4a8452f
Changelog
Fixed
calculate_fee
result when syncing with electrum. fix(electrum): Fixfetch_prev_txout
#1443Changed
TxBuilder::allow_shrinking()
function. Remove TxBuilder allow_shrinking() and unneeded context param #1386bdk
crate tobdk_wallet
. chore: rename bdk crate to bdk_wallet #1326CombinedChangeSet
for persistence. feat: add bdk_sqlite crate implementing PersistBackend #1128Added
CombinedChangeSet
in bdk_persist crate. feat: add bdk_sqlite crate implementing PersistBackend #1128bdk_sqlite
crate implementing SQLite based wallet data storage. feat: add bdk_sqlite crate implementing PersistBackend #1128bdk_wallet
export feature to support taproot descriptors. fix(export): add tr descriptor #1393Checklist
Release numbering must follow Semantic Versioning. These steps assume the current
master
branch development version is 1.0.0-alpha.11.On the day of the feature freeze
Change the
master
branch to the 1.0.0-alpha.12 version:master
branch.release/bump_dev_1.0.0_alpha.12
.v1.0.0-alpha.11
bump_dev_1.0.0_alpha.12
branch to the next development MINOR+1 version.Cargo.toml
files. [update this list with only changed crates]release/bump_dev_1.0.0-alpha.12
branch tomaster
. Bump bdk version to 1.0.0-alpha.12 #1450On the day of the release
Tag and publish new release:
HEAD
commit in themaster
branch.v1.0.0-alpha.12
--sign
flag.bitcoindevkit/bdk
repo.Release 1.0.0-alpha.12
.1.0.0
release check the "Pre-release" box.The text was updated successfully, but these errors were encountered: