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 LocalChain to have a hard-wired genesis block, adds context specific Wallet TxBuilder errors, and bumps the projects MSRV to 1.63. It also includes other API and docs improvements and bug fixes, see the changelog for all the details.
Coinbase transactions cannot exist in the mempool and be unconfirmed. TxGraph::try_get_chain_position should always return None for coinbase transactions not anchored in best chain. fix(chain): filter coinbase tx not in best chain #1202
0032711 Bump bdk version to 1.0.0-alpha.3 (Steve Myers)
Pull request description:
### Description
- Bump bdk version to 1.0.0-alpha.3
- Bump bdk_chain to 0.7.0
- Bump bdk_bitcoin_rpc to 0.2.0
- Bump bdk_electrum to 0.5.0
### Notes to the reviewers
### Changelog notice
See #1254
### Checklists
#### All Submissions:
* [x] I've signed all my commits
* [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md)
* [x] I ran `cargo fmt` and `cargo clippy` before committing
ACKs for top commit:
evanlinjin:
ACK 0032711
Tree-SHA512: ac0756f52436880fe633e9ecb83f3d53f485ccfa89a3a89aa51ee4ba5da5cee87f507da69a9e1271f8aaf4425f65d04fb201ea9a4f64bce18f96039ea3548d61
Create a new minor release
Summary
This release changes LocalChain to have a hard-wired genesis block, adds context specific Wallet TxBuilder errors, and bumps the projects MSRV to 1.63. It also includes other API and docs improvements and bug fixes, see the changelog for all the details.
Commit
TBD
Changelog
Fixed
Changed
ConfirmationTimeAnchor
toConfirmationTimeHeightAnchor
#1206LocalChain
with hardwired genesis block #1178Wallet::list_output
method #1190KeychainTxOutIndex
and have a reasonable default #1229NonEmptyDatabase
variant toNewError
#1256bip39
dependency to v2.0 #1259Removed
Added
Wallet::list_output
method #1190Checklist
Release numbering must follow Semantic Versioning. These steps assume the current
master
branch development version is 1.0.0-alpha.2.
On the day of the feature freeze
Change the
master
branch to the next MINOR+1 version:master
branch.bump_dev_1.0.0_alpha.3
.bump_dev_1.0.0_alpha.3
branch to the next development MINOR+1 version.Cargo.toml
version value to1.0.0-alpha.3
.Cargo.toml
files.bump_dev_1.0.0-alpha.3
branch tomaster
. Bump bdk version to 1.0.0-alpha.3 #1255On the day of the release
Tag and publish new release:
HEAD
commit in themaster
branch.v1.0.0-alpha.3
--sign
flag.bitcoindevkit/bdk
repo.Release 1.0.0-alpha.3
.1.0.0
release check the "Pre-release" box.The text was updated successfully, but these errors were encountered: