aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/usbwallet/trezor.go
Commit message (Collapse)AuthorAgeFilesLines
* accounts/usbwallet, vendor: switch from HID to generic USB libPéter Szilágyi2019-06-041-2/+0
|
* accounts/usbwallet: recreate Trezor protocol, support old and newPéter Szilágyi2019-06-031-2/+11
|
* accounts/usbwallet: support webusb for Trezor walletsGuillaume Ballet2019-06-031-0/+2
|
* accounts/usbwallet: fix a comment typo in trezor driver (#19535)Guillaume Ballet2019-05-081-1/+1
|
* accounts/usbwallet/trezor: expose protobuf package (#17980)benma2019-01-261-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 Gutman2019-01-241-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)Evgeny2018-10-161-1/+1
|
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-031-1/+1
|
* accounts: refactor API for generalized USB walletsPéter Szilágyi2017-08-091-0/+330