index
:
go-tangerine
dependabot/npm_and_yarn/dashboard/assets/decode-uri-component-0.2.2
dependabot/npm_and_yarn/dashboard/assets/dns-packet-1.3.4
dependabot/npm_and_yarn/dashboard/assets/elliptic-6.5.3
dependabot/npm_and_yarn/dashboard/assets/elliptic-6.5.4
dependabot/npm_and_yarn/dashboard/assets/express-4.18.2
dependabot/npm_and_yarn/dashboard/assets/hosted-git-info-2.8.9
dependabot/npm_and_yarn/dashboard/assets/http-proxy-1.18.1
dependabot/npm_and_yarn/dashboard/assets/ini-1.3.7
dependabot/npm_and_yarn/dashboard/assets/loader-utils-1.4.1
dependabot/npm_and_yarn/dashboard/assets/loader-utils-1.4.2
dependabot/npm_and_yarn/dashboard/assets/lodash-4.17.15
dependabot/npm_and_yarn/dashboard/assets/lodash-4.17.19
dependabot/npm_and_yarn/dashboard/assets/lodash-4.17.20
dependabot/npm_and_yarn/dashboard/assets/lodash-4.17.21
dependabot/npm_and_yarn/dashboard/assets/macaddress-0.2.9
dependabot/npm_and_yarn/dashboard/assets/mixin-deep-1.3.2
dependabot/npm_and_yarn/dashboard/assets/path-parse-1.0.7
dependabot/npm_and_yarn/dashboard/assets/qs-6.4.1
dependabot/npm_and_yarn/dashboard/assets/set-getter-0.1.1
dependabot/npm_and_yarn/dashboard/assets/sshpk-1.16.1
dependabot/npm_and_yarn/dashboard/assets/stringstream-0.0.6
dependabot/npm_and_yarn/dashboard/assets/tar-2.2.2
dependabot/npm_and_yarn/dashboard/assets/ua-parser-js-0.7.28
dependabot/npm_and_yarn/dashboard/assets/websocket-extensions-0.1.4
dependabot/npm_and_yarn/dashboard/assets/y18n-3.2.2
jimmy-run_bp
jimmy-script
jimmy-script-more
jm-debug
jm-reset-testnet
jm-update-run-node-script
master
origin
w-ci
w-debug
w-script
Tangerine full node (https://github.com/tangerine-network/go-tangerine)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
accounts
/
account_manager.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
eth: add new RPC method (personal.) SignAndSendTransaction
Bas van Kervel
2016-05-20
1
-2
/
+14
*
eth: add personal_importRawKey for runtime private key import
Ales Katona
2016-04-28
1
-1
/
+6
*
accounts: ensure TimedUnlock does not override indefinite unlock timeout
Felix Lange
2016-04-12
1
-8
/
+14
*
accounts: improve API and add documentation
Felix Lange
2016-04-12
1
-35
/
+71
*
accounts: add ErrDecrypt
Felix Lange
2016-04-12
1
-0
/
+1
*
accounts: cache key addresses
Felix Lange
2016-04-12
1
-78
/
+111
*
accounts: streamline API
Felix Lange
2016-04-12
1
-33
/
+24
*
accounts, crypto: move keystore to package accounts
Felix Lange
2016-04-12
1
-13
/
+21
*
rpc: migrated the RPC insterface to a new reflection based RPC layer
Bas van Kervel
2016-01-26
1
-1
/
+1
*
rpc: new RPC implementation with pub/sub support
Bas van Kervel
2015-12-14
1
-0
/
+15
*
all: fix license headers one more time
Felix Lange
2015-07-24
1
-1
/
+1
*
all: update license headers to distiguish GPL/LGPL
Felix Lange
2015-07-23
1
-4
/
+4
*
accounts: fix data race when key is locked after the unlock timeout
Felix Lange
2015-07-21
1
-5
/
+8
*
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
1
-15
/
+15
*
account update: migrate or change password
zelig
2015-07-03
1
-0
/
+28
*
fix account ordering
zelig
2015-07-03
1
-3
/
+3
*
unlock multiple passes and obsolete primary
zelig
2015-07-03
1
-13
/
+0
*
simplify account unlocking
zelig
2015-07-03
1
-55
/
+43
*
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
*
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
1
-17
/
+31
*
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
1
-13
/
+13
*
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
1
-9
/
+10
*
accounts: use pointers consistently
Felix Lange
2015-03-08
1
-15
/
+11
*
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
1
-9
/
+41
|
\
|
*
Remove unneeded initialisation of mutex
Gustav Simonsson
2015-02-26
1
-1
/
+0
|
*
Address pull request comments
Gustav Simonsson
2015-02-26
1
-16
/
+18
|
*
Add automatic locking / unlocking of accounts
Gustav Simonsson
2015-02-26
1
-9
/
+39
*
|
wip
obscuren
2015-02-26
1
-0
/
+1
|
/
*
Fix key store address hex decoding and accounts test
Gustav Simonsson
2015-02-25
1
-0
/
+4
*
Address pull request comments
Gustav Simonsson
2015-01-28
1
-16
/
+12
*
Add accounts package and refactor key stores
Gustav Simonsson
2015-01-26
1
-0
/
+99