Commit a09f12a
committed
Merge #1989: chore(bdk-electrum): use new
b663940 chore(bdk-electrum): use new `batch_transaction_get_merkle` API (Leonardo Lima)
Pull request description:
fixes #1987
depends on bitcoindevkit/rust-electrum-client#170
### Description
- update `batch_fetch_anchors` to use `batch_transaction_get_merkle` method instead of manually creating the batch call.
### Changelog notice
```md
### Changes
- Use new `batch_transaction_get_merkle` method instead of batch raw calls
```
### Checklists
#### All Submissions:
* [x] I've signed all my commits
* [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md)
* [x] I ran `cargo +nightly fmt` and `cargo clippy` before committing
ACKs for top commit:
ValuedMammal:
ACK b663940
LagginTimes:
ACK b663940
Tree-SHA512: 8c08bcaf99bb65098015995eae67c710fbe2f8e76d47796aebbfba1c5a1c78174023be3cb21299e4c820d156110742c9e85819c253dcf9bc3e1fa1621ca35378batch_transaction_get_merkle API2 files changed
+5
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
506 | 506 | | |
507 | 507 | | |
508 | 508 | | |
509 | | - | |
510 | | - | |
511 | | - | |
512 | | - | |
513 | | - | |
514 | | - | |
515 | | - | |
516 | | - | |
517 | | - | |
518 | | - | |
519 | | - | |
520 | | - | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
521 | 512 | | |
522 | 513 | | |
523 | | - | |
524 | | - | |
525 | | - | |
| 514 | + | |
526 | 515 | | |
527 | 516 | | |
528 | 517 | | |
| |||
0 commit comments