| Commit message (Expand) | Author | Age | Files | Lines |
* | accounts, cmd, eth, internal, mobile, node: split account backends | Péter Szilágyi | 2017-02-13 | 1 | -224/+0 |
* | accounts, mobile: make account manager API a bit more uniform | Péter Szilágyi | 2017-01-17 | 1 | -4/+4 |
* | all: fix ineffectual assignments and remove uses of crypto.Sha3 | Felix Lange | 2017-01-09 | 1 | -0/+6 |
* | accounts, internal, mobile: polish accounts API, extend Android tests | Péter Szilágyi | 2017-01-05 | 1 | -2/+2 |
* | eth: add new RPC method (personal.) SignAndSendTransaction | Bas van Kervel | 2016-05-20 | 1 | -0/+28 |
* | accounts: ensure TimedUnlock does not override indefinite unlock timeout | Felix Lange | 2016-04-12 | 1 | -2/+2 |
* | accounts: improve API and add documentation | Felix Lange | 2016-04-12 | 1 | -10/+10 |
* | accounts: cache key addresses | Felix Lange | 2016-04-12 | 1 | -6/+48 |
* | accounts: streamline API | Felix Lange | 2016-04-12 | 1 | -5/+5 |
* | accounts: fix go vet warnings | Felix Lange | 2016-04-12 | 1 | -1/+1 |
* | accounts, crypto: move keystore to package accounts | Felix Lange | 2016-04-12 | 1 | -11/+9 |
* | accounts: increase re-lock timeout to account for slow CI servers | Péter Szilágyi | 2015-12-01 | 1 | -1/+1 |
* | Merge pull request #1548 from fjl/accounts-test-deflake | Jeffrey Wilcke | 2015-08-03 | 1 | -1/+2 |
|\ |
|
| * | accounts: bump timeout and spin less in TestSignRace | Felix Lange | 2015-08-02 | 1 | -1/+2 |
* | | all: fix license headers one more time | Felix Lange | 2015-07-24 | 1 | -1/+1 |
|/ |
|
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 1 | -4/+4 |
* | accounts: fix data race when key is locked after the unlock timeout | Felix Lange | 2015-07-21 | 1 | -15/+37 |
* | all: update license information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
* | fix account ordering | zelig | 2015-07-03 | 1 | -2/+3 |
* | unlock multiple passes and obsolete primary | zelig | 2015-07-03 | 1 | -1/+1 |
* | simplify account unlocking | zelig | 2015-07-03 | 1 | -1/+42 |
* | accounts: add {Timed,}Unlock, remove SignLocked | Felix Lange | 2015-03-10 | 1 | -38/+24 |
* | accounts: AccountManager -> Manager | Felix Lange | 2015-03-08 | 1 | -2/+2 |
* | accounts: use time.Duration correctly | Felix Lange | 2015-03-08 | 1 | -4/+4 |
* | accounts: use pointers consistently | Felix Lange | 2015-03-08 | 1 | -1/+2 |
* | Address pull request comments | Gustav Simonsson | 2015-02-26 | 1 | -1/+1 |
* | Add automatic locking / unlocking of accounts | Gustav Simonsson | 2015-02-26 | 1 | -2/+51 |
* | Fix key store address hex decoding and accounts test | Gustav Simonsson | 2015-02-25 | 1 | -1/+13 |
* | Implement OS sensitive dataDirs | Maran | 2015-02-23 | 1 | -1/+2 |
* | accounts: use crypto/randentropy in test | Felix Lange | 2015-02-20 | 1 | -2/+4 |
* | Address pull request comments | Gustav Simonsson | 2015-01-28 | 1 | -3/+2 |
* | Add accounts package and refactor key stores | Gustav Simonsson | 2015-01-26 | 1 | -0/+19 |