Skip to content

Conversation

@oleonardolima
Copy link
Contributor

fixes #2022

Description

It bumps the required versions for the next releases and also each CHANGELOG.md

  • 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

Checklists

All Submissions:

- 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`
@evanlinjin
Copy link
Member

I heard that there was some concern that by not updating all bdk repo crates in one go would result in "potential build errors".

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

Copy link
Collaborator

@ValuedMammal ValuedMammal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK d0c691f

Copy link
Contributor

@LagginTimes LagginTimes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK d0c691f

Copy link
Member

@notmandatory notmandatory left a 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

Copy link
Member

@evanlinjin evanlinjin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK d0c691f

@notmandatory notmandatory moved this to In Progress in BDK Chain Sep 11, 2025
@notmandatory notmandatory moved this from In Progress to Needs Review in BDK Chain Sep 11, 2025
@oleonardolima oleonardolima merged commit 8f281da into bitcoindevkit:master Sep 12, 2025
19 checks passed
@github-project-automation github-project-automation bot moved this from Needs Review to Done in BDK Chain Sep 12, 2025
@oleonardolima oleonardolima deleted the release/0.23.2 branch September 12, 2025 01:13
@oleonardolima oleonardolima mentioned this pull request Sep 12, 2025
24 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release Release related issue or PR

Projects

Archived in project
Archived in project

Development

Successfully merging this pull request may close these issues.

Release bdk-chain v0.23.2

5 participants