[BREAKGLASS] Append-only mirror of github.com/mempool/rust-electrum-client
Go to file
Leonardo Lima 74ac97cfe4
feat: add batch_transaction_get_merkle
- adds the new batch method for `blockchain.transaction.get_merkle`.
- adds a new test for `batch_transaction_get_merkle` with 3 different
  txids and block_heights.
2025-07-14 11:09:00 -03:00
.github/workflows ci: use ubuntu-latest instead of ubuntu-20.04 2025-04-17 17:30:39 -03:00
examples timeout() and socks() don't return Result 2022-09-13 09:27:03 +02:00
src feat: add batch_transaction_get_merkle 2025-07-14 11:09:00 -03:00
.gitignore Release 0.1.0-beta.1 2020-02-06 18:15:22 +01:00
Cargo.toml chore(release): bump version to 0.23.1 2025-04-17 17:30:39 -03:00
CHANGELOG.md chore(release): bump version to 0.23.1 2025-04-17 17:30:39 -03:00
clippy.toml ci(msrv): bump rust MSRV to 1.75 2025-01-20 13:57:25 -03:00
LICENSE Initial commit 2020-02-06 17:54:27 +01:00
README.md ci(msrv): bump rust MSRV to 1.75 2025-01-20 13:57:25 -03:00

rust-electrum-client

Build Status Latest Version MSRV Badge

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

Minimum Supported Rust Version (MSRV)

This library should compile with any combination of features with Rust 1.75.0.