[BREAKGLASS] Append-only mirror of github.com/mempool/rust-electrum-client
Go to file
Alekos Filini d26dfd7f54
Merge bitcoindevkit/rust-electrum-client#100: Implement batch call for script subscribe
40cecd5010 Use Borrow for all items in IntoIterator (Riccardo Casatta)
bf2f8ef2e5 script_subscribe IntoIterator accepts Borrow<&Script> (Riccardo Casatta)
156e6fc839 Implement batch call for script subscribe (Riccardo Casatta)

Pull request description:

  script_subscribe call hasn't the batch counterpart which may be convenient for multiple subsequent subscribe.

ACKs for top commit:
  afilini:
    ACK 40cecd5010

Tree-SHA512: 26a3ebb9d1267a224c85b765cf793523771bf7e74990dd804a35693bfebc549f7524214725092eac2276f22cd24eafc72270986549ac02f52641db83fcb71324
2023-04-06 10:07:20 +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 Use Borrow for all items in IntoIterator 2023-03-22 17:05:02 +01:00
.gitignore Release 0.1.0-beta.1 2020-02-06 18:15:22 +01:00
Cargo.toml Bump to v0.13.0 2023-03-11 11:41:19 +01: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.