Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2014-05-13 | 2 | -3/+7 | |
|\| | ||||||
| * | Added support to NewJsonRpc to return an error as well as an interface | Maran | 2014-05-13 | 1 | -2/+6 | |
| | | ||||||
| * | Enable seed again | Maran | 2014-05-13 | 1 | -1/+1 | |
| | | ||||||
* | | Fixed wallet crash for new account. Fixes #38 | obscuren | 2014-05-13 | 1 | -3/+3 | |
|/ | ||||||
* | Merge branch 'develop' of github.com:ethereum/go-ethereum into develop | Maran | 2014-05-12 | 2 | -155/+214 | |
|\ | ||||||
| * | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2014-05-12 | 1 | -1/+1 | |
| |\ | ||||||
| * | | Refactored some code and fixed #37 | obscuren | 2014-05-12 | 2 | -155/+214 | |
| | | | ||||||
* | | | Actually start the Ethereum server on starting the GUI | Maran | 2014-05-12 | 1 | -0/+6 | |
| |/ |/| | ||||||
* | | Disable seed by default | Maran | 2014-05-12 | 1 | -1/+1 | |
|/ | | | | Seed host seems down, only causes timeouts, not helpful | |||||
* | Upgraded to new mutan | obscuren | 2014-05-10 | 2 | -3/+3 | |
| | ||||||
* | Bump | obscuren | 2014-05-10 | 1 | -1/+1 | |
| | ||||||
* | fxed | obscuren | 2014-05-10 | 5 | -4/+619 | |
| | ||||||
* | Moved Ext app js to its own dir | obscuren | 2014-05-10 | 6 | -252/+12 | |
| | ||||||
* | Changed seeding | obscuren | 2014-05-09 | 2 | -2/+1 | |
| | ||||||
* | Cleanup | obscuren | 2014-05-09 | 5 | -157/+77 | |
| | ||||||
* | Fixed closure | obscuren | 2014-05-08 | 2 | -4/+3 | |
| | ||||||
* | Normalized font | obscuren | 2014-05-06 | 1 | -1/+0 | |
| | ||||||
* | Renamed etherpc to ethrpc | Maran | 2014-05-05 | 1 | -2/+2 | |
| | | | | All work and no play makes Maran a dull boy | |||||
* | Merge branch 'develop' into feature/rpc | Maran | 2014-05-05 | 5 | -24/+58 | |
|\ | ||||||
| * | Changed getkey and secrettoaddress | obscuren | 2014-05-05 | 3 | -16/+20 | |
| | | ||||||
| * | Added storage watch | obscuren | 2014-05-05 | 5 | -18/+48 | |
| | | ||||||
* | | Implemented rpc for ethereal and ethereum | Maran | 2014-05-05 | 2 | -1/+8 | |
| | | ||||||
* | | Merge branch 'develop' into feature/rpc | Maran | 2014-05-02 | 5 | -20/+21 | |
|\| | ||||||
| * | Updated sample coin | obscuren | 2014-05-02 | 1 | -2/+2 | |
| | | ||||||
| * | Moved public interface | obscuren | 2014-05-02 | 4 | -18/+19 | |
| | | ||||||
* | | Merge branch 'develop' into feature/rpc | Maran | 2014-05-02 | 14 | -317/+207 | |
|\| | ||||||
| * | 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 | |||||
| * | Moved API | obscuren | 2014-05-02 | 4 | -107/+17 | |
| | | ||||||
| * | Moved Ext ethereum api | obscuren | 2014-05-02 | 1 | -83/+0 | |
| | | | | | | | | | | Moved the external ethereum api which can be used by any 3rd party application. | |||||
| * | 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 | |
| | | ||||||
* | | Moved RPC Server and implemented it as a package | Maran | 2014-05-02 | 1 | -0/+2 | |
|/ | ||||||
* | Fixed tx nonce | obscuren | 2014-04-30 | 1 | -2/+5 | |
| | ||||||
* | 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 | 6 | -58/+98 | |
| | ||||||
* | API changes | obscuren | 2014-04-30 | 3 | -152/+208 | |
| | ||||||
* | Split off External applications from main library | obscuren | 2014-04-30 | 4 | -57/+286 | |
| | | | | | | | 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. | |||||
* | Added muted | obscuren | 2014-04-29 | 6 | -172/+285 | |
| | ||||||
* | PreProcess moved to Mutan package | Casey Kuhlman | 2014-04-28 | 1 | -1/+2 | |
| | ||||||
* | Draft mut(an)ed(itor) | obscuren | 2014-04-28 | 10 | -0/+8300 | |
| | ||||||
* | Updated version number | obscuren | 2014-04-27 | 1 | -1/+1 | |
| | ||||||
* | Leverage the new watch & address:changed functionality | obscuren | 2014-04-26 | 7 | -53/+97 | |
| | ||||||
* | 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 | |||||
* | | Added new block sub for webapp | obscuren | 2014-04-24 | 1 | -0/+26 | |
| | | ||||||
* | | Minor fixes and sample coin "improvements" | obscuren | 2014-04-24 | 8 | -23/+108 | |
| | | ||||||
* | | Refactored code | obscuren | 2014-04-23 | 1 | -13/+10 | |
| | | ||||||
* | | Minor update and fixes to the gui and console | obscuren | 2014-04-23 | 5 | -10/+22 | |
| | | ||||||
* | | 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 | 2 | -1/+22 | |
| | | ||||||
* | | Updated closure call | obscuren | 2014-04-20 | 1 | -2/+1 | |
| | | ||||||
* | | Updated to use new state object | obscuren | 2014-04-16 | 3 | -33/+12 | |
| | | ||||||
* | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2014-04-16 | 3 | -24/+74 | |
|\| | ||||||
| * | Fix up paneling | Maran | 2014-04-15 | 1 | -31/+30 | |
| | | ||||||
| * | Adding log messages to debug panel | Maran | 2014-04-15 | 2 | -0/+18 | |
| | | ||||||
| * | Merge branch 'develop' of github.com:ethereum/go-ethereum into develop | Maran | 2014-04-15 | 4 | -66/+113 | |
| |\ | ||||||
| * | | Add send to contract | Maran | 2014-04-15 | 2 | -4/+37 | |
| | | | ||||||
* | | | added init and main functions to script | obscuren | 2014-04-16 | 1 | -11/+27 | |
| |/ |/| | ||||||
* | | Merge | obscuren | 2014-04-12 | 4 | -278/+311 | |
|\| | ||||||
| * | Added isContract to gui | Maran | 2014-04-12 | 2 | -2/+11 | |
| | | ||||||
| * | 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 | |
| | | ||||||
* | | Debug steps | obscuren | 2014-04-12 | 4 | -45/+68 | |
| | | ||||||
* | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2014-04-12 | 5 | -62/+455 | |
|\| | ||||||
| * | Fix merge conflicts | Maran | 2014-04-12 | 4 | -35/+150 | |
| |\ | ||||||
| * | | Improved (hopefully) the send transaction tab | Maran | 2014-04-12 | 2 | -57/+226 | |
| | | | ||||||
| * | | Implemented key importing/generation for the GUI | Maran | 2014-04-11 | 5 | -11/+237 | |
| | | | ||||||
* | | | Debugger | obscuren | 2014-04-12 | 1 | -16/+40 | |
| |/ |/| | ||||||
* | | Added wip debugger | obscuren | 2014-04-12 | 4 | -49/+166 | |
|/ | ||||||
* | Nonce handling | obscuren | 2014-04-09 | 1 | -1/+3 | |
| | ||||||
* | Merge branch 'develop' into miner | obscuren | 2014-04-05 | 2 | -6/+19 | |
|\ | ||||||
| * | Added tx output | obscuren | 2014-04-01 | 2 | -6/+19 | |
| | | ||||||
* | | Fix merge conflict | Maran | 2014-04-01 | 6 | -16/+92 | |
|\| | ||||||
| * | Fixed an issue with sending gas to a contract | obscuren | 2014-03-31 | 2 | -3/+3 | |
| | | ||||||
| * | Updated to new mutan api | obscuren | 2014-03-31 | 1 | -1/+1 | |
| | | ||||||
| * | Added gas and gas price. | obscuren | 2014-03-28 | 2 | -7/+70 | |
| | | | | | | | | | | * library's `createTx` method changed so it accepts a gas price * dev console accepts code as well as the library | |||||
| * | assetPath configurable on command line for ethereal GUI | zelig | 2014-03-27 | 4 | -9/+22 | |
| | | | | | | | | | | | | | | | | | | - solves the problem of non-standard installs - add AssetPath to config as string var - introduced UiLib constructor which falls back to defaultAssetPath (earlier behaviour) if no assetPath is set - defaultAssetPath now internal concern of UiLib - gui.Start(assetPath) argument passed from ethereal main() as set Init() in config.go - informative log message if wallet.qml fails to open | |||||
* | | Merge master into miner branch | Maran | 2014-03-24 | 1 | -1/+0 | |
|/ | ||||||
* | Merge branch 'develop' of https://github.com/WeMeetAgain/go-ethereum into ↵ | obscuren | 2014-03-22 | 1 | -8/+9 | |
| | | | | | | | WeMeetAgain-develop Conflicts: ethereal/Makefile | |||||
* | Major re-organisation. | obscuren | 2014-03-22 | 14 | -0/+971 | |
The Ethereum node and Gui are now separated. |