aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/accounts_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: update author list and licensesPéter Szilágyi2019-07-221-1/+1
* accounts, eth, clique, signer: support for external signer API (#18079)Martin Holst Swende2019-02-051-0/+32
* accounts, cmd, eth, internal, mobile, node: split account backendsPéter Szilágyi2017-02-131-224/+0
* accounts, mobile: make account manager API a bit more uniformPéter Szilágyi2017-01-171-4/+4
* all: fix ineffectual assignments and remove uses of crypto.Sha3Felix Lange2017-01-091-0/+6
* accounts, internal, mobile: polish accounts API, extend Android testsPéter Szilágyi2017-01-051-2/+2
* eth: add new RPC method (personal.) SignAndSendTransactionBas van Kervel2016-05-201-0/+28
* accounts: ensure TimedUnlock does not override indefinite unlock timeoutFelix Lange2016-04-121-2/+2
* accounts: improve API and add documentationFelix Lange2016-04-121-10/+10
* accounts: cache key addressesFelix Lange2016-04-121-6/+48
* accounts: streamline APIFelix Lange2016-04-121-5/+5
* accounts: fix go vet warningsFelix Lange2016-04-121-1/+1
* accounts, crypto: move keystore to package accountsFelix Lange2016-04-121-11/+9
* accounts: increase re-lock timeout to account for slow CI serversPéter Szilágyi2015-12-011-1/+1
* Merge pull request #1548 from fjl/accounts-test-deflakeJeffrey Wilcke2015-08-031-1/+2
|\
| * accounts: bump timeout and spin less in TestSignRaceFelix Lange2015-08-021-1/+2
* | all: fix license headers one more timeFelix Lange2015-07-241-1/+1
|/
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* accounts: fix data race when key is locked after the unlock timeoutFelix Lange2015-07-211-15/+37
* all: update license informationFelix Lange2015-07-071-0/+16
* fix account orderingzelig2015-07-031-2/+3
* unlock multiple passes and obsolete primaryzelig2015-07-031-1/+1
* simplify account unlockingzelig2015-07-031-1/+42
* accounts: add {Timed,}Unlock, remove SignLockedFelix Lange2015-03-101-38/+24
* accounts: AccountManager -> ManagerFelix Lange2015-03-081-2/+2
* accounts: use time.Duration correctlyFelix Lange2015-03-081-4/+4
* accounts: use pointers consistentlyFelix Lange2015-03-081-1/+2
* Address pull request commentsGustav Simonsson2015-02-261-1/+1
* Add automatic locking / unlocking of accountsGustav Simonsson2015-02-261-2/+51
* Fix key store address hex decoding and accounts testGustav Simonsson2015-02-251-1/+13
* Implement OS sensitive dataDirsMaran2015-02-231-1/+2
* accounts: use crypto/randentropy in testFelix Lange2015-02-201-2/+4
* Address pull request commentsGustav Simonsson2015-01-281-3/+2
* Add accounts package and refactor key storesGustav Simonsson2015-01-261-0/+19