rust-electrum-client icon indicating copy to clipboard operation
rust-electrum-client copied to clipboard

Bitcoin Electrum client library. Supports plaintext, TLS and Onion servers.

Results 32 rust-electrum-client issues
Sort by recently updated
recently updated
newest added

When running `batch_script_get_history` on a Linux machine with processing many scripts the memory consumption is enormous and does not go down. This test showcases this behavior. When triggering the test...

When running `batch_script_get_history` on a Linux machine with processing many scripts the memory consumption is enormous and does not go down. This test showcases this behavior. When triggering the test...

Calling server_features() usually works without any problems when called against the electrs server hosted by blockstream, or regular instances of the official electrs (https://github.com/romanz/electrs). But the call hangs indefinitely when...

To find list of missing rust docs see: ```shell % cargo build --all-features Compiling electrum-client v0.10.3 (/Users/steve/git/notmandatory/rust-electrum-client) warning: missing documentation for a struct --> src/config.rs:5:1 | 5 | pub struct...

good first issue

For example, we should be able to query for the confirmation status of a transaction and other more verbose information.

Via BDK, we're pulling transactions for a Wallet through a signet electrum instance. Recently, we've noticed that the order that we call [batch_transaction_get_raw](https://github.com/bitcoindevkit/rust-electrum-client/blame/866c2424e1ce3dff4daf1abb4daf5d470dda2abf/src/raw_client.rs#L932) isn't being respected by electrum and results...

Some time ago I asked about electrum client release using bitcoin 0.28.0-rc.1 - and it was done as `0.9.0-rc.1`. https://github.com/bitcoindevkit/rust-electrum-client/issues/63 However three days ago a `0.9.0` was released using `0.27.0`...

I noticed timeout parameter is not approximately equal to the time measured with the included test. timeout=1 -> elapsed 4s timeout=2 -> elapsed 6s timeout=3 -> elapsed 8s timeout=4-> elapsed...