aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/ui
Commit message (Collapse)AuthorAgeFilesLines
* Updated closure callobscuren2014-04-201-2/+1
|
* Updated to use new state objectobscuren2014-04-163-33/+12
|
* Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2014-04-161-0/+3
|\
| * Adding log messages to debug panelMaran2014-04-151-0/+3
| |
* | added init and main functions to scriptobscuren2014-04-161-11/+27
|/
* Mergeobscuren2014-04-121-1/+3
|\
| * Added isContract to guiMaran2014-04-121-1/+3
| |
* | Debug stepsobscuren2014-04-123-43/+51
| |
* | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2014-04-122-11/+62
|\|
| * Fix merge conflictsMaran2014-04-123-35/+64
| |\
| * | Improved (hopefully) the send transaction tabMaran2014-04-121-4/+10
| | |
| * | Implemented key importing/generation for the GUIMaran2014-04-112-9/+53
| | |
* | | Debuggerobscuren2014-04-121-16/+40
| |/ |/|
* | Added wip debuggerobscuren2014-04-123-38/+66
|/
* Nonce handlingobscuren2014-04-091-1/+3
|
* Merge branch 'develop' into minerobscuren2014-04-051-4/+4
|\
| * Added tx outputobscuren2014-04-011-4/+4
| |
* | Fix merge conflictMaran2014-04-013-8/+65
|\|
| * 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
* | Merge master into miner branchMaran2014-03-241-1/+0
|/
* Major re-organisation.obscuren2014-03-223-0/+354
The Ethereum node and Gui are now separated.