Describe the bug
The bdk keychain tracker will get wiped when we do a sync that does not have any updates (no new or updated txs). This makes it so we need to do a full sync every time the wallet is opened and wastes a lot of resources.
Build environment
- BDK tag/commit: bdk alpha1
- OS+version: wasm
- Rust/Cargo version: nightly
- Rust/Cargo target: wasm32-unknown-unknown
Additional context
this happened with our previous full sync and the new just checking unused addresses sync
Describe the bug
The bdk keychain tracker will get wiped when we do a sync that does not have any updates (no new or updated txs). This makes it so we need to do a full sync every time the wallet is opened and wastes a lot of resources.
Build environment
Additional context
this happened with our previous full sync and the new just checking unused addresses sync