aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal
Commit message (Collapse)AuthorAgeFilesLines
* Fix merge conflictsMaran2014-04-124-35/+150
|\
| * Added wip debuggerobscuren2014-04-124-49/+166
| |
* | Improved (hopefully) the send transaction tabMaran2014-04-122-57/+226
| |
* | Implemented key importing/generation for the GUIMaran2014-04-115-11/+237
|/
* Nonce handlingobscuren2014-04-091-1/+3
|
* Merge branch 'develop' into minerobscuren2014-04-052-6/+19
|\
| * Added tx outputobscuren2014-04-012-6/+19
| |
* | Fix merge conflictMaran2014-04-016-16/+92
|\|
| * Fixed an issue with sending gas to a contractobscuren2014-03-312-3/+3
| |
| * Updated to new mutan apiobscuren2014-03-311-1/+1
| |
| * Added gas and gas price.obscuren2014-03-282-7/+70
| | | | | | | | | | * 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-274-9/+22
| | | | | | | | | | | | | | | | | | - 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
|/
* Merge branch 'develop' of https://github.com/WeMeetAgain/go-ethereum into ↵obscuren2014-03-221-8/+9
| | | | | | | WeMeetAgain-develop Conflicts: ethereal/Makefile
* Major re-organisation.obscuren2014-03-2214-0/+971
The Ethereum node and Gui are now separated.