Update Rust crate bdk_electrum to 0.21.0 - autoclosed #47
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.20.1
->0.21.0
Release Notes
bitcoindevkit/bdk (bdk_electrum)
v0.21.0
: Release 0.21.0Highlights of this released are the new
Wallet::get_balance()
which returns a detailed breakdown of how much funds are trusted, untrusted or immature and a completely rewrittenRpcBlockchain
which removes some of the limitations of the previous implementation. This release also contains many bug fixes and general improvements related to the coin selection and more broadly the transaction creation logic. A big thanks to our past and latest new contributors. See below for all the details.What's Changed
get_checksum_bytes
method and improvements by @evanlinjin in https://github.com/bitcoindevkit/bdk/pull/671fee_amount
calculation increate_tx
by @danielabrozzoni in https://github.com/bitcoindevkit/bdk/pull/666electrsd/bitcoind_22_0
toexample\rpcwallet
target by @w0xlt in https://github.com/bitcoindevkit/bdk/pull/681fee_amount
andamount_needed
by @csralvall in https://github.com/bitcoindevkit/bdk/pull/662RpcBlockchain
by @evanlinjin in https://github.com/bitcoindevkit/bdk/pull/683New Contributors
Full Changelog: bitcoindevkit/bdk@v0.20.0...v0.21.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.