From: Alekos Filini Date: Fri, 16 Jul 2021 09:23:17 +0000 (+0200) Subject: Merge commit 'refs/pull/371/head' of github.com:bitcoindevkit/bdk X-Git-Tag: 0.10.0~18 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/struct.EncoderStringWriter.html?a=commitdiff_plain;h=77379e926225e82dc41eeba63cb481ae050bc693;p=bdk Merge commit 'refs/pull/371/head' of github.com:bitcoindevkit/bdk --- 77379e926225e82dc41eeba63cb481ae050bc693 diff --cc CHANGELOG.md index 12c38de4,06bcf981..02f66d0b --- a/CHANGELOG.md +++ b/CHANGELOG.md @@@ -6,12 -6,11 +6,16 @@@ and this project adheres to [Semantic V ## [Unreleased] + ### Wallet + ++- Removed and replaced `set_single_recipient` with more general `drain_to` and replaced `maintain_single_recipient` with `allow_shrinking`. ++ +## [v0.9.0] - [v0.8.0] + +### Wallet - #### Added - - Bitcoin core RPC added as blockchain backend - - Add a `verify` feature that can be enable to verify the unconfirmed txs we download against the consensus rules ++ + - Added Bitcoin core RPC added as blockchain backend + - Added a `verify` feature that can be enable to verify the unconfirmed txs we download against the consensus rules -- Removed and replaced `set_single_recipient` with more general `drain_to` and replaced `maintain_single_recipient` with `allow_shrinking`. ## [v0.8.0] - [v0.7.0]