Can be done in a follow up, but we can have a `populate_anchor_cache` method. This will speed things up even more for subsequent syncs. _Originally posted by @evanlinjin in https://github.com/bitcoindevkit/bdk/pull/1957#discussion_r2168070612_ ## To Do (`bdk`) - [ ] Add `BdkElectrumClient::populate_anchor_cache` - [ ] (Maybe) Convenient method on `TxGraph` - [ ] Update examples ## To Do (`bdk_wallet`) - [ ] Convenient method on `Wallet` - [ ] Update examples
Can be done in a follow up, but we can have a
populate_anchor_cachemethod. This will speed things up even more for subsequent syncs.Originally posted by @evanlinjin in #1957 (comment)
To Do (
bdk)BdkElectrumClient::populate_anchor_cacheTxGraphTo Do (
bdk_wallet)Wallet