From 0195bc0636d9a58013f0cbc3781d213b0cfc1509 Mon Sep 17 00:00:00 2001 From: rajarshimaitra Date: Fri, 11 Feb 2022 22:08:17 +0530 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a70b111..409bc50c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- 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.0] - [v0.15.0] - Disable `reqwest` default features. @@ -18,12 +21,6 @@ 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]