-
Notifications
You must be signed in to change notification settings - Fork 416
chore(release): bump bdk-chain to 0.23.2
#2023
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(release): bump bdk-chain to 0.23.2
#2023
Conversation
- bump `bdk_core` to `0.6.2` - bump `bitcoind_rpc` to `0.22.0` - bump `file_store` to `0.22.0`. - bump `bdk_electrum` to `0.23.2` - update all the required `CHANGELOG.md`
|
I heard that there was some concern that by not updating all To address this potential problem, we can check that our crates build against dependencies currently in crates.io (instead of building with path dependencies). cargo build -p <crate> --locked --all-features |
ValuedMammal
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK d0c691f
LagginTimes
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK d0c691f
notmandatory
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK d0c691f
I also verified non-updated crates build fine per @evanlinjin suggestion above:
cargo update
cargo build -p bdk_esplora --locked --all-features
cargo build -p bdk_chain --locked --all-features
cargo build -p test_env --locked --all-features
evanlinjin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK d0c691f
fixes #2022
Description
It bumps the required versions for the next releases and also each CHANGELOG.md
bdk_coreto0.6.2bitcoind_rpcto0.22.0file_storeto0.22.0.bdk_electrumto0.23.2Checklists
All Submissions: