v0.12.0
Pre-release
Pre-release
This release of BDK adds support for SOCKS5 proxies in the EsploraBlockchain
and adds the new optional sqlite
feature to store cached wallet and blockchain data in a SQLite database. The miniscript/use-serde
feature was also activated to allow consumers of the BDK library to access it via the re-exported miniscript
crate.
You can find the full details in the changelog.
What's Changed
- Fix a small typo in log_progress() description by @romanz in #426
- Use ureq with default features by @rajarshimaitra in #432
- Fix imports in test macros by @luckysori in #428
- [CI] Fixed esplora blockchain tests in CI by @rajarshimaitra in #430
- Release/0.11.0 by @notmandatory in #434
- Fix
extract_policy()
onpk_h()
operands by @afilini in #438 - [rpc] rescan in chunks of 10_000 blocks by @RCasatta in #436
- [fix-build] Fix version of zeroize_derive < 1.2.0 by @LLFourn in #440
- [esplora] Support proxies in EsploraBlockchain by @afilini in #429
- Add use-serde feature by @luckysori in #442
- implement sqlite database by @johncantrell97 in #376
Full Changelog: v0.11.0...v0.12.0