Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switched to new keyring methods | obscuren | 2014-05-14 | 1 | -5/+8 |
| | |||||
* | Cleanup | obscuren | 2014-05-09 | 1 | -85/+0 |
| | |||||
* | Moved public interface | obscuren | 2014-05-02 | 1 | -5/+6 |
| | |||||
* | Moved API | obscuren | 2014-05-02 | 1 | -5/+5 |
| | |||||
* | fixed state object changes for eth api | obscuren | 2014-04-30 | 1 | -32/+3 |
| | |||||
* | Split off External applications from main library | obscuren | 2014-04-30 | 1 | -5/+28 |
| | | | | | | | 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. | ||||
* | Leverage the new watch & address:changed functionality | obscuren | 2014-04-26 | 1 | -2/+6 |
| | |||||
* | Minor fixes and sample coin "improvements" | obscuren | 2014-04-24 | 1 | -0/+24 |
| | |||||
* | Refactored code | obscuren | 2014-04-23 | 1 | -13/+10 |
| | |||||
* | Minor update and fixes to the gui and console | obscuren | 2014-04-23 | 1 | -3/+6 |
| | |||||
* | Updated to use new state object | obscuren | 2014-04-16 | 1 | -22/+3 |
| | |||||
* | added init and main functions to script | obscuren | 2014-04-16 | 1 | -11/+27 |
| | |||||
* | Debug steps | obscuren | 2014-04-12 | 1 | -0/+1 |
| | |||||
* | Fix merge conflicts | Maran | 2014-04-12 | 1 | -35/+0 |
|\ | |||||
| * | Added wip debugger | obscuren | 2014-04-12 | 1 | -36/+1 |
| | | |||||
* | | Improved (hopefully) the send transaction tab | Maran | 2014-04-12 | 1 | -4/+10 |
| | | |||||
* | | Implemented key importing/generation for the GUI | Maran | 2014-04-11 | 1 | -0/+28 |
|/ | |||||
* | Nonce handling | obscuren | 2014-04-09 | 1 | -1/+3 |
| | |||||
* | Added tx output | obscuren | 2014-04-01 | 1 | -4/+4 |
| | |||||
* | 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 | ||||
* | Major re-organisation. | obscuren | 2014-03-22 | 1 | -0/+60 |
The Ethereum node and Gui are now separated. |