zelig
9a06efd080
new logger API for upstream merge
11 years ago
Maran
f6aabb7a90
Implements QML Apps. Implements #47
...
You are welcome Stephan.
11 years ago
zelig
6f09a3e820
fix imports in ui_lib and flags cos of defaultAssetPath move; fix logLevel type for gui
11 years ago
zelig
1024766514
refactor cli and gui wrapper code. Details:
...
- all cli functions shared between ethereum and ethereal abstracted to utils/ cmd.go (should be ethcommon or shared or sth)
- simplify main() now readable stepwise
- rename main wrapper files to main.go
- rename commmand line args definition file from config.go to flags.go
- rename Do -> Start to parallel option names
- register interrupt for rpc server stop
- fix interrupt stopping js repl and ethereum
- register interrupt for mining stop
- custom config file option from command line
- debug option from command line
- loglevel option from command line
- changed ethutil.Config API
- default datadir and default config file set together with other flag defaults in wrappers
- default assetpath set together with other command line flags defaults in gui wrapper (not in ethutil.Config or ui/ui_lib)
- options precedence: default < config file < environment variables < command line
11 years ago
zelig
d060ae6a36
changed logger API, functions that allow Gui to implement ethlog.LogSystem for gui logging
11 years ago
obscuren
65cbea2b6a
bump
11 years ago
obscuren
c89566a42f
Removed old debugger code
11 years ago
obscuren
3ec0c719b9
Verbose logging
11 years ago
obscuren
c1220e8729
bump
11 years ago
obscuren
ef1b923b31
Added a log level slider which can change the log level
11 years ago
obscuren
e7a22af0e6
Minor UI adjustments
11 years ago
obscuren
d929c63474
bump
11 years ago
obscuren
ba3623d0cc
Fixed debugger hang
11 years ago
obscuren
cc20b0e3a0
debugger output
11 years ago
obscuren
964587b14a
Added more debugger output
11 years ago
Maran
7843390ecd
Implement getStateKeyVal for JS bindings.
...
Gives JS the option to 'loop' over contract key/val storage
11 years ago
Maran
3755616a29
Added namereg register option to qml wallet
11 years ago
Maran
cc1d043423
Implemented transaction catching up. Implements #73
11 years ago
Maran
a6f4eef1da
Added Peer Window
11 years ago
obscuren
d6acb74ac9
fixed logging issue that would otherwise crash the client. Fixes #68
11 years ago
obscuren
be27309dbb
show first?
11 years ago
obscuren
0bdb0a9d58
Added ini file for ethereum. fixes #66
11 years ago
obscuren
e7c9b86a5a
Improved UI
...
* Added mining button
11 years ago
obscuren
0938b56829
Update peer info
11 years ago
obscuren
fcbf99a30a
Minor GUI updates
...
* IceCream => IceCREAM
* Added coin base to block info
11 years ago
obscuren
efadfbfb17
Minor UI changes
...
* Moved log from block view
* Prepend instead of append for logs
11 years ago
obscuren
0b4c42d756
Disabled instruction selection
11 years ago
obscuren
8fab7ce37d
Fixes and improved debugger
11 years ago
Maran
44db1a1eb2
Add 0x when feeding data to debugger
11 years ago
Maran
58032d60e7
Bump to RC11
11 years ago
Maran
d4f9daa631
Refactor hex encode and remove coupling of popup to main window
11 years ago
Maran
1eda1d25b0
Hooked up the Block Explorer to the Debugger so we can instantly debug made transactions
11 years ago
obscuren
09728bf43c
Debugger script&data now accept "0x" values
11 years ago
obscuren
090447c664
Data and script in the debugger accept "0x" values and regular scripting
11 years ago
obscuren
34b861c19c
bump
11 years ago
obscuren
a0f73c2703
Minor fixes and improvements to the ui
11 years ago
obscuren
47417506c3
New debugger implemented
11 years ago
obscuren
d0b31e2030
New debugger
11 years ago
Maran
1ab865a994
Adding new blocks on broadcast
11 years ago
obscuren
4fd267a778
Sep debugger from main
11 years ago
Maran
47a58b40cd
Removed recursive function for loop
11 years ago
obscuren
d694e00a33
Fixed debugger
11 years ago
Maran
5fc6ee6a4a
Implemented simple block/tx explorer
11 years ago
obscuren
818bc84591
Bump
11 years ago
obscuren
b42c70be9c
Recv send for txs
11 years ago
obscuren
d35380c19e
New main script through init return value
11 years ago
obscuren
3ddaf56afd
Bumped
11 years ago
obscuren
10e2c40b59
Improved on some ui elements
11 years ago
obscuren
68f4a12a8b
Fixed unconfirmed balance string
11 years ago
obscuren
16bd88c10a
Removed method name
11 years ago