Skip to content

Releases: bitcoin-core/HWI

1.2.1

26 Nov 02:44
Compare
Choose a tag to compare

Also available on PyPi and can be installed with pip install -U hwi

Fixed

  • Compatibility with Ledger Bitcoin app 1.5.1
  • BitBox02 unlocks during enumerate

1.2.1-rc.1

25 Nov 02:49
Compare
Choose a tag to compare
1.2.1-rc.1 Pre-release
Pre-release

Release Candidate 1 for HWI 1.2.1

1.2.0

09 Oct 20:01
Compare
Choose a tag to compare

Also available on PyPi and can be installed with pip install -U hwi

Added

  • BitBox02 Support
  • Multisig address display on Trezor with descriptors
  • Additional library type checking

Fixed

  • Fixed script type assignment for an input with a witness script but no witness utxo
  • Fixed signing multiple segwit input signing for Ledger Bitcoin App 1.4.0+
  • Fixed parsing of descriptors with origin but no fingerprint

1.2.0-rc.1

02 Oct 20:05
Compare
Choose a tag to compare
1.2.0-rc.1 Pre-release
Pre-release

Release Candidate 1 for HWI 1.2.0

1.1.2

29 Jun 15:36
Compare
Choose a tag to compare

Also available on PyPi and can be installed with pip install -U hwi

Added

  • UI for toggle passphrase
  • Multisig address display for Coldcard and Trezor

Fixed

  • Compatibility with Trezor firmware 1.9.1 and 2.3.0
  • Compatibility with Ledger Bitcoin App 1.4.0
  • Properly handle PSBTs containing both non_witness_utxo and witness_utxo

1.1.2-rc.2

23 Jun 15:42
Compare
Choose a tag to compare
1.1.2-rc.2 Pre-release
Pre-release

Release Candidate 2 for HWI 1.1.2.

1.1.1

02 Jun 04:40
Compare
Choose a tag to compare

Also available on PyPi and can be installed with pip install -U hwi

Fixed

  • Incorrect serialization of PSBTs containing final_scriptwitness
  • macOS Qt build
  • Installation on ARM systems (qt has been made into an optional extra)

1.1.1-rc.1

30 May 03:23
Compare
Choose a tag to compare
1.1.1-rc.1 Pre-release
Pre-release
release: bump to version 1.1.1-rc.1 and regenerate setup.py

1.1.0+mac.1

21 Apr 23:53
Compare
Choose a tag to compare

This is a fixed build of HWI Qt 1.1.0 for macOS. For builds for other systems, see the 1.1.0 Release.

1.1.0

20 Apr 22:44
Compare
Choose a tag to compare

Also available on PyPi and can be installed with pip install -U hwi

Added

  • hwi-qt GUI interface. Mirrors the CLI so that almost everything that can be done as a command an be done from a Qt GUI too.
  • Validated and completed multisig support for all devices. See feature matrix and device documentation for more information
  • Export mode with --expert switch. Currently available under expert mode:
    • Expanded getxpub details about the returned xpub.
  • Word count option in restore command
  • New togglepassphrase command to enable/disable passphrases on Trezor devices
  • --all option for getkeypool to get all descriptors for import

Fixed

  • Compatibility with Trezor firmware 1.9.0 and 2.3.0
  • Better error handling for some Bitbox01 errors
  • Fixed misnamed fields in Coldcard enumerate

Known issues

hwi-qt for macOS is incorrectly built and does not run. Please see 1.1.0+mac.1 for a corrected macOS build.