From: Steve Myers Date: Wed, 2 Mar 2022 05:00:56 +0000 (-0800) Subject: Merge branch 'master' into offline-address-cache X-Git-Tag: v0.17.0~4^2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.CodeLengthError.html?a=commitdiff_plain;h=4291f84d79d0952c5a78cee44378264e30614516;p=bdk Merge branch 'master' into offline-address-cache --- 4291f84d79d0952c5a78cee44378264e30614516 diff --cc CHANGELOG.md index d1aa052a,0c9f8927..4b35dd13 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@@ -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.