Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved files | obscuren | 2014-07-02 | 6 | -1063/+0 |
| | |||||
* | Fixed namereg | obscuren | 2014-07-02 | 1 | -8/+8 |
| | |||||
* | bump | obscuren | 2014-07-01 | 1 | -1/+1 |
| | |||||
* | changed name for ethutil hex functions; and access to keyring via keyManager | zelig | 2014-06-30 | 5 | -8/+8 |
| | |||||
* | gui changes | zelig | 2014-06-30 | 1 | -36/+52 |
| | | | | | | | | - remove lib *EthLib, expose gui itself to initial import window - remove addr []byte instead use dynamic adress() - use ethereum.KeyManager to retrieve address and privateKey - add Session string (keyRing identifier) - add and reimplement ImportAndSetPrivKey and CreateAndSetPrivKey | ||||
* | remove ui/library; instead expose gui itself for initial window | zelig | 2014-06-30 | 1 | -46/+0 |
| | |||||
* | bump | obscuren | 2014-06-27 | 1 | -1/+1 |
| | |||||
* | go fmt | zelig | 2014-06-27 | 1 | -3/+3 |
| | |||||
* | Merge branch 'develop' of github.com:ethereum/go-ethereum into feature/logging | zelig | 2014-06-26 | 2 | -20/+24 |
|\ | |||||
| * | Added amount to contract during debugging | obscuren | 2014-06-26 | 1 | -5/+9 |
| | | |||||
| * | Added option to not break eachline | obscuren | 2014-06-26 | 2 | -15/+15 |
| | | |||||
* | | gui stop | zelig | 2014-06-26 | 1 | -3/+13 |
| | | | | | | | | | | | | | | | | - introduce gui.Stop() - remember state with open - stopping ethereum stack is not gui concern, moved to main - stopping mining, gui and ethereum handled via interrupt callbacks - ^C triggers exactly the same behaviour as quit via menu | ||||
* | | log slider | zelig | 2014-06-26 | 1 | -2/+14 |
| | | | | | | | | | | | | - only add the gui logger after window is shown otherwise slider wont be shown - need to silence gui logger after window closed otherwise logsystem hangs - gui.GetLogLevelInt() extra function needed to give correcty int typecast value to gui widget that sets initial loglevel to default | ||||
* | | new logger API for upstream merge | zelig | 2014-06-26 | 1 | -1/+1 |
| | | |||||
* | | merge upstream | zelig | 2014-06-25 | 2 | -11/+63 |
|\| | |||||
| * | Implements QML Apps. Implements #47 | Maran | 2014-06-23 | 2 | -11/+63 |
| | | | | | | | | You are welcome Stephan. | ||||
* | | fix imports in ui_lib and flags cos of defaultAssetPath move; fix logLevel ↵ | zelig | 2014-06-23 | 2 | -6/+2 |
| | | | | | | | | type for gui | ||||
* | | refactor cli and gui wrapper code. Details: | zelig | 2014-06-23 | 1 | -29/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - all cli functions shared between ethereum and ethereal abstracted to utils/ cmd.go (should be ethcommon or shared or sth) - simplify main() now readable stepwise - rename main wrapper files to main.go - rename commmand line args definition file from config.go to flags.go - rename Do -> Start to parallel option names - register interrupt for rpc server stop - fix interrupt stopping js repl and ethereum - register interrupt for mining stop - custom config file option from command line - debug option from command line - loglevel option from command line - changed ethutil.Config API - default datadir and default config file set together with other flag defaults in wrappers - default assetpath set together with other command line flags defaults in gui wrapper (not in ethutil.Config or ui/ui_lib) - options precedence: default < config file < environment variables < command line | ||||
* | | merge upstream | zelig | 2014-06-23 | 3 | -54/+4 |
|\| | |||||
| * | bump | obscuren | 2014-06-20 | 1 | -1/+1 |
| | | |||||
| * | Removed old debugger code | obscuren | 2014-06-20 | 2 | -52/+2 |
| | | |||||
| * | Verbose logging | obscuren | 2014-06-19 | 1 | -1/+1 |
| | | |||||
* | | changed logger API, functions that allow Gui to implement ethlog.LogSystem ↵ | zelig | 2014-06-23 | 3 | -29/+38 |
|/ | | | | for gui logging | ||||
* | bump | obscuren | 2014-06-17 | 1 | -1/+1 |
| | |||||
* | Added a log level slider which can change the log level | obscuren | 2014-06-14 | 1 | -0/+4 |
| | |||||
* | Minor UI adjustments | obscuren | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | bump | obscuren | 2014-06-10 | 1 | -1/+1 |
| | |||||
* | Fixed debugger hang | obscuren | 2014-06-10 | 2 | -8/+32 |
| | |||||
* | debugger output | obscuren | 2014-06-06 | 1 | -1/+2 |
| | |||||
* | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2014-06-05 | 1 | -1/+29 |
|\ | |||||
| * | Implement getStateKeyVal for JS bindings. | Maran | 2014-06-04 | 1 | -0/+2 |
| | | | | | | | | Gives JS the option to 'loop' over contract key/val storage | ||||
| * | Added namereg register option to qml wallet | Maran | 2014-06-03 | 1 | -0/+5 |
| | | |||||
| * | Implemented transaction catching up. Implements #73 | Maran | 2014-06-03 | 1 | -0/+11 |
| | | |||||
| * | Added Peer Window | Maran | 2014-06-02 | 1 | -1/+11 |
| | | |||||
* | | Added more debugger output | obscuren | 2014-06-05 | 1 | -4/+13 |
|/ | |||||
* | fixed logging issue that would otherwise crash the client. Fixes #68 | obscuren | 2014-05-31 | 1 | -6/+9 |
| | |||||
* | show first? | obscuren | 2014-05-31 | 1 | -1/+2 |
| | |||||
* | Added ini file for ethereum. fixes #66 | obscuren | 2014-05-31 | 1 | -0/+9 |
| | |||||
* | Improved UI | obscuren | 2014-05-30 | 1 | -0/+14 |
| | | | | * Added mining button | ||||
* | Update peer info | obscuren | 2014-05-30 | 1 | -3/+13 |
| | |||||
* | Minor GUI updates | obscuren | 2014-05-30 | 1 | -0/+18 |
| | | | | | * IceCream => IceCREAM * Added coin base to block info | ||||
* | Minor UI changes | obscuren | 2014-05-29 | 2 | -1/+4 |
| | | | | | * Moved log from block view * Prepend instead of append for logs | ||||
* | Disabled instruction selection | obscuren | 2014-05-29 | 1 | -0/+1 |
| | |||||
* | merge | obscuren | 2014-05-29 | 2 | -4/+3 |
|\ | |||||
| * | Add 0x when feeding data to debugger | Maran | 2014-05-29 | 1 | -1/+1 |
| | | |||||
| * | Bump to RC11 | Maran | 2014-05-28 | 1 | -1/+1 |
| | | |||||
| * | 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 | 2 | -29/+19 |
|/ | |||||
* | Hooked up the Block Explorer to the Debugger so we can instantly debug made ↵ | Maran | 2014-05-28 | 2 | -2/+27 |
| | | | | transactions | ||||
* | Debugger script&data now accept "0x" values | obscuren | 2014-05-28 | 1 | -24/+40 |
| | |||||
* | bump | obscuren | 2014-05-27 | 1 | -1/+1 |
| | |||||
* | Minor fixes and improvements to the ui | obscuren | 2014-05-27 | 1 | -4/+30 |
| | |||||
* | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2014-05-27 | 1 | -8/+8 |
|\ | | | | | | | | | Conflicts: ethereal/assets/qml/wallet.qml | ||||
| * | Adding new blocks on broadcast | Maran | 2014-05-27 | 1 | -3/+4 |
| | | |||||
| * | Removed recursive function for loop | Maran | 2014-05-27 | 1 | -11/+4 |
| | | |||||
| * | Fix merge conflict | Maran | 2014-05-27 | 2 | -15/+19 |
| |\ | |||||
| * | | Implemented simple block/tx explorer | Maran | 2014-05-26 | 1 | -7/+13 |
| | | | |||||
* | | | New debugger implemented | obscuren | 2014-05-27 | 2 | -5/+21 |
| | | | |||||
* | | | New debugger | obscuren | 2014-05-27 | 2 | -41/+52 |
| | | | |||||
* | | | Sep debugger from main | obscuren | 2014-05-27 | 2 | -4/+96 |
| |/ |/| | |||||
* | | Fixed debugger | obscuren | 2014-05-27 | 2 | -15/+19 |
|/ | |||||
* | Bump | obscuren | 2014-05-26 | 1 | -1/+1 |
| | |||||
* | Recv send for txs | obscuren | 2014-05-26 | 1 | -5/+11 |
| | |||||
* | New main script through init return value | obscuren | 2014-05-23 | 2 | -4/+3 |
| | |||||
* | Bumped | obscuren | 2014-05-21 | 1 | -1/+1 |
| | |||||
* | Improved on some ui elements | obscuren | 2014-05-21 | 1 | -0/+1 |
| | |||||
* | Fixed unconfirmed balance string | obscuren | 2014-05-21 | 1 | -7/+2 |
| | |||||
* | Removed method name | obscuren | 2014-05-21 | 1 | -1/+1 |
| | |||||
* | Bump | obscuren | 2014-05-20 | 1 | -1/+1 |
| | |||||
* | Implemented GUI watchers for rapid reload. Implements #46 | Maran | 2014-05-20 | 2 | -3/+69 |
| | |||||
* | Removed nonce incrementing | obscuren | 2014-05-19 | 1 | -2/+4 |
| | |||||
* | Readline repl for linux & osx | obscuren | 2014-05-17 | 1 | -1/+1 |
| | |||||
* | Refactored to reactor. Fixes #42 | obscuren | 2014-05-15 | 1 | -6/+7 |
| | |||||
* | Bumped version | obscuren | 2014-05-15 | 1 | -1/+3 |
| | |||||
* | Update wallet value for coinbase rewards. Implements #44 & #43 | obscuren | 2014-05-14 | 1 | -9/+29 |
| | |||||
* | Switched to new keyring methods | obscuren | 2014-05-14 | 3 | -51/+13 |
| | |||||
* | Bumped | obscuren | 2014-05-13 | 1 | -1/+1 |
| | |||||
* | Public ethereum interface uses EthManager | obscuren | 2014-05-13 | 2 | -2/+2 |
| | |||||
* | Fixed wallet crash for new account. Fixes #38 | obscuren | 2014-05-13 | 1 | -3/+3 |
| | |||||
* | Refactored some code and fixed #37 | obscuren | 2014-05-12 | 1 | -24/+83 |
| | |||||
* | Upgraded to new mutan | obscuren | 2014-05-10 | 2 | -3/+3 |
| | |||||
* | Bump | obscuren | 2014-05-10 | 1 | -1/+1 |
| | |||||
* | Moved Ext app js to its own dir | obscuren | 2014-05-10 | 2 | -11/+6 |
| | |||||
* | Changed seeding | obscuren | 2014-05-09 | 1 | -1/+1 |
| | |||||
* | Cleanup | obscuren | 2014-05-09 | 3 | -154/+74 |
| | |||||
* | Fixed closure | obscuren | 2014-05-08 | 1 | -1/+1 |
| | |||||
* | Merge branch 'develop' into feature/rpc | Maran | 2014-05-05 | 2 | -7/+5 |
|\ | |||||
| * | Added storage watch | obscuren | 2014-05-05 | 2 | -7/+5 |
| | | |||||
* | | Implemented rpc for ethereal and ethereum | Maran | 2014-05-05 | 1 | -1/+1 |
|/ | |||||
* | Moved public interface | obscuren | 2014-05-02 | 4 | -18/+19 |
| | |||||
* | 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. | ||||
* | Fixed tx nonce | obscuren | 2014-04-30 | 1 | -2/+5 |
| | |||||
* | fixed state object changes for eth api | obscuren | 2014-04-30 | 3 | -46/+88 |
| | |||||
* | 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 | 1 | -2/+2 |
| | |||||
* | PreProcess moved to Mutan package | Casey Kuhlman | 2014-04-28 | 1 | -1/+2 |
| | |||||
* | Draft mut(an)ed(itor) | obscuren | 2014-04-28 | 1 | -0/+19 |
| | |||||
* | Updated version number | obscuren | 2014-04-27 | 1 | -1/+1 |
| | |||||
* | Leverage the new watch & address:changed functionality | obscuren | 2014-04-26 | 4 | -51/+78 |
| | |||||
* | Added new block sub for webapp | obscuren | 2014-04-24 | 1 | -0/+26 |
| | |||||
* | Minor fixes and sample coin "improvements" | obscuren | 2014-04-24 | 3 | -2/+38 |
| | |||||
* | Refactored code | obscuren | 2014-04-23 | 1 | -13/+10 |
| | |||||
* | Minor update and fixes to the gui and console | obscuren | 2014-04-23 | 3 | -4/+16 |
| | |||||
* | Round one HTML external applications using QML(Qt5) WebKit2 w/o native bindings | obscuren | 2014-04-21 | 1 | -0/+16 |
| | |||||
* | 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 | 1 | -0/+3 |
|\ | |||||
| * | Adding log messages to debug panel | Maran | 2014-04-15 | 1 | -0/+3 |
| | | |||||
* | | added init and main functions to script | obscuren | 2014-04-16 | 1 | -11/+27 |
|/ | |||||
* | Merge | obscuren | 2014-04-12 | 1 | -1/+3 |
|\ | |||||
| * | Added isContract to gui | Maran | 2014-04-12 | 1 | -1/+3 |
| | | |||||
* | | Debug steps | obscuren | 2014-04-12 | 3 | -43/+51 |
| | | |||||
* | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2014-04-12 | 2 | -11/+62 |
|\| | |||||
| * | Fix merge conflicts | Maran | 2014-04-12 | 3 | -35/+64 |
| |\ | |||||
| * | | Improved (hopefully) the send transaction tab | Maran | 2014-04-12 | 1 | -4/+10 |
| | | | |||||
| * | | Implemented key importing/generation for the GUI | Maran | 2014-04-11 | 2 | -9/+53 |
| | | | |||||
* | | | Debugger | obscuren | 2014-04-12 | 1 | -16/+40 |
| |/ |/| | |||||
* | | Added wip debugger | obscuren | 2014-04-12 | 3 | -38/+66 |
|/ | |||||
* | Nonce handling | obscuren | 2014-04-09 | 1 | -1/+3 |
| | |||||
* | Merge branch 'develop' into miner | obscuren | 2014-04-05 | 1 | -4/+4 |
|\ | |||||
| * | Added tx output | obscuren | 2014-04-01 | 1 | -4/+4 |
| | | |||||
* | | Fix merge conflict | Maran | 2014-04-01 | 3 | -8/+65 |
|\| | |||||
| * | 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 | ||||
| * | assetPath configurable on command line for ethereal GUI | zelig | 2014-03-27 | 2 | -7/+18 |
| | | | | | | | | | | | | | | | | | | - 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 |
|/ | |||||
* | Major re-organisation. | obscuren | 2014-03-22 | 3 | -0/+354 |
The Ethereum node and Gui are now separated. |