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 45 rust-electrum-client issues
Sort by recently updated
recently updated
newest added

This PR introduces the `blockchain.transaction.id_from_pos` feature from Electrum. This functionality is essential for an ongoing implementation in `bdk_electrum`, which requires retrieving the coinbase transaction from a block at a specified...

Not a `u8` of seconds. When you get the timeout it returns a Duration. Taking one would make more sense.

.. while it's still magical, the URLs seem to be outdated ..

There is way too much feature gating logic to me. 1. We shouldn't have a method like `new_proxy_ssl`, just have a single method that starts an electrum TLS connection given...

new feature