| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 8 | -8/+8 |
|/ |
|
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 8 | -32/+32 |
* | accounts: fix data race when key is locked after the unlock timeout | Felix Lange | 2015-07-21 | 2 | -20/+45 |
* | fix wallet key duplicate write - how did it get there? mystery. fixes #1411 | zelig | 2015-07-09 | 1 | -3/+0 |
* | all: add some godoc synopsis comments | Felix Lange | 2015-07-07 | 1 | -10/+6 |
* | all: remove @author comments | Felix Lange | 2015-07-07 | 1 | -6/+0 |
* | all: update license information | Felix Lange | 2015-07-07 | 8 | -15/+127 |
* | account update: migrate or change password | zelig | 2015-07-03 | 1 | -0/+28 |
* | fix account ordering | zelig | 2015-07-03 | 2 | -5/+6 |
* | unlock multiple passes and obsolete primary | zelig | 2015-07-03 | 2 | -14/+1 |
* | simplify account unlocking | zelig | 2015-07-03 | 2 | -56/+85 |
* | Introduced default unlock duration when an account is unlocked from the console | Bas van Kervel | 2015-05-14 | 1 | -0/+5 |
* | Use common.Address type for accounts.Address | Gustav Simonsson | 2015-05-12 | 1 | -21/+21 |
* | settable etherbase | zelig | 2015-03-27 | 1 | -7/+1 |
* | max paranoia mode to UNsupport unencrypted keys entirely | zelig | 2015-03-27 | 1 | -0/+2 |
* | unlocking coinbase without knowing address | zelig | 2015-03-27 | 1 | -15/+3 |
* | cli: implement ethereum presale wallet import via cli | zelig | 2015-03-27 | 1 | -0/+12 |
* | unlocking coinbase | zelig | 2015-03-27 | 1 | -2/+13 |
* | import/export accounts | zelig | 2015-03-27 | 1 | -0/+20 |
* | Moved ethutil => common | obscuren | 2015-03-16 | 2 | -10/+10 |
* | accounts: return ErrNoKeys if key directory does not exist | Felix Lange | 2015-03-10 | 1 | -2/+7 |
* | accounts: add {Timed,}Unlock, remove SignLocked | Felix Lange | 2015-03-10 | 2 | -55/+55 |
* | Merge ethereum/poc-9 into accounts-integration | Felix Lange | 2015-03-10 | 1 | -106/+0 |
|\ |
|
| * | removed | obscuren | 2015-03-08 | 1 | -106/+0 |
* | | accounts: add Manager.HasAccount, delete Manager.Default | Felix Lange | 2015-03-10 | 1 | -9/+11 |
* | | accounts: don't store address in unlocked and add commentary | Felix Lange | 2015-03-08 | 1 | -8/+10 |
* | | accounts: AccountManager -> Manager | Felix Lange | 2015-03-08 | 2 | -15/+15 |
* | | accounts: prevent early drops and zero keys in memory when dropping | Felix Lange | 2015-03-08 | 1 | -19/+50 |
* | | accounts: fix uses of sync.RWMutex | Felix Lange | 2015-03-08 | 1 | -4/+6 |
* | | accounts: use time.Duration correctly | Felix Lange | 2015-03-08 | 2 | -13/+14 |
* | | accounts: use pointers consistently | Felix Lange | 2015-03-08 | 2 | -16/+13 |
* | | accounts, core, eth, xeth: use account manager for everything | Felix Lange | 2015-03-07 | 1 | -7/+32 |
|/ |
|
* | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-02-26 | 2 | -11/+92 |
|\ |
|
| * | Remove unneeded initialisation of mutex | Gustav Simonsson | 2015-02-26 | 1 | -1/+0 |
| * | Address pull request comments | Gustav Simonsson | 2015-02-26 | 2 | -17/+19 |
| * | Add automatic locking / unlocking of accounts | Gustav Simonsson | 2015-02-26 | 2 | -11/+90 |
* | | wip | obscuren | 2015-02-26 | 1 | -0/+1 |
|/ |
|
* | Fix key store address hex decoding and accounts test | Gustav Simonsson | 2015-02-25 | 2 | -1/+17 |
* | 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 |
* | Merge branch 'key_store_and_accounts_integration' of https://github.com/Gusta... | obscuren | 2015-01-29 | 2 | -19/+14 |
|\ |
|
| * | Address pull request comments | Gustav Simonsson | 2015-01-28 | 2 | -19/+14 |
* | | Implemented contract ABI | obscuren | 2015-01-27 | 7 | -0/+969 |
|/ |
|
* | Add accounts package and refactor key stores | Gustav Simonsson | 2015-01-26 | 2 | -0/+118 |