chore(bdk-electrum): use new batch_transaction_get_merkle API#1989
Merged
oleonardolima merged 1 commit intoAug 4, 2025
Conversation
oleonardolima
force-pushed
the
feat/use-batch-transaction-get-merkle-api
branch
from
July 4, 2025 18:51
819dc0c to
befb094
Compare
2 tasks
oleonardolima
force-pushed
the
feat/use-batch-transaction-get-merkle-api
branch
2 times, most recently
from
July 24, 2025 18:27
c9899cc to
f3d635a
Compare
oleonardolima
force-pushed
the
feat/use-batch-transaction-get-merkle-api
branch
2 times, most recently
from
August 1, 2025 12:59
3372463 to
5e2615f
Compare
oleonardolima
marked this pull request as ready for review
August 1, 2025 13:02
ValuedMammal
reviewed
Aug 1, 2025
oleonardolima
force-pushed
the
feat/use-batch-transaction-get-merkle-api
branch
from
August 1, 2025 17:13
5e2615f to
a464886
Compare
ValuedMammal
reviewed
Aug 2, 2025
- removes the now unused `serde_json` dependency from `bdk_electrum`. - update `batch_fetch_anchors` to use `batch_transaction_get_merkle` method instead of manually creating the batch call.
oleonardolima
force-pushed
the
feat/use-batch-transaction-get-merkle-api
branch
from
August 2, 2025 18:08
a464886 to
b663940
Compare
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.
fixes #1987
depends on bitcoindevkit/rust-electrum-client#170
Description
batch_fetch_anchorsto usebatch_transaction_get_merklemethod instead of manually creating the batch call.Changelog notice
Checklists
All Submissions:
cargo +nightly fmtandcargo clippybefore committing