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
obscuren
fd89df4d38
Merge branch 'develop' into release/0.5.15
11 years ago
obscuren
491925b71e
Merge branch 'ethersphere-feature/logging' into develop
11 years ago
obscuren
91bdf9e801
Merge branch 'ethersphere-feature/logging' into develop
11 years ago
zelig
ae5ace1619
go fmt
11 years ago
zelig
853053a3b2
go fmt
11 years ago
obscuren
21e389bec5
bump
11 years ago
obscuren
b57ee87485
bump
11 years ago
obscuren
8100903d92
Increase width of asm instruction
11 years ago
zelig
da38faa8f7
merge upstream; fix port in use warning; new logger API
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
zelig
098136b681
ethereum logs server started/stopped message
11 years ago
obscuren
0ed19d9f20
Logging, variable rearrangement
11 years ago
obscuren
39cb34850a
Added instruction numbers
11 years ago
obscuren
b3367ec0e3
Added option to not break eachline
11 years ago
zelig
782f780476
space in miner logging message
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