[BREAKGLASS] Append-only mirror of github.com/mempool/rust-electrum-client
Go to file
valued mammal 1fcddcba9b
Merge bitcoindevkit/rust-electrum-client#155: feat: add id_from_pos support
a871b084ec feat: add `id_from_pos` support (Wei Chen)

Pull request description:

  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 `height`. Currently, there is no straightforward method to achieve this. By implementing the `id_from_pos` feature, we will effectively address this gap.

ACKs for top commit:
  oleonardolima:
    utACK a871b084ec
  ValuedMammal:
    ACK a871b084ec
  evanlinjin:
    ACK a871b084ec

Tree-SHA512: e8f1ab44473f67030b4f19e766fcee472b7cfc1dac6df8c9f0e08d966e0ed48289de03768771623b9fc7e7ef15dacdb7e3b26c04f9b0de7566d67cc7585a7fa6
2024-11-19 11:55:58 -05:00
.github/workflows chore(ci): add fmt and clippy checks 2024-08-06 15:06:16 -05:00
examples timeout() and socks() don't return Result 2022-09-13 09:27:03 +02:00
src feat: add id_from_pos support 2024-11-12 19:18:04 +08:00
.gitignore Release 0.1.0-beta.1 2020-02-06 18:15:22 +01:00
Cargo.toml Bump version to 0.21.0 and update CHANGELOG.md 2024-08-06 15:43:01 -05:00
CHANGELOG.md Bump version to 0.21.0 and update CHANGELOG.md 2024-08-06 15:43:01 -05:00
clippy.toml chore: fix clippy errors and set msrv to 1.63 2024-07-31 21:37:10 -05:00
LICENSE Initial commit 2020-02-06 17:54:27 +01:00
README.md ci: add test with MSRV 1.63.0 2024-05-27 12:56:17 -05:00

rust-electrum-client

Build Status Latest Version MSRV Badge

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