rust-esplora-client icon indicating copy to clipboard operation
rust-esplora-client copied to clipboard

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

Open oleonardolima opened this issue 9 months ago • 0 comments

partially fixes #1422

Description

It updates the rust-bitcoin to 0.32.0, the bitcoin crate dependency.

The rust-esplora-client also depends on the electrsd as a dev dependency, which depends on bitcoind, which still undergoing the bump and upgrade of bitcoin dependency, refer to both https://github.com/RCasatta/electrsd/pull/79 https://github.com/rust-bitcoin/bitcoind/pull/163

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

  • Update the bitcoin crate dependency to 0.32.0

Checklists

All Submissions:

  • [x] I've signed all my commits
  • [x] I followed the contribution guidelines
  • [x] I ran cargo fmt and cargo clippy before committing

New Features:

  • [ ] I've added tests for the new feature
  • [ ] I've added docs for the new feature

Bugfixes:

  • [ ] This pull request breaks the existing API
  • [ ] I've added tests to reproduce the issue which are now passing
  • [ ] I'm linking the issue being fixed by this PR

oleonardolima avatar May 03 '24 21:05 oleonardolima