bitcoindevkit / rust-esplora-client

Bitcoin Esplora API client library. Supports plaintext, TLS and Onion servers. Blocking or async.
MIT License
29 stars 44 forks source link

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

Closed oleonardolima closed 5 months ago

oleonardolima commented 5 months ago

partially fixes #1422

Description

It updates the rust-bitcoin to 0.32.0, the bitcoincrate dependency and electrsd to 0.28.0.

NOTE: The overall BDK update to 0.32.0 still requires and depends on some other crates, please refer to #1422.

Notes to the reviewers

It's open for any comments.

Changelog notice

Checklists

All Submissions:

New Features:

Bugfixes:

tcharding commented 5 months ago

FWIW the PR description is stale, all the upgrades upto and including miniscript are done now (including bitcoind).

notmandatory commented 5 months ago

Thanks! LGTM, just need to remove the patches after I get rust-electrum-client published and then it should be ready to go.

coveralls commented 5 months ago

Pull Request Test Coverage Report for Build 9287739329

Details


Totals Coverage Status
Change from base Build 8380749059: 0.0%
Covered Lines: 959
Relevant Lines: 1134

💛 - Coveralls
notmandatory commented 5 months ago

I just published electrum-client 0.20.0: https://crates.io/crates/electrum-client/0.20.0

notmandatory commented 5 months ago

The electrsd 0.28.0 crate with rust-electrum-client 0.20 is published so should be able to wrap up this PR. https://crates.io/crates/electrsd/0.28.0

oleonardolima commented 5 months ago

The electrsd 0.28.0 crate with rust-electrum-client 0.20 is published so should be able to wrap up this PR. https://crates.io/crates/electrsd/0.28.0

Great! I removed the patch, reworded the commit and the description, should be ready to go now.