aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/usbwallet
Commit message (Expand)AuthorAgeFilesLines
* crypto: add SignatureLength constant and use it everywhere (#19996)Felix Lange2019-08-221-1/+2
* all: update author list and licensesPéter Szilágyi2019-07-221-1/+1
* signer/core: fix reference issue in key derivation (#19827)Guillaume Ballet2019-07-181-1/+2
* account/usbwallet: abort usb enumeration after failuresMartin Holst Swende2019-06-051-1/+11
* accounts/usbwallet, vendor: switch from HID to generic USB libPéter Szilágyi2019-06-043-18/+16
* accounts/usbwallet: recreate Trezor protocol, support old and newPéter Szilágyi2019-06-0312-5476/+4762
* accounts/usbwallet: support webusb for Trezor walletsGuillaume Ballet2019-06-033-4/+22
* accounts/usbwallet: enable the Nano X and upcoming Ledger IDs (#19623)Péter Szilágyi2019-05-261-1/+14
* accounts/usbwallet: fix a comment typo in trezor driver (#19535)Guillaume Ballet2019-05-081-1/+1
* accounts: switch Ledger derivation path to canonical onePéter Szilágyi2019-04-101-61/+78
* usbwallet: check error returned by driver close (#18057)Corey Lin2019-03-071-3/+1
* accounts: prefer nil slices over zero-length slices (#19079)Matthew Halpern2019-03-061-2/+4
* signer, clef: implement EIP191/712 (#17789)Paul Berg2019-02-061-0/+7
* accounts, eth, clique, signer: support for external signer API (#18079)Martin Holst Swende2019-02-051-4/+14
* accounts/usbwallet/trezor: expose protobuf package (#17980)benma2019-01-266-1/+1
* accounts/usbwallet: support trezor passphrases (#16503)Nimrod Gutman2019-01-241-19/+45
* usbwallet: check returned error when decoding hexstr (#18056)Corey Lin2018-12-131-1/+3
* accounts/usbwallet: simplify code using -= operator (#17904)Evgeny2018-10-162-2/+2
* accounts/usbwallet: correct comment typo (#16998)Husam Ibrahim2018-06-191-1/+1
* accounts/usbwallet: correct comment typo (#17008)Husam Ibrahim2018-06-191-1/+1
* build: enable goimports and varcheck linters (#16446)thomasmodeneis2018-04-181-2/+0
* cmd/clef, signer: initial poc of the standalone signer (#16154)Martin Holst Swende2018-04-162-2/+2
* all: update generated code (#15808)Felix Lange2018-01-083-1/+5
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-031-1/+1
* accounts/usbwallet: handle bad interface number on macOSPéter Szilágyi2017-10-031-4/+8
* accounts: refactor API for generalized USB walletsPéter Szilágyi2017-08-098-1943/+1418
* accounts, console, internal: support trezor hardware walletPéter Szilágyi2017-08-0910-16/+6626
* accounts: fix megacheck warnings (#14903)Egon Elbre2017-08-071-5/+4
* accounts/usbwallet: if a confirmation is pending, skip refreshPéter Szilágyi2017-03-232-3/+16
* accounts/usbwallet: fix Ledger hidapi/libusb protocol violationPéter Szilágyi2017-03-232-13/+36
* 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-282-14/+14
|\
| * all: next batch of log polishes to contextual versionsPéter Szilágyi2017-02-282-14/+14
* | 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-232-13/+17
* 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-174-150/+38
* 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-132-8/+33
* accounts, cmd, internal, node: implement HD wallet self-derivationPéter Szilágyi2017-02-132-113/+118
* accounts, cmd, internal, mobile, node: canonical account URLsPéter Szilágyi2017-02-132-19/+18
* accounts, cmd, eth, internal, miner, node: wallets and HD APIsPéter Szilágyi2017-02-132-265/+487
* accounts/usbwallet: two phase Ledger refreshes to avoid Windows bugPéter Szilágyi2017-02-131-25/+24
* accounts/usbwallet: support Ledger app version <1.0.2Péter Szilágyi2017-02-131-1/+5
* accounts/usbwallet: skip support on iOS altogetherPéter Szilágyi2017-02-134-0/+44
* accounts/usbwallet: initial support for Ledger walletsPéter Szilágyi2017-02-133-0/+750