Skip to content

Update bitcoind across crates - #171

Merged
rustaceanrob merged 1 commit into
rust-bitcoin:mainfrom
rustaceanrob:26-6-24-bitcoind-upgrade
Jun 24, 2026
Merged

Update bitcoind across crates#171
rustaceanrob merged 1 commit into
rust-bitcoin:mainfrom
rustaceanrob:26-6-24-bitcoind-upgrade

Conversation

@rustaceanrob

Copy link
Copy Markdown
Member

Updates corepc and bumps the bitcoind version from 26.0 to 30.2

Updates corepc and bumps the bitcoind version from 26.0 to 30.2
Comment thread protocol/Cargo.toml

[dev-dependencies]
# bitcoind version 26.0 includes support for BIP-324's V2 protocol, but it is disabled by default.
bitcoind = { package = "corepc-node", version = "0.7.1", default-features = false, features = ["26_0","download"] }

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Do our integration tests depend on v2 being disabled by default?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Heh yea, and I guess the tests would have failed if that was the case.

@nyonson

nyonson commented Jun 24, 2026

Copy link
Copy Markdown
Collaborator

ACK 56f6ce0

@rustaceanrob
rustaceanrob merged commit 7c88944 into rust-bitcoin:main Jun 24, 2026
8 checks passed
@rustaceanrob
rustaceanrob deleted the 26-6-24-bitcoind-upgrade branch June 24, 2026 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants