Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed old debugger code | obscuren | 2014-06-20 | 1 | -51/+0 |
| | |||||
* | Add 0x when feeding data to debugger | Maran | 2014-05-29 | 1 | -1/+1 |
| | |||||
* | Refactor hex encode and remove coupling of popup to main window | Maran | 2014-05-28 | 1 | -2/+1 |
| | |||||
* | Hooked up the Block Explorer to the Debugger so we can instantly debug made ↵ | Maran | 2014-05-28 | 1 | -2/+21 |
| | | | | transactions | ||||
* | New debugger | obscuren | 2014-05-27 | 1 | -38/+0 |
| | |||||
* | Sep debugger from main | obscuren | 2014-05-27 | 1 | -4/+10 |
| | |||||
* | Fixed debugger | obscuren | 2014-05-27 | 1 | -14/+18 |
| | |||||
* | New main script through init return value | obscuren | 2014-05-23 | 1 | -1/+1 |
| | |||||
* | Switched to new keyring methods | obscuren | 2014-05-14 | 1 | -1/+1 |
| | |||||
* | Upgraded to new mutan | obscuren | 2014-05-10 | 1 | -1/+1 |
| | |||||
* | Moved Ext app js to its own dir | obscuren | 2014-05-10 | 1 | -10/+0 |
| | |||||
* | Changed seeding | obscuren | 2014-05-09 | 1 | -1/+1 |
| | |||||
* | Cleanup | obscuren | 2014-05-09 | 1 | -1/+1 |
| | |||||
* | Fixed closure | obscuren | 2014-05-08 | 1 | -1/+1 |
| | |||||
* | Split off External applications from main library | obscuren | 2014-04-30 | 1 | -52/+10 |
| | | | | | | | External applications now accept containers which function as the frontend where the ExtApplication functions as the backend. Containers execute within their own engine and have their own context and are destroyed when released. | ||||
* | Added muted | obscuren | 2014-04-29 | 1 | -2/+2 |
| | |||||
* | PreProcess moved to Mutan package | Casey Kuhlman | 2014-04-28 | 1 | -1/+2 |
| | |||||
* | Draft mut(an)ed(itor) | obscuren | 2014-04-28 | 1 | -0/+19 |
| | |||||
* | Leverage the new watch & address:changed functionality | obscuren | 2014-04-26 | 1 | -3/+10 |
| | |||||
* | Added new block sub for webapp | obscuren | 2014-04-24 | 1 | -0/+26 |
| | |||||
* | Minor fixes and sample coin "improvements" | obscuren | 2014-04-24 | 1 | -1/+1 |
| | |||||
* | Minor update and fixes to the gui and console | obscuren | 2014-04-23 | 1 | -1/+9 |
| | |||||
* | Round one HTML external applications using QML(Qt5) WebKit2 w/o native bindings | obscuren | 2014-04-21 | 1 | -0/+16 |
| | |||||
* | Updated closure call | obscuren | 2014-04-20 | 1 | -2/+1 |
| | |||||
* | Updated to use new state object | obscuren | 2014-04-16 | 1 | -10/+8 |
| | |||||
* | Adding log messages to debug panel | Maran | 2014-04-15 | 1 | -0/+3 |
| | |||||
* | Debug steps | obscuren | 2014-04-12 | 1 | -42/+47 |
| | |||||
* | Debugger | obscuren | 2014-04-12 | 1 | -16/+40 |
| | |||||
* | Added wip debugger | obscuren | 2014-04-12 | 1 | -0/+63 |
| | |||||
* | Fix merge conflict | Maran | 2014-04-01 | 1 | -3/+11 |
|\ | |||||
| * | assetPath configurable on command line for ethereal GUI | zelig | 2014-03-27 | 1 | -3/+11 |
| | | | | | | | | | | | | | | | | | | - 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 | 1 | -0/+76 |
The Ethereum node and Gui are now separated. |