aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/keystore
Commit message (Expand)AuthorAgeFilesLines
* accounts: changed if-else blocks to conform with golint (#16654)GagziW2018-05-032-4/+2
* accounts/keystore: Improved error messageArmin2017-12-181-0/+3
* Merge pull request #15498 from nonsense/account_cache_modtime_test_fixPéter Szilágyi2017-11-241-1/+11
|\
| * accounts/keystore: comments above time.SleepAnton Evangelatov2017-11-161-0/+3
| * accounts/keystore: change modtime for test cases to be bigger than 1sec.Anton Evangelatov2017-11-161-1/+8
* | cmd/geth: make geth account new faster with many keys (#15529)Martin Holst Swende2017-11-211-0/+7
* | accounts/keystore: Ignore initial trigger of rescan-eventMartin Holst Swende2017-11-201-1/+5
* | accounts/keystore: lock file cache during scan, minor polishPéter Szilágyi2017-11-202-91/+124
|/
* accounts/keystore: scan key directory without locks held (#15171)Martin Holst Swende2017-10-094-102/+297
* accounts: refactor API for generalized USB walletsPéter Szilágyi2017-08-091-5/+5
* accounts, console, internal: support trezor hardware walletPéter Szilágyi2017-08-092-7/+7
* accounts: fix megacheck warnings (#14903)Egon Elbre2017-08-072-10/+2
* tests: update tests and implement general state tests (#14734)Felix Lange2017-07-111-4/+17
* accounts/keystore, crypto: don't enforce key checks on existing keyfilesPéter Szilágyi2017-06-012-8/+4
* accounts/keystore, crypto: enforce 256 bit keys on importPéter Szilágyi2017-05-235-7/+11
* all: update license informationFelix Lange2017-04-144-4/+4
* Merge pull request #3723 from karalabe/logger-updates-2Péter Szilágyi2017-02-281-1/+1
|\
| * all: next batch of log polishes to contextual versionsPéter Szilágyi2017-02-281-1/+1
* | all: unify big.Int zero checks, use common/math in more places (#3716)Felix Lange2017-02-281-2/+2
|/
* accounts, eth/downloader: use "err" instead of "error" in logsPéter Szilágyi2017-02-272-4/+4
* accounts, cmd: port packages over to the new logging systemPéter Szilágyi2017-02-232-12/+14
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-232-14/+13
* crypto: add btcec fallback for sign/recover without cgo (#3680)Felix Lange2017-02-181-3/+2
* accounts: ledger and HD review fixesPéter Szilágyi2017-02-133-26/+2
* accounts, cmd, internal, node: implement HD wallet self-derivationPéter Szilágyi2017-02-131-1/+6
* accounts, cmd, internal, mobile, node: canonical account URLsPéter Szilágyi2017-02-138-66/+68
* accounts, cmd, eth, internal, miner, node: wallets and HD APIsPéter Szilágyi2017-02-137-66/+519
* accounts, cmd, eth, internal, mobile, node: split account backendsPéter Szilágyi2017-02-1329-0/+2488