From 7d85daf80390810ca2908d770764216911f0655b Mon Sep 17 00:00:00 2001 From: Lucas Soriano del Pino Date: Mon, 26 Feb 2024 23:36:05 +1100 Subject: [PATCH] chore: Update esplora-client dependency I'm interested in including a patch[^1] which will forward errors from the Esplora backend. This will make debugging easier. [^1]: https://github.com/bitcoindevkit/rust-esplora-client/commit/269360fb75bf24c8bed641c5906b0282fc3fcf84. --- Cargo.lock | 3 +-- Cargo.toml | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0b7d92535..ca01e9b6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1481,8 +1481,7 @@ dependencies = [ [[package]] name = "esplora-client" version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0cb1f7f2489cce83bc3bd92784f9ba5271eeb6e729b975895fc541f78cbfcdca" +source = "git+https://github.com/bitcoindevkit/rust-esplora-client?rev=269360f#269360fb75bf24c8bed641c5906b0282fc3fcf84" dependencies = [ "bitcoin 0.30.2", "bitcoin-internals", diff --git a/Cargo.toml b/Cargo.toml index 4c27ff06e..5875b9581 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,6 +37,8 @@ lightning-rapid-gossip-sync = { git = "https://github.com/bonomat/rust-lightning rust-bitcoin-coin-selection = { git = "https://github.com/p2pderivatives/rust-bitcoin-coin-selection" } +esplora-client = { git = "https://github.com/bitcoindevkit/rust-esplora-client", rev = "269360f" } + [profile.test.package.proptest] opt-level = 3