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

bitcoind conflict with bitcoin-timechain-* #233

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

Kixunil
Copy link
Collaborator

@Kixunil Kixunil commented Jul 30, 2024

bitcoind versions >= 23.0 change RPC by moving things from getblockchaininfo to getdeploymentinfo. Services that need to call the new RPC would get broken by this. There's no clean way to fix this so this change at least adds the timechain packages to bitcoind's conflicts to force them to upgrade together.

`bitcoind` versions >= 23.0 change RPC by moving things from
`getblockchaininfo` to `getdeploymentinfo`. Services that need to call
the new RPC would get broken by this. There's no clean way to fix this
so this change at least adds the timechain packages to `bitcoind`'s
conflicts to force them to upgrade together.
@Kixunil Kixunil added robustness Makes the system less liklely to breaak src:bitcoin Directly related to the bitcoin source package labels Jul 30, 2024
@Kixunil Kixunil merged commit fad8599 into master Jul 30, 2024
63 checks passed
@Kixunil Kixunil deleted the bitcoind-conflict-old-timechain branch July 30, 2024 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
robustness Makes the system less liklely to breaak src:bitcoin Directly related to the bitcoin source package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant