Summary
This release fixes slow sync time and big script_pubkeys table with SQLite, the wallet rescan height for the FullyNodedExport and setting the network for keys in the KeyMap when using descriptor templates. Also added are new blockchain and mnemonic examples.
Changelog
Fixed
- Slow sync time and big script_pubkeys table with SQLite.
- Wallet rescan height for the FullyNodedExport.
- Setting the network for keys in the KeyMap when using descriptor templates.
Added
- Examples for connecting to Esplora, Electrum Server, Neutrino and Bitcoin Core.
- Example for using a mnemonic in a descriptors.
What's Changed
- Fix wallet export rescan height by @LLFourn in #785
- Add code example for each supported backend by @w0xlt in #526
- fix: ensure the key network is updated in the KeyMap as well by @afilini in #800
- Add mnemonic_to_descriptors example by @vladimirfomene in #746
- Bump version to 0.25.0 by @notmandatory in #803
- Ensure there are no duplicated script_pubkeys in sqlite by @afilini in #806
Full Changelog: v0.24.0...v0.25.0