Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated closure call | obscuren | 2014-04-20 | 1 | -2/+1 |
| | |||||
* | Updated to use new state object | obscuren | 2014-04-16 | 3 | -33/+12 |
| | |||||
* | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2014-04-16 | 1 | -0/+3 |
|\ | |||||
| * | Adding log messages to debug panel | Maran | 2014-04-15 | 1 | -0/+3 |
| | | |||||
* | | added init and main functions to script | obscuren | 2014-04-16 | 1 | -11/+27 |
|/ | |||||
* | Merge | obscuren | 2014-04-12 | 1 | -1/+3 |
|\ | |||||
| * | Added isContract to gui | Maran | 2014-04-12 | 1 | -1/+3 |
| | | |||||
* | | Debug steps | obscuren | 2014-04-12 | 3 | -43/+51 |
| | | |||||
* | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2014-04-12 | 2 | -11/+62 |
|\| | |||||
| * | Fix merge conflicts | Maran | 2014-04-12 | 3 | -35/+64 |
| |\ | |||||
| * | | Improved (hopefully) the send transaction tab | Maran | 2014-04-12 | 1 | -4/+10 |
| | | | |||||
| * | | Implemented key importing/generation for the GUI | Maran | 2014-04-11 | 2 | -9/+53 |
| | | | |||||
* | | | Debugger | obscuren | 2014-04-12 | 1 | -16/+40 |
| |/ |/| | |||||
* | | Added wip debugger | obscuren | 2014-04-12 | 3 | -38/+66 |
|/ | |||||
* | Nonce handling | obscuren | 2014-04-09 | 1 | -1/+3 |
| | |||||
* | Merge branch 'develop' into miner | obscuren | 2014-04-05 | 1 | -4/+4 |
|\ | |||||
| * | Added tx output | obscuren | 2014-04-01 | 1 | -4/+4 |
| | | |||||
* | | Fix merge conflict | Maran | 2014-04-01 | 3 | -8/+65 |
|\| | |||||
| * | Fixed an issue with sending gas to a contract | obscuren | 2014-03-31 | 1 | -2/+2 |
| | | |||||
| * | Updated to new mutan api | obscuren | 2014-03-31 | 1 | -1/+1 |
| | | |||||
| * | Added gas and gas price. | obscuren | 2014-03-28 | 1 | -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 GUI | zelig | 2014-03-27 | 2 | -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 branch | Maran | 2014-03-24 | 1 | -1/+0 |
|/ | |||||
* | Major re-organisation. | obscuren | 2014-03-22 | 3 | -0/+354 |
The Ethereum node and Gui are now separated. |