github bitcoin-core/HWI 1.0.3

latest releases: 3.0.0, 3.0.0-rc.1, 2.4.0...
4 years ago

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

Added

  • Show all default values in help text
  • New getdescriptors command
  • Ledger Nano X validated and added

Changed

  • Minimum Python version for hwilib increased to 3.6
  • getkeypool now defaults --keypool. --no-keypool needs to be specified to not have "keypool": true in its output.

Fixed

  • Trezor One, Trezor T, and Keepkey connection on Windows 10
  • Better distinguishing between Keepkeys and Trezors

Reproducibility Notes

  • Requires Cython 0.29.13 and poetry 0.12.17
  • Apply the following diff to reproduce this release:
diff --git a/contrib/build_bin.sh b/contrib/build_bin.sh
index e7b550a..ebf235b 100755
--- a/contrib/build_bin.sh
+++ b/contrib/build_bin.sh
@@ -4,9 +4,10 @@
 eval "$(pyenv init -)"
 eval "$(pyenv virtualenv-init -)"
 pip install -U pip
-pip install poetry
+pip install poetry==0.12.17
 
 # Setup poetry and install the dependencies
+poetry run pip install cython==0.29.13
 poetry install
 
 # We now need to remove debugging symbols and build id from the hidapi SO file
diff --git a/contrib/build_wine.sh b/contrib/build_wine.sh
index b441be0..7e283d0 100755
--- a/contrib/build_wine.sh
+++ b/contrib/build_wine.sh
@@ -58,7 +58,7 @@ popd
 $PYTHON -m pip install -U pip
 
 # Install Poetry and things needed for pyinstaller
-$PYTHON -m pip install poetry
+$PYTHON -m pip install poetry==0.12.17
 
 # We also need to change the timestamps of all of the base library files
 lib_dir=~/.wine/drive_c/python3/Lib

Don't miss a new HWI release

NewReleases is sending notifications on new releases.