| Commit message (Expand) | Author | Age | Files | Lines |
* | Change import go github.com/dexon-foundation/dexon | Wei-Ning Huang | 2019-03-12 | 4 | -20/+20 |
* | 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 |