fix(bdk_esplora): use get_blocks_infos instead of get_blocks#2141
Closed
oleonardolima wants to merge 1 commit intobitcoindevkit:release/chain-0.23.xfrom
Closed
Conversation
- bumps the `esplora-client` to `v0.12.3`. - use new `get_block_infos` instead of deprecated `get_blocks`.
Collaborator
Author
|
Oh, forgot how old MSRV was annoying, need to pin some deps. |
Member
|
Why don't we just include all changes from #2053? |
1 task
Member
|
I advice replacing this with #2148 |
Member
|
Closing in favor of #2148 |
oleonardolima
added a commit
that referenced
this pull request
Mar 11, 2026
…nd esplora-client 2ee48d7 fix(esplora): Bump `esplora-client` to `0.12.3` (志宇) af6791f ci: Fix `ci/pin-msrv.sh` (志宇) fb3e169 ci: Fix pin msrv for 1.75.0 (志宇) 8d2ca9b fix: remove panic from stop gap scan loop (Matthew) Pull request description: ### Description Backport of #2053, #2136. Also fixes CI MSRV issues. Replaces #2147 - Purely MSRV fixes still resulted in CI failure due to clippy. Replaces #2141 - Might as well include the whole PR backport. ### Changelog notice ```md Fixed: - Avoid a panic in the Esplora stop‑gap scan loop by tracking consecutive unused scripts to compute the gap boundary. - Bump `esplora_client` to `0.12.3` so that the `.get_block_infos` method is always available. ``` ### Checklists #### All Submissions: * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md) ACKs for top commit: luisschwab: ACK 2ee48d7 oleonardolima: ACK 2ee48d7 Tree-SHA512: 0f183e2b5ffc6629298f960f22e95020df58da98171c69e880afab5d57f337af240ff7ad97244f3f052d3b1a3fdd8a91543b5a943eeac2234de02672fc94d3f2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
It's basically a backport of #2130. It bumps the
esplora-clientversion, and replaces the usage of deprecatedget_blocks.Changelog notice
Checklists
All Submissions:
New Features:
Bugfixes: