aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/ui/gui.go
Commit message (Collapse)AuthorAgeFilesLines
* Moved public interfaceobscuren2014-05-021-7/+7
|
* Moved APIobscuren2014-05-021-6/+7
|
* Fixed tx nonceobscuren2014-04-301-2/+5
|
* Updated version numberobscuren2014-04-271-1/+1
|
* Leverage the new watch & address:changed functionalityobscuren2014-04-261-46/+6
|
* Minor fixes and sample coin "improvements"obscuren2014-04-241-1/+13
|
* Minor update and fixes to the gui and consoleobscuren2014-04-231-0/+1
|
* Updated to use new state objectobscuren2014-04-161-1/+1
|
* Mergeobscuren2014-04-121-1/+3
|\
| * Added isContract to guiMaran2014-04-121-1/+3
| |
* | Debug stepsobscuren2014-04-121-1/+3
|/
* Fix merge conflictsMaran2014-04-121-0/+1
|\
| * Added wip debuggerobscuren2014-04-121-2/+2
| |
* | Implemented key importing/generation for the GUIMaran2014-04-111-9/+25
|/
* assetPath configurable on command line for ethereal GUIzelig2014-03-271-4/+7
| | | | | | | | | - solves the problem of non-standard installs - add AssetPath to config as string var - introduced UiLib constructor which falls back to defaultAssetPath (earlier behaviour) if no assetPath is set - defaultAssetPath now internal concern of UiLib - gui.Start(assetPath) argument passed from ethereal main() as set Init() in config.go - informative log message if wallet.qml fails to open
* Major re-organisation.obscuren2014-03-221-0/+218
The Ethereum node and Gui are now separated.