aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/scwallet
Commit message (Collapse)AuthorAgeFilesLines
* accounts/scwallet: flag to specify path to smartcard daemon (#19439)Guillaume Ballet2019-05-311-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 Ballet2019-05-292-11/+11
|
* accounts/scwallet: fix public key confirmation regressionPéter Szilágyi2019-05-271-8/+6
|
* accounts/scwallet: display PUK retry count, validate PIN/PUK lengthGuillaume Ballet2019-05-271-1/+12
|
* accounts, p2p, rpc: make CGO_ENABLED=0 build again (#19593)Martin Holst Swende2019-05-261-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-pathPéter Szilágyi2019-04-251-61/+69
|\ | | | | accounts: switch Ledger derivation path to canonical one
| * accounts: switch Ledger derivation path to canonical onePéter Szilágyi2019-04-101-54/+65
| |
| * Revert "Can now specify the number of empty accounts to derive"Péter Szilágyi2019-04-101-10/+7
| | | | | | | | This reverts commit 5b30aa59d63fcb7ef8111ec89a6f06509b5ce687.
* | accounts/scwallet: fix card pairing instruction message (#19436)Guillaume Ballet2019-04-101-1/+1
|/
* accounts/scwallet: Update README for v2.2.1 support (#19425)Guillaume Ballet2019-04-101-15/+48
| | | | Update the app download link to the latest version, as requested in #19418
* Can now specify the number of empty accounts to deriveGuillaume Ballet2019-04-081-7/+10
|
* More review feedbackGuillaume Ballet2019-04-081-0/+5
|
* more review feedbackGuillaume Ballet2019-04-082-11/+10
|
* Apply suggestions from code reviewMartin Holst Swende2019-04-081-3/+6
| | | Co-Authored-By: gballet <gballet@gmail.com>
* Update the card preparation instructions based on review feedbackGuillaume Ballet2019-04-081-0/+9
|
* refresh the account list when initializing the cardGuillaume Ballet2019-04-081-0/+1
|
* refuse to overwrite the master key of a previously initialized cardGuillaume Ballet2019-04-081-3/+15
|
* fix unnecessary condition linter warningGuillaume Ballet2019-04-081-1/+1
|
* Upgrade to keycard app v2.1.1Guillaume Ballet2019-04-082-24/+16
|
* Fix linter issuesGuillaume Ballet2019-04-082-17/+13
|
* PK derivation has to be supported by the cardGuillaume Ballet2019-04-081-11/+7
|
* Add instructions on how to install the cardGuillaume Ballet2019-04-081-0/+19
|
* Formatting fixesGuillaume Ballet2019-04-081-11/+16
|
* Update a comment to reflect the workings of the updated systemGuillaume Ballet2019-04-082-3/+3
|
* Add some documentationGuillaume Ballet2019-04-081-0/+30
|
* Fix key derivationGuillaume Ballet2019-04-081-66/+33
|
* fix wallet status updateGuillaume Ballet2019-04-081-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 callGuillaume Ballet2019-04-081-3/+24
|
* Remove the direct dependency on libpcscliteGuillaume Ballet2019-04-083-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 issuesGuillaume Ballet2019-04-082-7/+3
|
* accounts/scwallet: rebase and updateGuillaume Ballet2019-04-081-7/+36
|
* accounts/scwallet: fix crypto API changePéter Szilágyi2019-04-081-1/+5
|
* accounts, console: frendly card errors, support pin unblockPéter Szilágyi2019-04-084-112/+120
|
* accounts/scwallet: ordered wallets, tighter events, derivation logsPéter Szilágyi2019-04-082-63/+81
|
* accounts/scwallet, console: user friendly card openingPéter Szilágyi2019-04-081-29/+43
|
* accounts, internal: Changes in response to reviewNick Johnson2019-04-084-114/+131
|
* accounts, core, internal, node: Add support for smartcard walletsNick Johnson2019-04-084-0/+1726