Skip to content

Releases: BP-WG/descriptor-wallet

Descriptor Wallet v0.9.2

16 Apr 16:19
e3073e0
Compare
Choose a tag to compare

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

Screenshot 2023-04-16 at 18 18 47

Full Changelog: v0.9.1...v0.9.2

Descriptor Wallet 0.9.1

11 Apr 20:14
01057ed
Compare
Choose a tag to compare

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

24 Mar 21:14
643e1bb
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.9.0...v0.10.0-alpha.1

Descriptor Wallet 0.9.0

25 Jan 17:16
a5e8510
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.1...v0.9.0

v0.9.0-rc.1

25 Dec 20:59
Compare
Choose a tag to compare
v0.9.0-rc.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.9.0-alpha.1...v0.9.0-rc.1

v0.9.0-alpha.1

17 Nov 21:22
Compare
Choose a tag to compare
v0.9.0-alpha.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.0-alpha.1

v0.8.0

30 Jun 17:56
Compare
Choose a tag to compare

Full Changelog: v0.7.1...v0.8.0

v0.7.0

04 May 13:54
0d5560f
Compare
Choose a tag to compare

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

01 May 16:42
9175dfd
Compare
Choose a tag to compare

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

Full Changelog: v0.4.1...v0.6.0

v0.5.0

23 Nov 16:13
795fbd3
Compare
Choose a tag to compare
  • Uses rust-bitcoin 0.27 with base Taproot support
  • Refactoring into multiple crates/libraries
  • Multiple small improvements