aboutsummaryrefslogtreecommitdiffstats
path: root/accounts
Commit message (Expand)AuthorAgeFilesLines
...
| * accounts/abi: Fixed bytes input accept []byte and variable input supportJeffrey Wilcke2016-03-154-31/+193
* | accounts/abi: handle the "constant" modifier for functionsPéter Szilágyi2016-03-162-9/+12
|/
* all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}()Ricardo Catalinas Jiménez2016-02-224-9/+9
* accounts/abi: support for typed arrayJeffrey Wilcke2016-02-152-43/+114
* accounts/abi: fixed return tuple and string, bytes return type parsingJeffrey Wilcke2016-02-113-30/+363
* account/abi: implements event parsingJeffrey Wilcke2016-02-026-31/+174
* rpc: migrated the RPC insterface to a new reflection based RPC layerBas van Kervel2016-01-261-1/+1
* Merge pull request #2035 from bas-vk/rcp-v2-rebaseFelix Lange2015-12-151-0/+15
|\
| * rpc: new RPC implementation with pub/sub supportBas van Kervel2015-12-141-0/+15
* | Merge pull request #2003 from obscuren/abi-callingFelix Lange2015-12-086-88/+243
|\ \ | |/ |/|
| * accounts/abi: added output parsing & added call mechanismJeffrey Wilcke2015-11-256-88/+243
* | accounts: increase re-lock timeout to account for slow CI serversPéter Szilágyi2015-12-011-1/+1
|/
* accounts/abi: ABI fixes & added typesJeffrey Wilcke2015-10-303-21/+80
* 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-248-8/+8
|/
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-238-32/+32
* accounts: fix data race when key is locked after the unlock timeoutFelix Lange2015-07-212-20/+45
* 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-078-15/+127
* account update: migrate or change passwordzelig2015-07-031-0/+28
* fix account orderingzelig2015-07-032-5/+6
* unlock multiple passes and obsolete primaryzelig2015-07-032-14/+1
* simplify account unlockingzelig2015-07-032-56/+85
* 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
* Moved ethutil => commonobscuren2015-03-162-10/+10
* accounts: return ErrNoKeys if key directory does not existFelix Lange2015-03-101-2/+7
* accounts: add {Timed,}Unlock, remove SignLockedFelix Lange2015-03-102-55/+55
* Merge ethereum/poc-9 into accounts-integrationFelix Lange2015-03-101-106/+0
|\
| * removedobscuren2015-03-081-106/+0
* | 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-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