remix
remix
I will work on this issue.
I do not understand what is missing here. The workflows failed because of [this](https://github.com/bitcoindevkit/bdk/actions/runs/5177377132/jobs/9624816846#step:5:13) `error: package log v0.4.19 cannot be built because it requires rustc 1.60.0 or newer, while the...
I am going to work on this
That's nonsense: `rust-esplora-client` is basically a wrapper around the [Esplora HTTP API](https://github.com/Blockstream/esplora/blob/master/API.md). This is different from an `Electrum RPC interface`. While an Electrum server provides detailed information about the reasons...
You are right.
I created an example on how to solve this. Using the [bitcoin_rpc_errorr](https://github.com/remix75/bitcoin_rpc_errors) crate I created and my [fork](https://github.com/remix75/rust-esplora-client/tree/rpc_error_test) of `rust-esplora-client` one can do something link this: ```rust let builder =...