obscuren
41a03b29ab
Merge branch 'ebuchman-miner_up_to_date' into develop
11 years ago
Ethan Buchman
0ed9528d76
fix: miner wait untill UpToDate
11 years ago
zelig
098f7f23ce
changed name for ethutil hex functions; and access to keyring via keyManager
11 years ago
zelig
8aea468744
gui changes
...
- remove lib *EthLib, expose gui itself to initial import window
- remove addr []byte instead use dynamic adress()
- use ethereum.KeyManager to retrieve address and privateKey
- add Session string (keyRing identifier)
- add and reimplement ImportAndSetPrivKey and CreateAndSetPrivKey
11 years ago
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
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
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
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
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
fd89df4d38
Merge branch 'develop' into release/0.5.15
11 years ago
obscuren
91bdf9e801
Merge branch 'ethersphere-feature/logging' into develop
11 years ago
zelig
ae5ace1619
go fmt
11 years ago
obscuren
b57ee87485
bump
11 years ago
obscuren
8100903d92
Increase width of asm instruction
11 years ago
zelig
648c418fcd
Merge branch 'develop' of github.com:ethereum/go-ethereum into feature/logging
11 years ago
zelig
21d86ca486
gui stop
...
- introduce gui.Stop()
- remember state with open
- stopping ethereum stack is not gui concern, moved to main
- stopping mining, gui and ethereum handled via interrupt callbacks
- ^C triggers exactly the same behaviour as quit via menu
11 years ago
zelig
c0a05fcf89
log slider
...
- only add the gui logger after window is shown otherwise slider wont be shown
- need to silence gui logger after window closed otherwise logsystem hangs
- gui.GetLogLevelInt() extra function needed to give correcty int typecast value to gui widget that sets initial loglevel to default
11 years ago
obscuren
b89076faa2
Added amount to contract during debugging
11 years ago
zelig
2f96652bb4
interrupt handlers now ordered
11 years ago
obscuren
b3367ec0e3
Added option to not break eachline
11 years ago
zelig
9a06efd080
new logger API for upstream merge
11 years ago
zelig
6763d28a17
repl.Stop() to only if running, fixes panic after js> exit followed by interrupt
11 years ago
zelig
bf57e9603b
add newline to help usage msg
11 years ago
zelig
096427c3b1
Merge remote-tracking branch 'upstream/develop' into feature/logging
11 years ago
zelig
8ee1abecb9
update log levels to include DebugDetail; correct default datadir for ethereal
11 years ago
zelig
39c0f7f386
fix logSlider: now has 5 levels, initialized to gui.GetLogLevel which is set through command line flag (defaults to InfoLevel)
11 years ago
obscuren
1268413ba7
Removed old compile methods
11 years ago
zelig
08de13a57b
merge upstream
11 years ago
Maran
9654b80912
Implemented TX History for ethjs
11 years ago
obscuren
1e965cb8f5
Moved BlockDo to utils
11 years ago
obscuren
fd1ddbce68
Save repl history to file and recall on next session
11 years ago
obscuren
a13aa873c2
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
11 years ago