Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved files | obscuren | 2014-07-02 | 1 | -132/+0 |
| | |||||
* | changed name for ethutil hex functions; and access to keyring via keyManager | zelig | 2014-06-30 | 1 | -2/+2 |
| | |||||
* | Implemented GUI watchers for rapid reload. Implements #46 | Maran | 2014-05-20 | 1 | -3/+9 |
| | |||||
* | Public ethereum interface uses EthManager | obscuren | 2014-05-13 | 1 | -1/+1 |
| | |||||
* | Merge branch 'develop' into feature/rpc | Maran | 2014-05-05 | 1 | -4/+3 |
|\ | |||||
| * | Added storage watch | obscuren | 2014-05-05 | 1 | -4/+3 |
| | | |||||
* | | Implemented rpc for ethereal and ethereum | Maran | 2014-05-05 | 1 | -1/+1 |
|/ | |||||
* | Moved public interface | obscuren | 2014-05-02 | 1 | -3/+3 |
| | |||||
* | Moved API | obscuren | 2014-05-02 | 1 | -94/+2 |
| | |||||
* | fixed state object changes for eth api | obscuren | 2014-04-30 | 1 | -9/+53 |
| | |||||
* | Split off External applications from main library | obscuren | 2014-04-30 | 1 | -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. |