aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/scwallet/wallet.go
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/
* Can now specify the number of empty accounts to deriveGuillaume Ballet2019-04-081-7/+10
|
* 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
|
* Upgrade to keycard app v2.1.1Guillaume Ballet2019-04-081-23/+4
|
* Fix linter issuesGuillaume Ballet2019-04-081-13/+9
|
* PK derivation has to be supported by the cardGuillaume Ballet2019-04-081-11/+7
|
* Formatting fixesGuillaume Ballet2019-04-081-11/+16
|
* 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-081-15/+16
| | | | | | | 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-081-2/+2
|
* 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-081-73/+96
|
* accounts/scwallet: ordered wallets, tighter events, derivation logsPéter Szilágyi2019-04-081-18/+25
|
* accounts/scwallet, console: user friendly card openingPéter Szilágyi2019-04-081-29/+43
|
* accounts, internal: Changes in response to reviewNick Johnson2019-04-081-55/+55
|
* accounts, core, internal, node: Add support for smartcard walletsNick Johnson2019-04-081-0/+1011