HWI icon indicating copy to clipboard operation
HWI copied to clipboard

Bitcoin Hardware Wallet Interface

Results 89 HWI issues
Sort by recently updated
recently updated
newest added

Hi, having issues with HWI on Ubuntu 18.04.6 LTS and Trezor T and HWI 2.1.1. Observe: ``` /tmp/hwi-2.1.12097600960383665175.tmp --version hwi-2.1.12097600960383665175.tmp 2.1.1 /tmp/hwi-2.1.12097600960383665175.tmp enumerate Please confirm action on your Trezor device...

* add Tapsigner to HWI * add Tapsigner simulator * testing * adjust README.md in tests

Hi tl;dr: can HWI drop support for Python 3.6 to be in line with the up to date protobuf package version, [which also dropped support for Python 3.6](https://github.com/protocolbuffers/protobuf/releases/tag/v3.20.0)? Also, Python...

When HWI experiences a crash (which can happen for example when Ledger Live is also running), pyinstaller fails to delete the temporary directory it creates when expanding `hwi` into a...

P2SH outputs that are multisigs that belong to the wallet should be PAYTOMULTISIG Fixes #624

Unchained Capital uses two unusual derivation paths when creating their standard P2SH 2-of-3 multisig wallets: `m/45'/0/0/0` and `m/45'/0'/0'/0`. These derivation paths cause HWI to return an error when attempting to...

#397 was resolved by using macOS 10.13 for making the release builds. However when making 2.1.0-rc.1, I ran into issues with using 10.13 and 10.14 for the release. rc1 was...

mac

partially reverts #581 implements unverified external inputs for Trezor, per https://github.com/trezor/trezor-firmware/blob/master/docs/common/communication/bitcoin-signing.md#external-inputs Unit tests are passing for me locally, except big_tx in the newly added test suite, but that's bitcoincore complaining...

trezor one
trezor t

While at https://github.com/bitcoin-core/HWI/pull/409 and https://github.com/bitcoin-core/HWI/pull/410 I just couldn't resist to try and improve some pythonic readability. Namely, I - converted for loop into call to sum() - inlined variable that...