aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/ui/gui.go
Commit message (Collapse)AuthorAgeFilesLines
* Bumpedobscuren2014-05-211-1/+1
|
* Improved on some ui elementsobscuren2014-05-211-0/+1
|
* Fixed unconfirmed balance stringobscuren2014-05-211-7/+2
|
* Removed method nameobscuren2014-05-211-1/+1
|
* Bumpobscuren2014-05-201-1/+1
|
* Removed nonce incrementingobscuren2014-05-191-2/+4
|
* Readline repl for linux & osxobscuren2014-05-171-1/+1
|
* Refactored to reactor. Fixes #42obscuren2014-05-151-6/+7
|
* Bumped versionobscuren2014-05-151-1/+3
|
* Update wallet value for coinbase rewards. Implements #44 & #43obscuren2014-05-141-9/+29
|
* Switched to new keyring methodsobscuren2014-05-141-45/+4
|
* Bumpedobscuren2014-05-131-1/+1
|
* Public ethereum interface uses EthManagerobscuren2014-05-131-1/+1
|
* Fixed wallet crash for new account. Fixes #38obscuren2014-05-131-3/+3
|
* Refactored some code and fixed #37obscuren2014-05-121-24/+83
|
* Upgraded to new mutanobscuren2014-05-101-2/+2
|
* Bumpobscuren2014-05-101-1/+1
|
* Moved Ext app js to its own dirobscuren2014-05-101-1/+6
|
* Cleanupobscuren2014-05-091-68/+73
|
* 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.