zelig
29cc1af2bc
remove ui/library; instead expose gui itself for initial window
11 years ago
zelig
e43e4ff2c1
main loop uses new flags and common methods in util: db, keymanager set up; passes KeyRing/Session string to gui
11 years ago
zelig
12fbb7ae5c
new command line options
...
- keyring: keyring/session identifier used by key manager
- keystore: choice of db/file key storage
- import message updated
- export: name of directory to export keys to (was bool)
11 years ago
zelig
2920795168
using keyPair.Mnemonic() in file key store Save method
11 years ago
zelig
25314313f8
added Mnemonic() and AsStrings() methods, added memoization for address
11 years ago
zelig
a8be0d9f48
add InitFromString method to be used in gui
11 years ago
zelig
ce4080faa7
Merge branch 'develop' of github.com:ethereum/go-ethereum into feature/keys
11 years ago
zelig
cf7fcadeca
added utility functions to set up db, keymanager, ethereum init and simplify key tasks
11 years ago
zelig
9bd67de671
remove keys file, now subsumed under ethcrypto/key_manager
11 years ago
zelig
27e1352c85
main loop uses new flags and common methods in util: db, keymanager set up
11 years ago
zelig
0ea9595d41
new command line options
...
- keyring: keyring/session identifier used by key manager
- keystore: choice of db/file key storage
- import message updated
- export: name of directory to export keys to (was bool)
11 years ago
zelig
e38b016547
changed name for ethutil hex functions
11 years ago
zelig
dabaa4cce0
change all modified calls to ethtrie, ethutil and ethcrypto functions
11 years ago
zelig
707d413761
refactor ethutil/trie to ethtrie
11 years ago
zelig
4be3521727
import math/big
11 years ago
zelig
e3b911652d
move CreateAddress from ethutil/common to ethcrypto
11 years ago
zelig
5e50b50dc3
no strconv import needed
11 years ago
zelig
772e7e8c8d
Key Manager
...
- keypair, keyring:
-- consistent naming of methods
-- error propagation
-- no panic
- keyManager: persist, import, export, initialize and (re)set keyring
- no global public "singleton" keyring, instead interface via keyManager
- keys test
- KeyStore interface, DB and File store implementations
11 years ago
zelig
e1ea41ee9c
remove ethutil helpers (refactored), and keypair (key management under ethcrypto package)
11 years ago
zelig
d87857ffdb
config Pubkey removed (unused)
11 years ago
zelig
1db3e2241e
move ethutil/mnemonic to ethcrypto - electrum word list now sourced from file
11 years ago
zelig
d085133c6d
move ethutil helper crypto functions to ethcrypto/crypto
11 years ago
zelig
5c1e0a6dc4
move ethutil hex conversion functions to bytes
11 years ago
zelig
7489fb784e
move ethutil helper slice functions -> slice
11 years ago
zelig
2d48fc1113
fix logmessage if data directory doesn't exist
11 years ago
obscuren
328ee9a3ec
Merge branch 'master' into develop
11 years ago
obscuren
4fc60f340f
Wait for catchup when starting the miner
11 years ago
Jeffrey Wilcke
2eae52ebd1
Merge pull request #27 from ethersphere/bugfix/ethchain-test
...
transitional ethutil.ReadConfig fixes in ethchain tests (they still fail...
11 years ago
zelig
79009ca074
transitional ethutil.ReadConfig fixes in ethchain tests (they still fail! FIXME :)
11 years ago
obscuren
8151858e70
Merge branch 'master' of github.com-obscure:ethereum/eth-go
11 years ago
obscuren
6c7e58643c
Merge branch 'develop'
11 years ago
obscuren
423beddf57
nil check
11 years ago
Jeffrey Wilcke
30f5642c62
Merge pull request #26 from ethersphere/master
...
bump v5.15
11 years ago
obscuren
e3ad2a3969
Merge branch 'develop'
11 years ago
obscuren
8119d77a21
:-(
11 years ago
obscuren
1b74b98f90
Check if go install succeed
11 years ago
obscuren
d57b7e8d5f
Fix for installer
11 years ago
obscuren
2d274003b8
Merge branch 'develop'
...
Conflicts:
install.sh
11 years ago
obscuren
52ddf044ae
Initialization of Qt should happen before anything else
11 years ago
obscuren
214721ca01
update
11 years ago
obscuren
cad98dc4d5
update
11 years ago
obscuren
e46e7e7a9c
Added install script
11 years ago
obscuren
bf2ac5acc5
Added install script
11 years ago
zelig
d551a75c35
bump v5.15
11 years ago
obscuren
8935a93cf8
Merge branch 'release/0.5.15' into develop
11 years ago
obscuren
9d5a3f0131
Merge branch 'release/0.5.15'
11 years ago
obscuren
42414cadaa
Merge branch 'release/0.5.15' into develop
11 years ago
obscuren
3777ead25e
Merge branch 'release/0.5.15'
11 years ago
obscuren
a68bfd215f
bump
11 years ago
obscuren
a98e6a262a
Merge branch 'develop' into release/0.5.15
11 years ago