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
Notable changes include a new bitcoind RPC based blockchain client module for quick syncing to bitcoind, a new linked-list LocalChain, and an upgrade to rust-bitcoin 0.30.
Add AnchorFromBlockPosition trait which are for anchors that can be constructed from a given block, height and position in block. Add bitcoind_rpc chain source module. #1041
Create a new minor release
Summary
Notable changes include a new bitcoind RPC based blockchain client module for quick syncing to bitcoind, a new linked-list LocalChain, and an upgrade to rust-bitcoin 0.30.
Commit
6ebdd19
Changelog
Fixed
Added
bitcoind_rpc
chain source module. #1041bitcoind_rpc
chain source module. #1041bitcoind_rpc
chain source module. #1041bitcoind_rpc
chain source module. #1041bitcoind_rpc
chain source module. #1041Changed
apply_update
instead ofdetermine_changeset
+apply_changeset
around the code #1092Checklist
Release numbering must follow Semantic Versioning. These steps assume the current
master
branch development version is 1.0.0-alpha.1.On the day of the release
Update the
master
branch with to version 1.0.0-alpha.2:master
branch.bump_dev_1_0_alpha_2
.bump_dev_1_0_alpha_2
branch to the next development MINOR+1 version.Cargo.toml
version value to1.0.0-alpha.2
.Cargo.toml
version to0.6.0
.Cargo.toml
version to0.4.0
.Cargo.toml
version to0.4.0
.CHANGELOG.md
file.bump_dev_1_0_alpha_2
branch tomaster
.Tag and publish new release:
HEAD
commit in themaster
branch.v1.0.0-alpha.2
--sign
flag.bitcoindevkit/bdk
repo.Release 1.0.0-alpha.2
.1.0.0
release check the "Pre-release" box.The text was updated successfully, but these errors were encountered: