]> Untitled Git - bdk/commit
refactor(esplora_ext): rename scan_txs to sync and scan_txs_with_keychains to full_scan
authorSteve Myers <steve@notmandatory.org>
Thu, 7 Dec 2023 03:21:02 +0000 (21:21 -0600)
committerSteve Myers <steve@notmandatory.org>
Fri, 5 Jan 2024 21:32:20 +0000 (15:32 -0600)
commitde54e710ed04e3cb1632cf99dbc1c6f2374b0c6e
tree0fd3d606dfd114de4294fadb0a3e804e1d6f55b9
parent95d34854f46fd154eed35008954b25b82785b2d8
refactor(esplora_ext): rename scan_txs to sync and scan_txs_with_keychains to full_scan

removed txids and outpoints params from full_scan
crates/chain/src/lib.rs
crates/esplora/src/async_ext.rs
crates/esplora/src/blocking_ext.rs
crates/esplora/src/lib.rs
crates/esplora/tests/async_ext.rs
crates/esplora/tests/blocking_ext.rs
example-crates/example_esplora/src/main.rs
example-crates/wallet_esplora_async/src/main.rs
example-crates/wallet_esplora_blocking/src/main.rs