aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/ui
Commit message (Collapse)AuthorAgeFilesLines
* Fixed an issue with sending gas to a contractobscuren2014-03-311-2/+2
|
* Updated to new mutan apiobscuren2014-03-311-1/+1
|
* Added gas and gas price.obscuren2014-03-281-1/+47
| | | | | * library's `createTx` method changed so it accepts a gas price * dev console accepts code as well as the library
* assetPath configurable on command line for ethereal GUIzelig2014-03-272-7/+18
| | | | | | | | | - 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-223-0/+354
The Ethereum node and Gui are now separated.