aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/usbwallet/ledger_wallet.go
Commit message (Expand)AuthorAgeFilesLines
* accounts: refactor API for generalized USB walletsPéter Szilágyi2017-08-091-898/+0
* accounts, console, internal: support trezor hardware walletPéter Szilágyi2017-08-091-9/+4
* accounts/usbwallet: if a confirmation is pending, skip refreshPéter Szilágyi2017-03-231-2/+8
* accounts/usbwallet: fix Ledger hidapi/libusb protocol violationPéter Szilágyi2017-03-231-0/+6
* all: import "context" instead of "golang.org/x/net/context"Felix Lange2017-03-231-1/+1
* Merge pull request #3723 from karalabe/logger-updates-2Péter Szilágyi2017-02-281-13/+13
|\
| * all: next batch of log polishes to contextual versionsPéter Szilágyi2017-02-281-13/+13
* | all: unify big.Int zero checks, use common/math in more places (#3716)Felix Lange2017-02-281-1/+1
|/
* accounts, eth/downloader: use "err" instead of "error" in logsPéter Szilágyi2017-02-271-5/+5
* accounts, cmd: port packages over to the new logging systemPéter Szilágyi2017-02-231-12/+15
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-18/+14
* accounts/usbwallet, vendor: use hidapi instead of libusb directlyPéter Szilágyi2017-02-171-75/+22
* accounts: ledger and HD review fixesPéter Szilágyi2017-02-131-33/+35
* accounts/usbwallet: detect and report in Ledger is in browser modePéter Szilágyi2017-02-131-4/+17
* accounts/usbwallet: make wallet responsive while Ledger is busyPéter Szilágyi2017-02-131-151/+309
* accounts/usbwallet: Ledger teardown on health-check failurePéter Szilágyi2017-02-131-4/+29
* accounts, cmd, internal, node: implement HD wallet self-derivationPéter Szilágyi2017-02-131-36/+118
* accounts, cmd, internal, mobile, node: canonical account URLsPéter Szilágyi2017-02-131-14/+9
* accounts, cmd, eth, internal, miner, node: wallets and HD APIsPéter Szilágyi2017-02-131-0/+670