Skip to content

Tags: bitcoindevkit/rust-esplora-client

Tags

v0.12.1

Toggle v0.12.1's commit message

Verified

This tag was signed with the committer’s verified signature.
oleonardolima Leonardo L.
Release 0.12.1

- fix(ci,msrv): pin `tracing-core`, `parking_lot`, `lock_api` deps, and
  fix clippy warnings #130
- docs: fix cargo doc builds when non-default features selected #129
- deps: update `electrsd` to `0.33.0` #120

v0.12.0

Toggle v0.12.0's commit message

Verified

This tag was signed with the committer’s verified signature.
Release 0.12.0

- deps: update reqwest to 0.12 #118

v0.11.0

Toggle v0.11.0's commit message

Verified

This tag was signed with the committer’s verified signature.
Release 0.11.0

- ci: pin `indexmap` to 2.5.0 #110
- Add `get_address_stats` and `get_address_txns` endpoints #104
- Remove async std dependency  #103
- Disallow empty blocks response #113
- chore: bump version to 0.11.0 #112

v0.10.0

Toggle v0.10.0's commit message

Verified

This tag was signed with the committer’s verified signature.
Release 0.10.0

- fix(ci): pin tokio to 1.38.1 on MSRV step by @oleonardolima in #94
- Don't return 1.0 feerate if none is found by convert_fee_rate by @ValuedMammal in #90
- chore: upgrade and bump some CI dependencies by @oleonardolima in #95
- fix(ci): code coverage actions/upload-artifact version by @oleonardolima in #96
- refactor(async): refactoring async client and minor documentation improvements by @oleonardolima in #93
- Implement retryable calls by @ValuedMammal in #98
- fix(blocking): get_with_retry is private method by @ValuedMammal in #100

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was signed with the committer’s verified signature.
evanlinjin 志宇
Merge #88: chore: bump version to 0.9.0

0cca85d chore: bump version to 0.9.0 (志宇)

Pull request description:

ACKs for top commit:
  evanlinjin:
    self-ACK 0cca85d
  oleonardolima:
    ACK 0cca85d

Tree-SHA512: 3339bea2ecc4aae77efd394fa9f52b02aa1c8c45f4acd94086dbf2487d89f24f1f543728859b5a8953d09d4a8569b06e4483c16075802823aa34c1f7a26af700

v0.8.0

Toggle v0.8.0's commit message

Verified

This tag was signed with the committer’s verified signature.
notmandatory Steve Myers
Release 0.8.0

- chore(deps): upgrade rust-bitcoin to 0.32.0. #85

v0.7.0

Toggle v0.7.0's commit message

Verified

This tag was signed with the committer’s verified signature.
notmandatory Steve Myers
Release 0.7.0

 - Propagate errors from Esplora backends by @vladimirfomene in #58
 - docs: Fixed typo in Cargo.toml example by @bjorn in #56
 - ci: change MSRV to 1.63.0 by @notmandatory in #69
 - cargo: set rust-version to 1.63.0 by @notmandatory in #70
 - Bump electrsd to 0.26 + bitcoind_25_0 and fix msrv errors by @notmandatory in #76
 - Upgrade bitcoin to v0.31 by @tcharding in #79
 - Replace ureq with minreq for blocking by @tnull in #75
 - fix: change target's type in fee estimate map by @vladimirfomene in #65
 - add http header support by @johncantrell97 in #66
 - fix hex dependency version, set to 0.2.0 by @notmandatory in #82

v0.6.0

Toggle v0.6.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
vladimirfomene Mayemene Fomene Jean Vladimir
- Pin base64 to 0.21.0 to keep the 1.57.0 MSRV

- Unpin base64
- Upgrade bitcoin to v0.30.0

v0.5.0

Toggle v0.5.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
vladimirfomene Mayemene Fomene Jean Vladimir
Release 0.5.0

- Fix build-test workflow cache step #42
- fix: expose TLS backend choice in features #44
- feat(api): expose bitcoin types for the API #45
- bugfix: GET /tx/:txid/status is not Option #46

v0.4.0

Toggle v0.4.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
vladimirfomene Mayemene Fomene Jean Vladimir
Release 0.4.0

Test against stable and MSRV Rust versions. #36
Leave rust-bitcoin compilation flags untouched #39
Fix build-test workflow cache step #42