Most of the changes for this release are under the hood, primarily a restructure of the electrum/esplora sync logic and moving the function wallet_name_from_descriptor
from the rpc
to the wallet
module. The release also includes a version bump for electrsd
to 0.13
. See below for details and all the changes:
What's Changed
- Restructure electrum/esplora sync logic by @LLFourn in #461
- moving the function wallet_name_from_descriptor from blockchain/rpc.rs to wallet/mod.rs as it can be useful not only for rpc by @ulrichard in #471
- Update issue templates by @notmandatory in #477
- Fix typo in check_miniscript method declaration and use by @thunderbiscuit in #475
- release/0.14.0 by @notmandatory in #473
- Fix typos in comments by @thunderbiscuit in #478
- Use "Description" instead of "Descriptive Title" in SoB Issue Template by @rajarshimaitra in #487
- bump electrsd dep to 0.13 by @RCasatta in #492
- Only run clippy for the stable rust version by @notmandatory in #501
New Contributors
- @thunderbiscuit made their first contribution in #475
Full Changelog: v0.14.0...v0.15.0