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

partially fixes [#1422](https://github.com/bitcoindevkit/bdk/issues/1422) ### Description It updates the rust-bitcoin to 0.32.0, the `bitcoin` crate dependency. _NOTE: The overall BDK update to `0.32.0` still requires and depends on some other crates,...

With rustls 0.23 there is no longer a dependency on ring, allowing easier compilation for various targets. Not super confident with my updates to `ServerCertVerifier` and `Der` of certificates (is...