Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved files | obscuren | 2014-07-02 | 1 | -100/+0 |
| | |||||
* | changed name for ethutil hex functions; and access to keyring via keyManager | zelig | 2014-06-30 | 1 | -2/+2 |
| | |||||
* | merge upstream | zelig | 2014-06-25 | 1 | -11/+4 |
|\ | |||||
| * | Implements QML Apps. Implements #47 | Maran | 2014-06-23 | 1 | -11/+4 |
| | | | | | | | | You are welcome Stephan. | ||||
* | | fix imports in ui_lib and flags cos of defaultAssetPath move; fix logLevel ↵ | zelig | 2014-06-23 | 1 | -4/+0 |
| | | | | | | | | type for gui | ||||
* | | refactor cli and gui wrapper code. Details: | zelig | 2014-06-23 | 1 | -29/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - all cli functions shared between ethereum and ethereal abstracted to utils/ cmd.go (should be ethcommon or shared or sth) - simplify main() now readable stepwise - rename main wrapper files to main.go - rename commmand line args definition file from config.go to flags.go - rename Do -> Start to parallel option names - register interrupt for rpc server stop - fix interrupt stopping js repl and ethereum - register interrupt for mining stop - custom config file option from command line - debug option from command line - loglevel option from command line - changed ethutil.Config API - default datadir and default config file set together with other flag defaults in wrappers - default assetpath set together with other command line flags defaults in gui wrapper (not in ethutil.Config or ui/ui_lib) - options precedence: default < config file < environment variables < command line | ||||
* | | merge upstream | zelig | 2014-06-23 | 1 | -51/+0 |
|\| | |||||
| * | Removed old debugger code | obscuren | 2014-06-20 | 1 | -51/+0 |
| | | |||||
* | | changed logger API, functions that allow Gui to implement ethlog.LogSystem ↵ | zelig | 2014-06-23 | 1 | -3/+3 |
|/ | | | | for gui logging | ||||
* | 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. |