aboutsummaryrefslogtreecommitdiffstats
path: root/accounts
Commit message (Expand)AuthorAgeFilesLines
* accounts: don't store address in unlocked and add commentaryFelix Lange2015-03-081-8/+10
* accounts: AccountManager -> ManagerFelix Lange2015-03-082-15/+15
* accounts: prevent early drops and zero keys in memory when droppingFelix Lange2015-03-081-19/+50
* accounts: fix uses of sync.RWMutexFelix Lange2015-03-081-4/+6
* accounts: use time.Duration correctlyFelix Lange2015-03-082-13/+14
* accounts: use pointers consistentlyFelix Lange2015-03-082-16/+13
* accounts, core, eth, xeth: use account manager for everythingFelix Lange2015-03-071-7/+32
* Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-02-262-11/+92
|\
| * Remove unneeded initialisation of mutexGustav Simonsson2015-02-261-1/+0
| * Address pull request commentsGustav Simonsson2015-02-262-17/+19
| * Add automatic locking / unlocking of accountsGustav Simonsson2015-02-262-11/+90
* | wipobscuren2015-02-261-0/+1
|/
* Fix key store address hex decoding and accounts testGustav Simonsson2015-02-252-1/+17
* Implement OS sensitive dataDirsMaran2015-02-231-1/+2
* accounts: use crypto/randentropy in testFelix Lange2015-02-201-2/+4
* Merge branch 'key_store_and_accounts_integration' of https://github.com/Gusta...obscuren2015-01-292-19/+14
|\
| * Address pull request commentsGustav Simonsson2015-01-282-19/+14
* | Implemented contract ABIobscuren2015-01-277-0/+969
|/
* Add accounts package and refactor key storesGustav Simonsson2015-01-262-0/+118