Skip to content

Commit 53da240

Browse files
committed
upgrade: bitcoincore-rpc 0.18 -> 0.19
and rust-bitcoin-pool-indentification 0.3.3 -> 0.3.4. bitcoincore-rpc 0.19 is needed for full Bitcoin Core >=28.x support. The getnetworkinfo RPC call now returns a list of warnings instead of a single warning String. This would cause fork-observer to fall back to "unkown version" as mapping the JSON response would fail. See rust-bitcoin/rust-bitcoincore-rpc#356
1 parent 104f51f commit 53da240

File tree

2 files changed

+85
-24
lines changed

2 files changed

+85
-24
lines changed

Cargo.lock

Lines changed: 83 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2018"
77

88
[dependencies]
99

10-
bitcoincore-rpc = "0.18.0"
10+
bitcoincore-rpc = "0.19.0"
1111
warp = "0.3"
1212
toml = "0.5"
1313

@@ -27,7 +27,7 @@ petgraph = { version = "0.6.2", features = ["serde-1"] }
2727
base64 = "0.13.1"
2828

2929
async-trait = "0.1.58"
30-
bitcoin-pool-identification = "0.3.3"
30+
bitcoin-pool-identification = "0.3.4"
3131

3232
[features]
3333

0 commit comments

Comments
 (0)