Commit Graph

51 Commits (a59fcc33e66cf9021a5b3e30d480485ce88d7aae)

Author SHA1 Message Date
Felix Lange 1aaa599147 accounts: add Find method 8 years ago
bas-vk b59c8399fb internal/ethapi: add personal_sign and fix eth_sign to hash message (#2940) 8 years ago
Felix Lange 312263c7d9 cmd/utils, node: create account manager in package node 8 years ago
zsfelfoldi 3a97280ae8 eth: separate common and full node-specific API and backend service 8 years ago
Bas van Kervel 64a6c2c1b6 eth: add new RPC method (personal.) SignAndSendTransaction 8 years ago
Ales Katona 572da73d4d eth: add personal_importRawKey for runtime private key import 9 years ago
Felix Lange 6498df7b02 accounts: ensure TimedUnlock does not override indefinite unlock timeout 9 years ago
Felix Lange 46df50be18 accounts: improve API and add documentation 9 years ago
Felix Lange 6f1ca0bc91 accounts: add ErrDecrypt 9 years ago
Felix Lange a9f26dcd0d accounts: cache key addresses 9 years ago
Felix Lange 46e8940b19 accounts: streamline API 9 years ago
Felix Lange 85e6c40c00 accounts, crypto: move keystore to package accounts 9 years ago
Bas van Kervel 19b2640e89 rpc: migrated the RPC insterface to a new reflection based RPC layer 9 years ago
Bas van Kervel eae81465c1 rpc: new RPC implementation with pub/sub support 9 years ago
Felix Lange bfbcfbe4a9 all: fix license headers one more time 9 years ago
Felix Lange 3f047be5aa all: update license headers to distiguish GPL/LGPL 9 years ago
Felix Lange 7662dd9bbb accounts: fix data race when key is locked after the unlock timeout 9 years ago
zelig c3f5403b64 fix wallet key duplicate write - how did it get there? mystery. fixes #1411 9 years ago
Felix Lange bdae4fd573 all: add some godoc synopsis comments 9 years ago
Felix Lange e813626ee1 all: remove @author comments 9 years ago
Felix Lange ea54283b30 all: update license information 9 years ago
zelig 1959346793 account update: migrate or change password 9 years ago
zelig fc17a527bc fix account ordering 9 years ago
zelig fc2e33c594 unlock multiple passes and obsolete primary 9 years ago
zelig 1d72aaa0cd simplify account unlocking 9 years ago
Bas van Kervel 1fa48bc5e7 Introduced default unlock duration when an account is unlocked from the console 9 years ago
Gustav Simonsson da9fe951da Use common.Address type for accounts.Address 9 years ago
zelig b375bbee5f settable etherbase 10 years ago
zelig 7577d12614 max paranoia mode to UNsupport unencrypted keys entirely 10 years ago
zelig 11d2ebc06f unlocking coinbase without knowing address 10 years ago
zelig d1b52efdb5 cli: implement ethereum presale wallet import via cli 10 years ago
zelig fd8d18ec28 unlocking coinbase 10 years ago
zelig c4ea921876 import/export accounts 10 years ago
Felix Lange 4ba7871374 accounts: return ErrNoKeys if key directory does not exist 10 years ago
Felix Lange 487f68ec48 accounts: add {Timed,}Unlock, remove SignLocked 10 years ago
Felix Lange c2e5dacf55 accounts: add Manager.HasAccount, delete Manager.Default 10 years ago
Felix Lange 6684ef201a accounts: don't store address in unlocked and add commentary 10 years ago
Felix Lange fb53a9362e accounts: AccountManager -> Manager 10 years ago
Felix Lange 3750ec7b7d accounts: prevent early drops and zero keys in memory when dropping 10 years ago
Felix Lange d6a7332993 accounts: fix uses of sync.RWMutex 10 years ago
Felix Lange afc530ea41 accounts: use time.Duration correctly 10 years ago
Felix Lange fda7b4c79d accounts: use pointers consistently 10 years ago
Felix Lange d66f93cecd accounts, core, eth, xeth: use account manager for everything 10 years ago
obscuren 5ab0eaa06d wip 10 years ago
Gustav Simonsson 23f2658091 Remove unneeded initialisation of mutex 10 years ago
Gustav Simonsson d1311c53ee Address pull request comments 10 years ago
Gustav Simonsson b296b36d2b Add automatic locking / unlocking of accounts 10 years ago
Gustav Simonsson 923950ccaa Fix key store address hex decoding and accounts test 10 years ago
Gustav Simonsson 8d9752a557 Address pull request comments 10 years ago
Gustav Simonsson 512ffa2bf4 Add accounts package and refactor key stores 10 years ago