| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: add SignatureLength constant and use it everywhere (#19996) | Felix Lange | 2019-08-22 | 1 | -1/+2 |
* | all: update author list and licenses | Péter Szilágyi | 2019-07-22 | 1 | -1/+1 |
* | signer/core: fix reference issue in key derivation (#19827) | Guillaume Ballet | 2019-07-18 | 1 | -1/+2 |
* | account/usbwallet: abort usb enumeration after failures | Martin Holst Swende | 2019-06-05 | 1 | -1/+11 |
* | accounts/usbwallet, vendor: switch from HID to generic USB lib | Péter Szilágyi | 2019-06-04 | 3 | -18/+16 |
* | accounts/usbwallet: recreate Trezor protocol, support old and new | Péter Szilágyi | 2019-06-03 | 12 | -5476/+4762 |
* | accounts/usbwallet: support webusb for Trezor wallets | Guillaume Ballet | 2019-06-03 | 3 | -4/+22 |
* | accounts/usbwallet: enable the Nano X and upcoming Ledger IDs (#19623) | Péter Szilágyi | 2019-05-26 | 1 | -1/+14 |
* | accounts/usbwallet: fix a comment typo in trezor driver (#19535) | Guillaume Ballet | 2019-05-08 | 1 | -1/+1 |
* | accounts: switch Ledger derivation path to canonical one | Péter Szilágyi | 2019-04-10 | 1 | -61/+78 |
* | usbwallet: check error returned by driver close (#18057) | Corey Lin | 2019-03-07 | 1 | -3/+1 |
* | accounts: prefer nil slices over zero-length slices (#19079) | Matthew Halpern | 2019-03-06 | 1 | -2/+4 |
* | signer, clef: implement EIP191/712 (#17789) | Paul Berg | 2019-02-06 | 1 | -0/+7 |
* | accounts, eth, clique, signer: support for external signer API (#18079) | Martin Holst Swende | 2019-02-05 | 1 | -4/+14 |
* | accounts/usbwallet/trezor: expose protobuf package (#17980) | benma | 2019-01-26 | 6 | -1/+1 |
* | accounts/usbwallet: support trezor passphrases (#16503) | Nimrod Gutman | 2019-01-24 | 1 | -19/+45 |
* | usbwallet: check returned error when decoding hexstr (#18056) | Corey Lin | 2018-12-13 | 1 | -1/+3 |
* | accounts/usbwallet: simplify code using -= operator (#17904) | Evgeny | 2018-10-16 | 2 | -2/+2 |
* | accounts/usbwallet: correct comment typo (#16998) | Husam Ibrahim | 2018-06-19 | 1 | -1/+1 |
* | accounts/usbwallet: correct comment typo (#17008) | Husam Ibrahim | 2018-06-19 | 1 | -1/+1 |
* | build: enable goimports and varcheck linters (#16446) | thomasmodeneis | 2018-04-18 | 1 | -2/+0 |
* | cmd/clef, signer: initial poc of the standalone signer (#16154) | Martin Holst Swende | 2018-04-16 | 2 | -2/+2 |
* | all: update generated code (#15808) | Felix Lange | 2018-01-08 | 3 | -1/+5 |
* | all: switch gas limits from big.Int to uint64 | Péter Szilágyi | 2018-01-03 | 1 | -1/+1 |
* | accounts/usbwallet: handle bad interface number on macOS | Péter Szilágyi | 2017-10-03 | 1 | -4/+8 |
* | accounts: refactor API for generalized USB wallets | Péter Szilágyi | 2017-08-09 | 8 | -1943/+1418 |
* | accounts, console, internal: support trezor hardware wallet | Péter Szilágyi | 2017-08-09 | 10 | -16/+6626 |
* | accounts: fix megacheck warnings (#14903) | Egon Elbre | 2017-08-07 | 1 | -5/+4 |
* | accounts/usbwallet: if a confirmation is pending, skip refresh | Péter Szilágyi | 2017-03-23 | 2 | -3/+16 |
* | accounts/usbwallet: fix Ledger hidapi/libusb protocol violation | Péter Szilágyi | 2017-03-23 | 2 | -13/+36 |
* | all: import "context" instead of "golang.org/x/net/context" | Felix Lange | 2017-03-23 | 1 | -1/+1 |
* | Merge pull request #3723 from karalabe/logger-updates-2 | Péter Szilágyi | 2017-02-28 | 2 | -14/+14 |
|\ |
|
| * | all: next batch of log polishes to contextual versions | Péter Szilágyi | 2017-02-28 | 2 | -14/+14 |
* | | all: unify big.Int zero checks, use common/math in more places (#3716) | Felix Lange | 2017-02-28 | 1 | -1/+1 |
|/ |
|
* | accounts, eth/downloader: use "err" instead of "error" in logs | Péter Szilágyi | 2017-02-27 | 1 | -5/+5 |
* | accounts, cmd: port packages over to the new logging system | Péter Szilágyi | 2017-02-23 | 2 | -13/+17 |
* | all: blidly swap out glog to our log15, logs need rework | Péter Szilágyi | 2017-02-23 | 1 | -18/+14 |
* | accounts/usbwallet, vendor: use hidapi instead of libusb directly | Péter Szilágyi | 2017-02-17 | 4 | -150/+38 |
* | accounts: ledger and HD review fixes | Péter Szilágyi | 2017-02-13 | 1 | -33/+35 |
* | accounts/usbwallet: detect and report in Ledger is in browser mode | Péter Szilágyi | 2017-02-13 | 1 | -4/+17 |
* | accounts/usbwallet: make wallet responsive while Ledger is busy | Péter Szilágyi | 2017-02-13 | 1 | -151/+309 |
* | accounts/usbwallet: Ledger teardown on health-check failure | Péter Szilágyi | 2017-02-13 | 2 | -8/+33 |
* | accounts, cmd, internal, node: implement HD wallet self-derivation | Péter Szilágyi | 2017-02-13 | 2 | -113/+118 |
* | accounts, cmd, internal, mobile, node: canonical account URLs | Péter Szilágyi | 2017-02-13 | 2 | -19/+18 |
* | accounts, cmd, eth, internal, miner, node: wallets and HD APIs | Péter Szilágyi | 2017-02-13 | 2 | -265/+487 |
* | accounts/usbwallet: two phase Ledger refreshes to avoid Windows bug | Péter Szilágyi | 2017-02-13 | 1 | -25/+24 |
* | accounts/usbwallet: support Ledger app version <1.0.2 | Péter Szilágyi | 2017-02-13 | 1 | -1/+5 |
* | accounts/usbwallet: skip support on iOS altogether | Péter Szilágyi | 2017-02-13 | 4 | -0/+44 |
* | accounts/usbwallet: initial support for Ledger wallets | Péter Szilágyi | 2017-02-13 | 3 | -0/+750 |