aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/ui/ext_app.go
Commit message (Collapse)AuthorAgeFilesLines
* Implemented GUI watchers for rapid reload. Implements #46Maran2014-05-201-3/+9
|
* Public ethereum interface uses EthManagerobscuren2014-05-131-1/+1
|
* Merge branch 'develop' into feature/rpcMaran2014-05-051-4/+3
|\
| * Added storage watchobscuren2014-05-051-4/+3
| |
* | Implemented rpc for ethereal and ethereumMaran2014-05-051-1/+1
|/
* Moved public interfaceobscuren2014-05-021-3/+3
|
* Moved APIobscuren2014-05-021-94/+2
|
* fixed state object changes for eth apiobscuren2014-04-301-9/+53
|
* Split off External applications from main libraryobscuren2014-04-301-0/+175
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.