]> Untitled Git - bdk/commitdiff
Merge branch 'master' into offline-address-cache
authorSteve Myers <steve@notmandatory.org>
Wed, 2 Mar 2022 05:00:56 +0000 (21:00 -0800)
committerSteve Myers <steve@notmandatory.org>
Wed, 2 Mar 2022 05:00:56 +0000 (21:00 -0800)
1  2 
CHANGELOG.md
src/wallet/mod.rs

diff --cc CHANGELOG.md
index d1aa052ab38ece2110534960f0ed37b8c655ba3d,0c9f8927fed9221e718b75c07183106f4b6269da..4b35dd130324c492ed64660e2591015c4a576912
@@@ -6,11 -6,14 +6,15 @@@ and this project adheres to [Semantic V
  
  ## [Unreleased]
  
- - Pin tokio dependency version to ~1.14 to prevent errors due to their new MSRV 1.49.0
  - Removed default verification from `wallet::sync`. sync-time verification is added in `script_sync` and is activated by `verify` feature flag.
  - `verify` flag removed from `TransactionDetails`.
+ - Add `get_internal_address` to allow you to get internal addresses just as you get external addresses.
 +- added `ensure_addresses_cached` to `Wallet` to let offline wallets load and cache addresses in their database
  
+ ## [v0.16.1] - [v0.16.0]
+ - Pin tokio dependency version to ~1.14 to prevent errors due to their new MSRV 1.49.0
  ## [v0.16.0] - [v0.15.0]
  
  - Disable `reqwest` default features.
Simple merge