aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/account_manager.go
Commit message (Expand)AuthorAgeFilesLines
* accounts, core, crypto, internal: use normalised V during signature handling ...Péter Szilágyi2017-01-051-20/+7
* accounts: add Find methodFelix Lange2016-11-111-1/+7
* internal/ethapi: add personal_sign and fix eth_sign to hash message (#2940)bas-vk2016-10-291-5/+20
* cmd/utils, node: create account manager in package nodeFelix Lange2016-08-171-22/+0
* eth: separate common and full node-specific API and backend servicezsfelfoldi2016-06-161-0/+22
* eth: add new RPC method (personal.) SignAndSendTransactionBas van Kervel2016-05-201-2/+14
* eth: add personal_importRawKey for runtime private key importAles Katona2016-04-281-1/+6
* accounts: ensure TimedUnlock does not override indefinite unlock timeoutFelix Lange2016-04-121-8/+14
* accounts: improve API and add documentationFelix Lange2016-04-121-35/+71
* accounts: add ErrDecryptFelix Lange2016-04-121-0/+1
* accounts: cache key addressesFelix Lange2016-04-121-78/+111
* accounts: streamline APIFelix Lange2016-04-121-33/+24
* accounts, crypto: move keystore to package accountsFelix Lange2016-04-121-13/+21
* rpc: migrated the RPC insterface to a new reflection based RPC layerBas van Kervel2016-01-261-1/+1
* rpc: new RPC implementation with pub/sub supportBas van Kervel2015-12-141-0/+15
* 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-5/+8
* fix wallet key duplicate write - how did it get there? mystery. fixes #1411zelig2015-07-091-3/+0
* all: add some godoc synopsis commentsFelix Lange2015-07-071-10/+6
* all: remove @author commentsFelix Lange2015-07-071-6/+0
* all: update license informationFelix Lange2015-07-071-15/+15
* account update: migrate or change passwordzelig2015-07-031-0/+28
* fix account orderingzelig2015-07-031-3/+3
* unlock multiple passes and obsolete primaryzelig2015-07-031-13/+0
* simplify account unlockingzelig2015-07-031-55/+43
* Introduced default unlock duration when an account is unlocked from the consoleBas van Kervel2015-05-141-0/+5
* Use common.Address type for accounts.AddressGustav Simonsson2015-05-121-21/+21
* settable etherbasezelig2015-03-271-7/+1
* max paranoia mode to UNsupport unencrypted keys entirelyzelig2015-03-271-0/+2
* unlocking coinbase without knowing addresszelig2015-03-271-15/+3
* cli: implement ethereum presale wallet import via clizelig2015-03-271-0/+12
* unlocking coinbasezelig2015-03-271-2/+13
* import/export accountszelig2015-03-271-0/+20
* accounts: return ErrNoKeys if key directory does not existFelix Lange2015-03-101-2/+7
* accounts: add {Timed,}Unlock, remove SignLockedFelix Lange2015-03-101-17/+31
* accounts: add Manager.HasAccount, delete Manager.DefaultFelix Lange2015-03-101-9/+11
* accounts: don't store address in unlocked and add commentaryFelix Lange2015-03-081-8/+10
* accounts: AccountManager -> ManagerFelix Lange2015-03-081-13/+13
* 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-081-9/+10
* accounts: use pointers consistentlyFelix Lange2015-03-081-15/+11
* 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-261-9/+41
|\
| * Remove unneeded initialisation of mutexGustav Simonsson2015-02-261-1/+0
| * Address pull request commentsGustav Simonsson2015-02-261-16/+18
| * Add automatic locking / unlocking of accountsGustav Simonsson2015-02-261-9/+39
* | wipobscuren2015-02-261-0/+1
|/
* Fix key store address hex decoding and accounts testGustav Simonsson2015-02-251-0/+4
* Address pull request commentsGustav Simonsson2015-01-281-16/+12
* Add accounts package and refactor key storesGustav Simonsson2015-01-261-0/+99