[BREAKGLASS] Append-only mirror of github.com/mempool/rust-electrum-client
Go to file
Alekos Filini 129081999c
Merge bitcoindevkit/rust-electrum-client#88: timeout() and socks() don't return Result
561db261d3 `timeout()` and `socks()` don't return Result (Riccardo Casatta)

Pull request description:

  The `Result` was necessary in the past because they couldn't both be set,
  this is not true anymore after 7493630ed8

ACKs for top commit:
  afilini:
    ACK 561db261d3

Tree-SHA512: 7654cfbbc7beac6acec786060e373bbc046e1dae0faf2b2ca1df33121e9e92a8f4950c7f8775e44226a62483aeae41c76162cf037ce38137c44d2fedd38560c8
2022-09-13 18:36:59 +02:00
.github/workflows Add a test for connection timeouts 2021-02-22 14:51:25 +01:00
examples timeout() and socks() don't return Result 2022-09-13 09:27:03 +02:00
src timeout() and socks() don't return Result 2022-09-13 09:27:03 +02:00
.gitignore Release 0.1.0-beta.1 2020-02-06 18:15:22 +01:00
Cargo.toml Bump version to 0.12.0 2022-09-05 11:31:47 +02:00
LICENSE Initial commit 2020-02-06 17:54:27 +01:00
README.md Update build badge to use GitHub badge 2022-07-24 15:46:34 +02:00

rust-electrum-client Build Status Latest Version

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