From: Riccardo Casatta Date: Mon, 26 Jul 2021 14:30:34 +0000 (+0200) Subject: update CHANGELOG.md X-Git-Tag: 0.10.0~10^2~1 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/enum.DecodePaddingMode.html?a=commitdiff_plain;h=fd254536d3f5d79c7f543e76bcaa1ee9c9f0cc6b;p=bdk update CHANGELOG.md --- diff --git a/CHANGELOG.md b/CHANGELOG.md index fbe0c697..d94f0526 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- Added `RpcBlockchain` in the `AnyBlockchain` struct to allow using Rpc backend where `AnyBlockchain` is used (eg `bdk-cli`) + ### Wallet - Removed and replaced `set_single_recipient` with more general `drain_to` and replaced `maintain_single_recipient` with `allow_shrinking`.