Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | accounts/scwallet: flag to specify path to smartcard daemon (#19439) | Guillaume Ballet | 2019-05-31 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * accounts/scwallet: Add a switch to enable smartcard support * accounts: change the meaning of the switch * disable card support in windows until tested * only activate account if pcscd socket file is present * the switch is now the path to the socket file * accounts/scwallet: holiman's review feedback * accounts/scwallet: send the path to go-pcsclite * accounts/scwallet: add default, per platform path * accounts/scwallet: fix error log warning * accounts/scwallet: update pcsc lib to latest * accounts/scwallet: use default path from pcsclite * scwallet: forgot to change switch name * cmd: minor style cleanups (error handling first, then happy path) | ||||
* | accounts/scwallet: change sc url scheme to keycard (#19632) | Guillaume Ballet | 2019-05-29 | 2 | -11/+11 |
| | |||||
* | accounts/scwallet: fix public key confirmation regression | Péter Szilágyi | 2019-05-27 | 1 | -8/+6 |
| | |||||
* | accounts/scwallet: display PUK retry count, validate PIN/PUK length | Guillaume Ballet | 2019-05-27 | 1 | -1/+12 |
| | |||||
* | accounts, p2p, rpc: make CGO_ENABLED=0 build again (#19593) | Martin Holst Swende | 2019-05-26 | 1 | -17/+8 |
| | | | | | | | | | | * p2p: remove direct import of cgo-library * accounts, rpc: more nocgo alternatives * rpc: move unix path constant into separate file * accounts/scwallet: address review concerns, remove copy-pasta | ||||
* | Merge pull request #19438 from karalabe/ledger-new-derivation-path | Péter Szilágyi | 2019-04-25 | 1 | -61/+69 |
|\ | | | | | accounts: switch Ledger derivation path to canonical one | ||||
| * | accounts: switch Ledger derivation path to canonical one | Péter Szilágyi | 2019-04-10 | 1 | -54/+65 |
| | | |||||
| * | Revert "Can now specify the number of empty accounts to derive" | Péter Szilágyi | 2019-04-10 | 1 | -10/+7 |
| | | | | | | | | This reverts commit 5b30aa59d63fcb7ef8111ec89a6f06509b5ce687. | ||||
* | | accounts/scwallet: fix card pairing instruction message (#19436) | Guillaume Ballet | 2019-04-10 | 1 | -1/+1 |
|/ | |||||
* | accounts/scwallet: Update README for v2.2.1 support (#19425) | Guillaume Ballet | 2019-04-10 | 1 | -15/+48 |
| | | | | Update the app download link to the latest version, as requested in #19418 | ||||
* | Can now specify the number of empty accounts to derive | Guillaume Ballet | 2019-04-08 | 1 | -7/+10 |
| | |||||
* | More review feedback | Guillaume Ballet | 2019-04-08 | 1 | -0/+5 |
| | |||||
* | more review feedback | Guillaume Ballet | 2019-04-08 | 2 | -11/+10 |
| | |||||
* | Apply suggestions from code review | Martin Holst Swende | 2019-04-08 | 1 | -3/+6 |
| | | | Co-Authored-By: gballet <gballet@gmail.com> | ||||
* | Update the card preparation instructions based on review feedback | Guillaume Ballet | 2019-04-08 | 1 | -0/+9 |
| | |||||
* | refresh the account list when initializing the card | Guillaume Ballet | 2019-04-08 | 1 | -0/+1 |
| | |||||
* | refuse to overwrite the master key of a previously initialized card | Guillaume Ballet | 2019-04-08 | 1 | -3/+15 |
| | |||||
* | fix unnecessary condition linter warning | Guillaume Ballet | 2019-04-08 | 1 | -1/+1 |
| | |||||
* | Upgrade to keycard app v2.1.1 | Guillaume Ballet | 2019-04-08 | 2 | -24/+16 |
| | |||||
* | Fix linter issues | Guillaume Ballet | 2019-04-08 | 2 | -17/+13 |
| | |||||
* | PK derivation has to be supported by the card | Guillaume Ballet | 2019-04-08 | 1 | -11/+7 |
| | |||||
* | Add instructions on how to install the card | Guillaume Ballet | 2019-04-08 | 1 | -0/+19 |
| | |||||
* | Formatting fixes | Guillaume Ballet | 2019-04-08 | 1 | -11/+16 |
| | |||||
* | Update a comment to reflect the workings of the updated system | Guillaume Ballet | 2019-04-08 | 2 | -3/+3 |
| | |||||
* | Add some documentation | Guillaume Ballet | 2019-04-08 | 1 | -0/+30 |
| | |||||
* | Fix key derivation | Guillaume Ballet | 2019-04-08 | 1 | -66/+33 |
| | |||||
* | fix wallet status update | Guillaume Ballet | 2019-04-08 | 1 | -21/+24 |
| | | | | | | This is a temporary fix, better checks need to be performed once the whole process has been validated. | ||||
* | Temporary fix to the ADBU status call | Guillaume Ballet | 2019-04-08 | 1 | -3/+24 |
| | |||||
* | Remove the direct dependency on libpcsclite | Guillaume Ballet | 2019-04-08 | 3 | -34/+39 |
| | | | | | | | Instead, use a go library that communicates with pcscd over a socket. Also update the changes introduced by @gravityblast since this PR's inception | ||||
* | Fix some linter issues | Guillaume Ballet | 2019-04-08 | 2 | -7/+3 |
| | |||||
* | accounts/scwallet: rebase and update | Guillaume Ballet | 2019-04-08 | 1 | -7/+36 |
| | |||||
* | accounts/scwallet: fix crypto API change | Péter Szilágyi | 2019-04-08 | 1 | -1/+5 |
| | |||||
* | accounts, console: frendly card errors, support pin unblock | Péter Szilágyi | 2019-04-08 | 4 | -112/+120 |
| | |||||
* | accounts/scwallet: ordered wallets, tighter events, derivation logs | Péter Szilágyi | 2019-04-08 | 2 | -63/+81 |
| | |||||
* | accounts/scwallet, console: user friendly card opening | Péter Szilágyi | 2019-04-08 | 1 | -29/+43 |
| | |||||
* | accounts, internal: Changes in response to review | Nick Johnson | 2019-04-08 | 4 | -114/+131 |
| | |||||
* | accounts, core, internal, node: Add support for smartcard wallets | Nick Johnson | 2019-04-08 | 4 | -0/+1726 |