Skip to content

Commit

Permalink
upgrade: bitcoincore-rpc 0.18 -> 0.19
Browse files Browse the repository at this point in the history
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
  • Loading branch information
0xB10C committed Sep 26, 2024
1 parent 104f51f commit 31520fa
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 24 deletions.
105 changes: 83 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"

[dependencies]

bitcoincore-rpc = "0.18.0"
bitcoincore-rpc = "0.19.0"
warp = "0.3"
toml = "0.5"

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

async-trait = "0.1.58"
bitcoin-pool-identification = "0.3.3"
bitcoin-pool-identification = "0.3.4"

[features]

Expand Down

0 comments on commit 31520fa

Please sign in to comment.