]> Untitled Git - bdk/commit
feat(chain): `SyncRequest` now uses `ExactSizeIterator`s
author志宇 <hello@evanlinjin.me>
Sat, 27 Apr 2024 12:40:08 +0000 (20:40 +0800)
committer志宇 <hello@evanlinjin.me>
Sat, 27 Apr 2024 12:40:08 +0000 (20:40 +0800)
commitc0374a0eeb155f1cb4f9d99223f6bc65d24f7df8
tree59fd97ea1a569bde4a440d158277a0f871805cd1
parent0f94f24aaf6374fe2d7c2abf32a870d3849fb8cc
feat(chain): `SyncRequest` now uses `ExactSizeIterator`s

This allows the caller to track sync progress.
crates/chain/src/spk_client.rs
example-crates/example_esplora/src/main.rs