From: Steve Myers Date: Thu, 19 Aug 2021 17:55:24 +0000 (+0200) Subject: Merge branch 'release/0.10.0' X-Git-Tag: v0.11.0~7 X-Git-Url: http://internal-gitweb-vhost/%22https:/parse/scripts/database/-script/-debug/struct.CommandString.html?a=commitdiff_plain;h=38d1d0b0e29d38cd370c740d798d96a3c9fcaa1f;p=bdk Merge branch 'release/0.10.0' --- 38d1d0b0e29d38cd370c740d798d96a3c9fcaa1f diff --cc CHANGELOG.md index 48440aea,3591bb24..5122e569 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@@ -6,9 -6,10 +6,11 @@@ and this project adheres to [Semantic V ## [Unreleased] + ## [v0.10.0] - [v0.9.0] + - Added `RpcBlockchain` in the `AnyBlockchain` struct to allow using Rpc backend where `AnyBlockchain` is used (eg `bdk-cli`) - Removed hard dependency on `tokio`. +- Added `flush` method to the `Database` trait to explicitly flush to disk latest changes on the db. ### Wallet