Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix merge conflicts | Maran | 2014-04-12 | 4 | -35/+150 |
|\ | |||||
| * | Added wip debugger | obscuren | 2014-04-12 | 4 | -49/+166 |
| | | |||||
* | | Improved (hopefully) the send transaction tab | Maran | 2014-04-12 | 2 | -57/+226 |
| | | |||||
* | | Implemented key importing/generation for the GUI | Maran | 2014-04-11 | 5 | -11/+237 |
|/ | |||||
* | Nonce handling | obscuren | 2014-04-09 | 1 | -1/+3 |
| | |||||
* | Merge branch 'develop' into miner | obscuren | 2014-04-05 | 2 | -6/+19 |
|\ | |||||
| * | Added tx output | obscuren | 2014-04-01 | 2 | -6/+19 |
| | | |||||
* | | Fix merge conflict | Maran | 2014-04-01 | 6 | -16/+92 |
|\| | |||||
| * | Fixed an issue with sending gas to a contract | obscuren | 2014-03-31 | 2 | -3/+3 |
| | | |||||
| * | Updated to new mutan api | obscuren | 2014-03-31 | 1 | -1/+1 |
| | | |||||
| * | Added gas and gas price. | obscuren | 2014-03-28 | 2 | -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 GUI | zelig | 2014-03-27 | 4 | -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 branch | Maran | 2014-03-24 | 1 | -1/+0 |
|/ | |||||
* | Merge branch 'develop' of https://github.com/WeMeetAgain/go-ethereum into ↵ | obscuren | 2014-03-22 | 1 | -8/+9 |
| | | | | | | | WeMeetAgain-develop Conflicts: ethereal/Makefile | ||||
* | Major re-organisation. | obscuren | 2014-03-22 | 14 | -0/+971 |
The Ethereum node and Gui are now separated. |