From: Steve Myers Date: Wed, 23 Feb 2022 22:10:28 +0000 (-0800) Subject: Merge commit 'refs/pull/552/head' of github.com:bitcoindevkit/bdk X-Git-Tag: v0.17.0~6 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.CodeLengthError.html?a=commitdiff_plain;h=b23a0747b5152bda9adcbb9e90108bfe09d2ba7a;p=bdk Merge commit 'refs/pull/552/head' of github.com:bitcoindevkit/bdk --- b23a0747b5152bda9adcbb9e90108bfe09d2ba7a diff --cc CHANGELOG.md index 75801e01,e74e71b9..17bf1624 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@@ -6,10 -6,10 +6,13 @@@ 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`. + + ## [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.