From: rajarshimaitra Date: Thu, 16 Dec 2021 17:16:44 +0000 (+0530) Subject: Update changelog X-Git-Tag: v0.17.0~7^2~7 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/%22example_cli/enum.Commands.html/struct.ChainCode.html?a=commitdiff_plain;h=61a95d0d15b9944e8b5d13db64ef6ffd9a8d6e29;p=bdk Update changelog --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f7dece9..4a70b111 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Overhauled sync logic for electrum and esplora. - Unify ureq and reqwest esplora backends to have the same configuration parameters. This means reqwest now has a timeout parameter and ureq has a concurrency parameter. - Fixed esplora fee estimation. +- Fixed generating WIF in the correct network format. +- Disable `reqwest` default features. +- Added `reqwest-default-tls` feature: Use this to restore the TLS defaults of reqwest if you don't want to add a dependency to it in your own manifest. +- Removed default verification from `wallet::sync`. `sync` verification is added only for `electrum` and +`esplora` blockchains. No `sync` verification for `rpc`. `verify_tx()` is refactored as an wallet api. +`verify` flag removed from `TransactionDetails`. ## [v0.14.0] - [v0.13.0]