[BREAKGLASS] Append-only mirror of github.com/mempool/rust-electrum-client
Go to file
Steve Myers 0b97659b38
Some checks failed
CI / Test (1.63.0) (push) Has been cancelled
CI / Test (stable) (push) Has been cancelled
CI / Rust fmt (push) Has been cancelled
CI / clippy_check (push) Has been cancelled
Merge bitcoindevkit/rust-electrum-client#141: Bump version to 0.21.0 and update CHANGELOG.md
4dd7e2135e Bump version to 0.21.0 and update CHANGELOG.md (Steve Myers)

Pull request description:

  Bumped crate version to 0.21.0 and added below to changelog:

  ## 0.21.0

   - Add use-rustls-ring feature #135
   - refactor: make validate_merkle_proof more efficient #134
   - chore: set rust edition to 2021, fix clippy, add ci fmt and clippy checks #139

  ## 0.20.0

  - Upgrade rustls to 0.23 #132
  - chore(deps): upgrade rust-bitcoin to 0.32.0 #133
  - ci: add test with MSRV 1.63.0 #128

ACKs for top commit:
  oleonardolima:
    ACK 4dd7e2135e
  ValuedMammal:
    ACK 4dd7e2135e

Tree-SHA512: 3fcec2fb437733eac235bccb1b9c8f6b706e7a713c71de85016adc93f7db128ca6eadb5e9d1d44df27f1b49cce139b222aa9c21343afcf25befdf80a47442e51
2024-08-06 16:04:34 -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 chore(ci): add fmt and clippy checks 2024-08-06 15:06:16 -05: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.