Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Toggle inspector / reload using magic rectangle | Maran | 2014-06-11 | 1 | -1/+25 |
| | |||||
* | Implemented usedGas to the explorer | Maran | 2014-06-11 | 1 | -3/+3 |
| | |||||
* | Add GasLimit to the block explorer | Maran | 2014-06-11 | 1 | -2/+3 |
| | |||||
* | Implement getStateKeyVal for JS bindings. | Maran | 2014-06-04 | 1 | -2/+7 |
| | | | | Gives JS the option to 'loop' over contract key/val storage | ||||
* | Added namereg register option to qml wallet | Maran | 2014-06-03 | 1 | -2/+25 |
| | |||||
* | Tweaks and latency added to peeroverview | Maran | 2014-06-03 | 1 | -5/+6 |
| | |||||
* | Added Peer Window | Maran | 2014-06-02 | 1 | -1/+49 |
| | |||||
* | Added ini file for ethereum. fixes #66 | obscuren | 2014-05-31 | 1 | -15/+22 |
| | |||||
* | Unified the contract interface and tx interface. Fixes #62 | obscuren | 2014-05-30 | 1 | -50/+53 |
| | |||||
* | Improved UI | obscuren | 2014-05-30 | 1 | -123/+25 |
| | | | | * Added mining button | ||||
* | Minor GUI updates | obscuren | 2014-05-30 | 1 | -35/+30 |
| | | | | | * IceCream => IceCREAM * Added coin base to block info | ||||
* | . | obscuren | 2014-05-29 | 1 | -1001/+1001 |
| | |||||
* | Minor UI changes | obscuren | 2014-05-29 | 1 | -15/+16 |
| | | | | | * Moved log from block view * Prepend instead of append for logs | ||||
* | Minimal fee for sending transactions | obscuren | 2014-05-29 | 1 | -1/+1 |
| | |||||
* | Removed regexp for namereg | obscuren | 2014-05-29 | 1 | -2/+2 |
| | |||||
* | merge | obscuren | 2014-05-29 | 1 | -1002/+1000 |
|\ | |||||
| * | Refactor hex encode and remove coupling of popup to main window | Maran | 2014-05-28 | 1 | -2/+1 |
| | | |||||
* | | Fixes and improved debugger | obscuren | 2014-05-29 | 1 | -1001/+1001 |
|/ | |||||
* | Hooked up the Block Explorer to the Debugger so we can instantly debug made ↵ | Maran | 2014-05-28 | 1 | -6/+32 |
| | | | | transactions | ||||
* | Consolidated external qml files to hopefully prevent crashing bug | Maran | 2014-05-28 | 3 | -990/+976 |
| | |||||
* | Added some shortcuts | obscuren | 2014-05-27 | 1 | -0/+10 |
| | |||||
* | Minor fixes and improvements to the ui | obscuren | 2014-05-27 | 1 | -17/+4 |
| | |||||
* | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2014-05-27 | 1 | -14/+146 |
|\ | | | | | | | | | Conflicts: ethereal/assets/qml/wallet.qml | ||||
| * | Uhm what | Maran | 2014-05-27 | 1 | -1/+2 |
| | | |||||
| * | Adding new blocks on broadcast | Maran | 2014-05-27 | 1 | -2/+11 |
| | | |||||
| * | Increase size for asm | Maran | 2014-05-27 | 1 | -2/+2 |
| | | |||||
| * | Removed recursive function for loop | Maran | 2014-05-27 | 1 | -4/+4 |
| | | |||||
| * | Fix merge conflict | Maran | 2014-05-27 | 1 | -31/+44 |
| |\ | |||||
| * | | Remove extra log statement | Maran | 2014-05-26 | 1 | -1/+0 |
| | | | |||||
| * | | Implemented simple block/tx explorer | Maran | 2014-05-26 | 1 | -13/+126 |
| | | | |||||
| * | | Merge branch 'develop' of github.com:ethereum/go-ethereum into develop | Maran | 2014-05-26 | 1 | -5/+4 |
| |\ \ | |||||
| * | | | Hide inspector by default | Maran | 2014-05-22 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix merge conflicts | Maran | 2014-05-22 | 2 | -1/+2 |
| | | | | |||||
* | | | | New debugger implemented | obscuren | 2014-05-27 | 1 | -8/+0 |
| | | | | |||||
* | | | | Sep debugger from main | obscuren | 2014-05-27 | 1 | -2/+12 |
| |_|/ |/| | | |||||
* | | | Fixed debugger | obscuren | 2014-05-27 | 1 | -31/+44 |
| |/ |/| | |||||
* | | Recv send for txs | obscuren | 2014-05-26 | 1 | -5/+4 |
|/ | |||||
* | Improved on some ui elements | obscuren | 2014-05-21 | 1 | -0/+39 |
| | |||||
* | Changed validators to regexp validators | obscuren | 2014-05-14 | 2 | -4/+5 |
| | | | | | IntValidator limits to 32bit int (JavaScript limitation) and therefor the input fields are limited in length. | ||||
* | Typo | Maran | 2014-05-13 | 1 | -1/+1 |
| | |||||
* | Removed harcoded addresses from GetBlock JS bindings. Fixes #39 | Maran | 2014-05-13 | 1 | -2/+2 |
| | |||||
* | Depcrecated set | Maran | 2014-05-13 | 1 | -0/+3 |
| | |||||
* | Implemented new JS/EthPub methods | Maran | 2014-05-13 | 1 | -0/+24 |
| | | | | | | | | - getTxCountAt - getPeerCount - getIsMining - getIsListening - getCoinbase | ||||
* | Fix merge conflict | Maran | 2014-05-13 | 1 | -2/+2 |
| | |||||
* | Refactored some code and fixed #37 | obscuren | 2014-05-12 | 1 | -131/+131 |
| | |||||
* | Moved Ext app js to its own dir | obscuren | 2014-05-10 | 2 | -2/+2 |
| | |||||
* | Cleanup | obscuren | 2014-05-09 | 2 | -3/+3 |
| | |||||
* | Changed getkey and secrettoaddress | obscuren | 2014-05-05 | 1 | -8/+7 |
| | |||||
* | Added storage watch | obscuren | 2014-05-05 | 1 | -2/+14 |
| | |||||
* | Fixed samplecoin | obscuren | 2014-05-02 | 1 | -0/+1 |
| | |||||
* | Added string conversion API | obscuren | 2014-05-02 | 1 | -0/+2 |
| | | | | | | | * bin * pad * unpad * conversion bin/hex/dec | ||||
* | Added a 'set' method to change window settings for external applications | obscuren | 2014-05-02 | 1 | -0/+6 |
| | |||||
* | getBalanceAt getStorageAt, fixed get balance api call | obscuren | 2014-04-30 | 1 | -1/+1 |
| | |||||
* | fixed state object changes for eth api | obscuren | 2014-04-30 | 1 | -3/+2 |
| | |||||
* | API changes | obscuren | 2014-04-30 | 1 | -131/+155 |
| | |||||
* | Added muted | obscuren | 2014-04-29 | 2 | -167/+177 |
| | |||||
* | Draft mut(an)ed(itor) | obscuren | 2014-04-28 | 2 | -0/+70 |
| | |||||
* | Leverage the new watch & address:changed functionality | obscuren | 2014-04-26 | 1 | -1/+11 |
| | |||||
* | Added callback mechanism and updated UI | obscuren | 2014-04-24 | 3 | -2/+5 |
| | | | | | * 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 | 1 | -3/+20 |
| | |||||
* | Minor update and fixes to the gui and console | obscuren | 2014-04-23 | 2 | -6/+6 |
| | |||||
* | Updated test coin | obscuren | 2014-04-23 | 1 | -67/+91 |
| | |||||
* | Round one HTML external applications using QML(Qt5) WebKit2 w/o native bindings | obscuren | 2014-04-21 | 1 | -0/+85 |
| | |||||
* | 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 | 3 | -0/+452 |
The Ethereum node and Gui are now separated. |