A new release of BDK is out: v0.9.0 brings support for Bitcoin Core backends, more sanity checks and bugfixes.
What's Changed
- Remove redundant borrows by @tcharding in #363
- Use bitcoin's base64 feature for Psbts by @RCasatta in #366
- Bitcoin core RPC backend by @RCasatta in #348
- Merge the
v0.8.0
release branch by @afilini in #367 - Change blockchain tests to use bitcoind cookie authentication by @notmandatory in #368
- Make fee and timestamp in TransactionDetails Options by @RCasatta in #370
- Fix CHANGELOG by @afilini in #379
- Bump the CI stable version to
1.53
by @afilini in #380 - add Copy trait to Progress types by @jb55 in #377
- Rebase compact_filter branch on master by @rajarshimaitra in #381
- [wallet] Verify unconfirmed transactions after syncing by @afilini in #355
- Fix
descriptor!
macro whenand_or(...)
is used by @eupn in #385
New Contributors
Full Changelog: v0.8.0...v0.9.0