Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | accounts/usbwallet, vendor: switch from HID to generic USB lib | Péter Szilágyi | 2019-06-04 | 1 | -2/+0 |
| | |||||
* | accounts/usbwallet: recreate Trezor protocol, support old and new | Péter Szilágyi | 2019-06-03 | 1 | -2/+11 |
| | |||||
* | accounts/usbwallet: support webusb for Trezor wallets | Guillaume Ballet | 2019-06-03 | 1 | -0/+2 |
| | |||||
* | accounts/usbwallet: fix a comment typo in trezor driver (#19535) | Guillaume Ballet | 2019-05-08 | 1 | -1/+1 |
| | |||||
* | accounts/usbwallet/trezor: expose protobuf package (#17980) | benma | 2019-01-26 | 1 | -1/+1 |
| | | | | | | | | | | When some of the same messages are redefined anywhere in a Go project, the protobuf package panics (see https://github.com/golang/protobuf/issues/178). Since this package is internal, there is no way to work around it, as one cannot use it directly, but also cannot define the same messages. There is no downside in making the package accessible. | ||||
* | accounts/usbwallet: support trezor passphrases (#16503) | Nimrod Gutman | 2019-01-24 | 1 | -19/+45 |
| | | | | | | | When opening the wallet, ask for passphrase as well as for the PIN and return the relevant error (PIN/passphrase required). Open must then be called again with either PIN or passphrase to advance the process. This also updates the console bridge to support passphrase authentication. | ||||
* | accounts/usbwallet: simplify code using -= operator (#17904) | Evgeny | 2018-10-16 | 1 | -1/+1 |
| | |||||
* | all: switch gas limits from big.Int to uint64 | Péter Szilágyi | 2018-01-03 | 1 | -1/+1 |
| | |||||
* | accounts: refactor API for generalized USB wallets | Péter Szilágyi | 2017-08-09 | 1 | -0/+330 |