]> Untitled Git - bdk/commit
fix: improve more docs and more refactoring
author志宇 <hello@evanlinjin.me>
Sat, 22 Jul 2023 11:42:12 +0000 (19:42 +0800)
committer志宇 <hello@evanlinjin.me>
Fri, 28 Jul 2023 03:37:17 +0000 (11:37 +0800)
commitdb15e03bdce78c6321f906f390b10b3d9e7501b2
treedd7827bb450a892e8afe4f9efada311116690302
parent95312d4d05618b4c464acc0fdff49fb17405ec88
fix: improve more docs and more refactoring

Thank you @vladimirfomene for these suggestions.

* Rename `LocalUpdate::keychain` to `LocalUpdate::last_active_indices`.
* Change docs for `CheckPoint` to be more descriptive.
* Fix incorrect logic in `update_local_chain` for `EsploraExt` and
  `EsploraAsyncExt`.
crates/bdk/src/wallet/mod.rs
crates/chain/src/keychain.rs
crates/chain/src/local_chain.rs
crates/chain/tests/test_local_chain.rs
crates/electrum/src/electrum_ext.rs
crates/esplora/src/async_ext.rs
example-crates/example_electrum/src/main.rs
example-crates/wallet_esplora/src/main.rs
example-crates/wallet_esplora_async/src/main.rs