Releases: BP-WG/descriptor-wallet
Descriptor Wallet v0.9.2
What's Changed
Improved command-line explorer:
- Transaction weight and fee information
- Parsing witness data for P2WPKH and P2WSH outputs
- Miniscript representation of scripts
- RBF information
- Additional mining information for some of electrum servers
- Coloring output
Full Changelog: v0.9.1...v0.9.2
Descriptor Wallet 0.9.1
Added bitcoin explorer command-line tool btc-expl
parsing taproot control blocks and other witness data structures.
Full Changelog: v0.9.0...v0.9.1
Descriptor Wallet 0.10.0-alpha.1
What's Changed
- Remove strict encoding by @dr-orlovsky in #69
- Update all dependencies by @dr-orlovsky in #70
- Remove dependency on commit_verify crate
Full Changelog: v0.9.0...v0.10.0-alpha.1
Descriptor Wallet 0.9.0
What's Changed
- Fix FromStr impl for Outer and InnerDescrType by @kaiwolfram in #42
- feat: add Dockerfile by @louneskmt in #44
- Fixes for OPRET commitment by @zoedberg in #48
- Fix Typo by @crisdut in #46
- update electrum-client to 0.11.0 by @zoedberg in #51
- fix test dependencies by @crisdut in #56
- Refactoring to the new bitcoin v0.29 and miniscript v9.0 APIs by @dr-orlovsky in #59
- Support to Regtest Address by @crisdut in #63
- Use AddressCompat to display address by @crisdut in #67
New Contributors
- @louneskmt made their first contribution in #44
- @zoedberg made their first contribution in #48
- @crisdut made their first contribution in #46
Full Changelog: v0.8.1...v0.9.0
v0.9.0-rc.1
What's Changed
Full Changelog: v0.9.0-alpha.1...v0.9.0-rc.1
v0.9.0-alpha.1
What's Changed
- Refactoring to the new bitcoin v0.29 and miniscript v9.0 APIs by @dr-orlovsky in #59
- Fix FromStr impl for Outer and InnerDescrType by @kaiwolfram in #42
- feat: add Dockerfile by @louneskmt in #44
- Fixes for OPRET commitment by @zoedberg in #48
- Fix Typo by @crisdut in #46
- update electrum-client to 0.11.0 by @zoedberg in #51
- fix test dependencies by @crisdut in #56
New Contributors
- @louneskmt made their first contribution in #44
- @zoedberg made their first contribution in #48
- @crisdut made their first contribution in #46
Full Changelog: v0.8.0...v0.9.0-alpha.1
v0.8.0
Full Changelog: v0.7.1...v0.8.0
v0.7.0
This release ships much improved Taproot support, including more convenient PSBT API, better derivations, and support for Taproot scripts. It is based on v0.6.0, but adds more than 150 commits of bugfixes and API improvements on top.
Full Changelog: v0.6.0...v0.7.0
v0.6.0
This release adds full taproot support, including descriptors, script-path spendings, PSBT constructing and signing.
What's Changed
- Use genesis block hash from rust-bitcoin by @KaiWitt in #21
- Remove regex and lazy static dependencies by @KaiWitt in #20
- Update LICENSE by @BTCparadigm in #25
- Linter fixes by @cryptoquick in #27
New Contributors
- @KaiWitt made their first contribution in #21
- @BTCparadigm made their first contribution in #25
- @cryptoquick made their first contribution in #27
Full Changelog: v0.4.1...v0.6.0
v0.5.0
- Uses rust-bitcoin 0.27 with base Taproot support
- Refactoring into multiple crates/libraries
- Multiple small improvements