## [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.