Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed getkey and secrettoaddress | obscuren | 2014-05-05 | 3 | -16/+20 |
| | |||||
* | Added storage watch | obscuren | 2014-05-05 | 3 | -11/+43 |
| | |||||
* | Updated sample coin | obscuren | 2014-05-02 | 1 | -2/+2 |
| | |||||
* | Fixed samplecoin | obscuren | 2014-05-02 | 3 | -16/+18 |
| | |||||
* | Added string conversion API | obscuren | 2014-05-02 | 3 | -2/+61 |
| | | | | | | | * bin * pad * unpad * conversion bin/hex/dec | ||||
* | Added a 'set' method to change window settings for external applications | obscuren | 2014-05-02 | 3 | -0/+12 |
| | |||||
* | Moved and improved sample coin | obscuren | 2014-05-02 | 5 | -0/+114 |
| | |||||
* | Fixed minor issue with upnp where 'err' wasn't checked resulting in crash | obscuren | 2014-05-02 | 3 | -124/+0 |
| | |||||
* | getBalanceAt getStorageAt, fixed get balance api call | obscuren | 2014-04-30 | 3 | -5/+9 |
| | |||||
* | fixed state object changes for eth api | obscuren | 2014-04-30 | 3 | -12/+10 |
| | |||||
* | API changes | obscuren | 2014-04-30 | 3 | -152/+208 |
| | |||||
* | Added muted | obscuren | 2014-04-29 | 5 | -170/+283 |
| | |||||
* | Draft mut(an)ed(itor) | obscuren | 2014-04-28 | 9 | -0/+8281 |
| | |||||
* | Leverage the new watch & address:changed functionality | obscuren | 2014-04-26 | 3 | -2/+19 |
| | |||||
* | Moved | obscuren | 2014-04-26 | 1 | -0/+65 |
| | |||||
* | Merge | obscuren | 2014-04-25 | 1 | -10/+0 |
|\ | |||||
* | | Added callback mechanism and updated UI | obscuren | 2014-04-24 | 5 | -19/+64 |
| | | | | | | | | | | * UI Now updates when a new block has been broadcasted * Added a on, off and trigger | ||||
* | | Minor fixes and sample coin "improvements" | obscuren | 2014-04-24 | 4 | -20/+69 |
| | | |||||
* | | Minor update and fixes to the gui and console | obscuren | 2014-04-23 | 2 | -6/+6 |
| | | |||||
* | | Updated test coin | obscuren | 2014-04-23 | 3 | -84/+139 |
| | | |||||
* | | Round one HTML external applications using QML(Qt5) WebKit2 w/o native bindings | obscuren | 2014-04-21 | 3 | -0/+160 |
| | | |||||
* | | Round one HTML external applications using QML(Qt5) WebKit2 w/o native bindings | obscuren | 2014-04-21 | 1 | -1/+6 |
|/ | |||||
* | Fix up paneling | Maran | 2014-04-15 | 1 | -31/+30 |
| | |||||
* | Adding log messages to debug panel | Maran | 2014-04-15 | 1 | -0/+15 |
| | |||||
* | Merge branch 'develop' of github.com:ethereum/go-ethereum into develop | Maran | 2014-04-15 | 1 | -44/+59 |
|\ | |||||
| * | Merge | obscuren | 2014-04-12 | 3 | -277/+308 |
| |\ | |||||
| * | | Debug steps | obscuren | 2014-04-12 | 1 | -2/+17 |
| | | | |||||
* | | | Add send to contract | Maran | 2014-04-15 | 2 | -4/+37 |
| |/ |/| | |||||
* | | Added isContract to gui | Maran | 2014-04-12 | 1 | -1/+8 |
| | | |||||
* | | remove test menu | Maran | 2014-04-12 | 1 | -29/+0 |
| | | |||||
* | | Initial refactor for wallet qml | Maran | 2014-04-12 | 3 | -258/+280 |
| | | |||||
* | | Refactored simple send to use states | Maran | 2014-04-12 | 1 | -180/+211 |
|/ | |||||
* | Fix merge conflicts | Maran | 2014-04-12 | 1 | -0/+86 |
|\ | |||||
| * | Added wip debugger | obscuren | 2014-04-12 | 1 | -11/+100 |
| | | |||||
* | | Improved (hopefully) the send transaction tab | Maran | 2014-04-12 | 1 | -53/+216 |
| | | |||||
* | | Implemented key importing/generation for the GUI | Maran | 2014-04-11 | 2 | -0/+184 |
|/ | |||||
* | Added tx output | obscuren | 2014-04-01 | 1 | -2/+15 |
| | |||||
* | Fixed an issue with sending gas to a contract | obscuren | 2014-03-31 | 1 | -1/+1 |
| | |||||
* | Added gas and gas price. | obscuren | 2014-03-28 | 1 | -6/+23 |
| | | | | | * 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 | 8 | -0/+452 |
The Ethereum node and Gui are now separated. |