Skip to content
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

Depend on bitcoincore-rpc v0.19.0 #163

Merged

Conversation

tcharding
Copy link
Member

@tcharding tcharding commented May 1, 2024

The latest bitcoincore-rpc is not compatible with earlier versions so we can no longer use a range dependency.

Upgrade to latest version of bitcoincore-rpc and remove the range dependency from crate manifest.

In preparation for release, add a changelog entry and bump the version.

@apoelstra
Copy link
Member

I believe you're correct that if we need these features, we need to drop the range dependency.

@tcharding tcharding force-pushed the 05-01-upgrade-bitcoincore-rpc branch 2 times, most recently from dd32842 to dfad9c9 Compare May 13, 2024 23:16
@tcharding tcharding changed the title WIP: Depend on latest bitcoincore-rpc Depend on bitcoincore-rpc v0.19.0 May 13, 2024
Copy link
Contributor

@oleonardolima oleonardolima left a comment

Choose a reason for hiding this comment

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

Concept ACK

The latest `bitcoincore-rpc` is not compatible with earlier versions
so we can no longer use a range dependency.

Upgrade to latest version of `bitcoincore-rpc` and remove the range
dependency from crate manifest.

In preparation for release, add a changelog entry and bump the version.
@tcharding tcharding force-pushed the 05-01-upgrade-bitcoincore-rpc branch from dfad9c9 to 9279882 Compare May 15, 2024 22:16
@tcharding tcharding marked this pull request as ready for review May 15, 2024 22:16
@tcharding
Copy link
Member Author

tcharding commented May 15, 2024

Is it ok to have the version bump in the same PR/patch as the bitcoincore-rpc version upgrade @RCasatta? Also note I link to this PR in the changelog as we do in rust-bitcoin but that is the first time linking to PRs is done in this crate's changelog, is that ok?

FTR there are no other commits since v0.35.2 was released.

@RCasatta
Copy link
Collaborator

ACK 9279882

it's ok for me to have the version bump in the same PR/patch and to link the PR in the changelog

going to merge/tag/publish

@RCasatta RCasatta merged commit 9279882 into rust-bitcoin:master May 16, 2024
18 checks passed
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.

None yet

4 participants