]> Untitled Git - bdk/commit
Add SyncOptions as the second argument to Wallet::sync
authorLLFourn <lloyd.fourn@gmail.com>
Thu, 27 Jan 2022 05:52:53 +0000 (16:52 +1100)
committerLLFourn <lloyd.fourn@gmail.com>
Thu, 24 Feb 2022 09:39:00 +0000 (20:39 +1100)
commit410a51355bb47dbf3401cbe6f19546255c6721e0
tree2b5cf7cacceba3c4f308a5617bbe598773be7019
parent326bfe82a89eaa79acf90c34442234c7e53e1caf
Add SyncOptions as the second argument to Wallet::sync

The current options are awkward and it would be good if we could
introduce more in the future without breaking changes.
13 files changed:
CHANGELOG.md
README.md
examples/compact_filters_balance.rs
src/blockchain/any.rs
src/blockchain/compact_filters/mod.rs
src/blockchain/electrum.rs
src/blockchain/esplora/reqwest.rs
src/blockchain/esplora/ureq.rs
src/blockchain/mod.rs
src/blockchain/rpc.rs
src/lib.rs
src/testutils/blockchain_tests.rs
src/wallet/mod.rs