index
:
dexon
cliff-log
dev-test
dexon-classic
jimmy-monkey
jm-vm-design-doc
jm-vm-entry
master
mission-merge-core
mission-tmp
release/1.0
s-lds
s-network-monitor
s-truffle
taipei
testnet
vm
vm-skymizer
vm-skymizer-wasm-cache
vm-skymizer-wasm-no-cache
wasm-vm
wip/gy-sqlvm-gas-model
wip/gy-sqlvm-runtime-benchmark
wip/gy-sqlvm-runtime-p5
wip/lantw/checker
wip/wmin0/codegen
wip/yenlin/planner
wip/yenlin/storage_index
yilan
DEXON full node (https://github.com/dexon-foundation/dexon)
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
*
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