Skip to content

Commit

Permalink
bitcoind conflict with bitcoin-timechain-*
Browse files Browse the repository at this point in the history
`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.
  • Loading branch information
Kixunil committed Jul 30, 2024
1 parent 1c71dc9 commit fad8599
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions pkg_specs/bitcoin.changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
bitcoin (27.1-2) buster; urgency=medium

* Improve dependency specification

-- Martin Habovstiak <[email protected]> Tue, 30 Jul 2024 08:56:53 +0000
bitcoin (27.1-1) buster; urgency=medium

* Updated upstream version
Expand Down
2 changes: 1 addition & 1 deletion pkg_specs/bitcoind.sps
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "bitcoind"
architecture = "any"
summary = "Bitcoin full node daemon binaries"
conflicts = ["nbxplorer (<< 2.1.47)", "python3-lnpbp-testkit (<< 0.1.4)", "bitcoin-rpc-proxy-mainnet (<< 0.4.0-1)", "bitcoin-rpc-proxy-regtest (<< 0.4.0-1)"]
conflicts = ["nbxplorer (<< 2.1.47)", "python3-lnpbp-testkit (<< 0.1.4)", "bitcoin-rpc-proxy-mainnet (<< 0.4.0-1)", "bitcoin-rpc-proxy-regtest (<< 0.4.0-1)", "bitcoin-timechain-mainnet (<< 0.4.0-1)", "bitcoin-timechain-regtest (<< 0.4.0-1)"]
recommends = ["bitcoin-mainnet | bitcoin-regtest"]
suggests = ["bitcoin-cli"]
add_files = [
Expand Down

0 comments on commit fad8599

Please sign in to comment.