| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | events should be set prior to calling mainloop | obscuren | 2014-10-27 | 1 | -1/+1 |
| | | |||||
| * | Implemented LOG. Closes #159 | obscuren | 2014-10-27 | 1 | -0/+1 |
| | | |||||
| * | Merge eth-go repository into go-ethereum | Felix Lange | 2014-10-23 | 3 | -16/+16 |
| |\ | | | | | | | mist, etheruem have been moved to cmd/ | ||||
| | * | delete? | obscuren | 2014-07-02 | 1 | -253/+0 |
| | | | |||||
| * | | Reflect VM Env changes | obscuren | 2014-10-23 | 1 | -0/+4 |
| | | | |||||
| * | | Reflect RPC changes | obscuren | 2014-10-21 | 1 | -2/+2 |
| | | | |||||
| * | | Updated to reflect BlockChain changes | obscuren | 2014-10-20 | 1 | -3/+3 |
| | | | |||||
| * | | Updated vm | obscuren | 2014-10-17 | 1 | -0/+1 |
| | | | |||||
| * | | New VM | obscuren | 2014-10-14 | 1 | -2/+5 |
| | | | |||||
| * | | WebSocket interface | obscuren | 2014-10-01 | 1 | -0/+161 |
| | | | | | | | | | | | Web sockets handlers fully implemented. Filter handlers have yet to be implemented. | ||||
| * | | mist | obscuren | 2014-09-19 | 1 | -1/+1 |
| | | | |||||
| * | | Rename and changed peer window | obscuren | 2014-09-17 | 1 | -2/+2 |
| | | | |||||
| * | | Set log level of std logger as well. (since gui logging is disabled) | obscuren | 2014-08-22 | 1 | -2/+6 |
| | | | |||||
| * | | Error window | obscuren | 2014-08-22 | 1 | -1/+10 |
| | | | |||||
| * | | Switched over to ethpipe | obscuren | 2014-08-16 | 1 | -2/+2 |
| | | | |||||
| * | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2014-08-15 | 1 | -1/+0 |
| |\ \ | |||||
| | * \ | Merge pull request #115 from ethersphere/develop | Jeffrey Wilcke | 2014-08-15 | 1 | -1/+0 |
| | |\ \ | | | | | | | | | remove mnemonic words initialisation | ||||
| | | * | | remove mmenomic words initialisation (mnemonic wordlist now inline to ↵ | zelig | 2014-08-12 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | support binary builds without extra asset) | ||||
| * | | | | Moving over to ethpipe | obscuren | 2014-08-15 | 1 | -0/+14 |
| |/ / / | |||||
| * / / | Got rid of warnings and updated storage getters | obscuren | 2014-08-15 | 1 | -10/+11 |
| |/ / | |||||
| * | | Added open js option for repetitive tasks in ethereal | obscuren | 2014-08-11 | 1 | -1/+3 |
| | | | |||||
| * | | merge upstream | zelig | 2014-07-31 | 1 | -0/+33 |
| |\ \ | |||||
| | * | | Refactored to reflect the new VM and State | obscuren | 2014-07-24 | 1 | -0/+33 |
| | | | | |||||
| * | | | merge upstream | zelig | 2014-07-21 | 1 | -4/+41 |
| |\| | | |||||
| | * | | Fixed miner stopping / starting:wq | obscuren | 2014-07-18 | 1 | -2/+8 |
| | | | | |||||
| | * | | Fixed miner channel | obscuren | 2014-07-18 | 1 | -3/+3 |
| | |\ \ | |||||
| | * | | | WIP to expose hashrate to gui | Maran | 2014-07-18 | 1 | -0/+4 |
| | |/ / | |||||
| | * | | Work around crash issues when building OSX binary | Maran | 2014-07-15 | 1 | -0/+1 |
| | | | | |||||
| | * | | Rewrote mnemonic word loading to facilitate deployable builds. | Maran | 2014-07-15 | 1 | -0/+29 |
| | | | | |||||
| * | | | fix start mining | zelig | 2014-07-15 | 1 | -4/+3 |
| |/ / | |||||
| * | | Modify main wrappers | zelig | 2014-07-04 | 1 | -5/+10 |
| | | | | | | | | | | | | | | | - clientIdentifier now set in main wrappers - version handled within wrapper - modify InitConfig now returning *ethutil.ConfigManager (passed to gui) - added NewClientIdentity returning *ethwire.SimpleClientIdentiy (passed to ethereum) | ||||
| * | | Fixed namereg | obscuren | 2014-07-02 | 1 | -0/+3 |
| | | | |||||
| * | | Merge branch 'develop' of github.com:ethereum/go-ethereum into feature/keys | zelig | 2014-07-01 | 1 | -1/+1 |
| |\ \ | |/ |/| | |||||
| | * | fix: miner wait untill UpToDate | Ethan Buchman | 2014-07-01 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'develop' of github.com:ethereum/go-ethereum into feature/keys | zelig | 2014-06-30 | 1 | -0/+4 |
| |\| | |||||
| | * | Wait for catchup when starting the miner | obscuren | 2014-06-29 | 1 | -0/+4 |
| | | | |||||
| * | | added utility functions to set up db, keymanager, ethereum init and simplify ↵ | zelig | 2014-06-30 | 1 | -46/+50 |
| | | | | | | | | | key tasks | ||||
| * | | remove keys file, now subsumed under ethcrypto/key_manager | zelig | 2014-06-30 | 1 | -108/+0 |
| | | | |||||
| * | | fix logmessage if data directory doesn't exist | zelig | 2014-06-29 | 1 | -1/+1 |
| |/ | |||||
| * | go fmt | zelig | 2014-06-27 | 1 | -163/+163 |
| | | |||||
| * | gui stop | zelig | 2014-06-26 | 1 | -5/+8 |
| | | | | | | | | | - 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 | ||||
| * | interrupt handlers now ordered | zelig | 2014-06-26 | 1 | -11/+14 |
| | | |||||
| * | Merge remote-tracking branch 'upstream/develop' into feature/logging | zelig | 2014-06-25 | 1 | -41/+0 |
| |\ | |||||
| | * | Removed old compile methods | obscuren | 2014-06-25 | 1 | -41/+0 |
| | | | |||||
| * | | merge upstream | zelig | 2014-06-25 | 1 | -0/+18 |
| |\| | |||||
| | * | Moved BlockDo to utils | obscuren | 2014-06-25 | 1 | -0/+19 |
| | | | |||||
| * | | merge upstream | zelig | 2014-06-23 | 1 | -3/+0 |
| |\| | |||||
| | * | Added a execBlock method which replays the given block | obscuren | 2014-06-23 | 1 | -3/+5 |
| | | | |||||
| * | | refactor cli and gui wrapper code. Details: | zelig | 2014-06-23 | 1 | -50/+200 |
| |/ | | | | | | | | | | | | | | | | | | - 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 | ||||
| * | Improved UI | obscuren | 2014-05-30 | 1 | -2/+0 |
| | | | | | * Added mining button | ||||
| * | Fix merge conflicts | Maran | 2014-05-22 | 1 | -0/+30 |
| |\ | |||||
| | * | Added mining stop and start | obscuren | 2014-05-22 | 1 | -8/+30 |
| | | | |||||
| * | | Wait with mining until up to date | Maran | 2014-05-21 | 1 | -5/+4 |
| |/ | |||||
| * | Changed logging | obscuren | 2014-05-19 | 1 | -4/+3 |
| | | |||||
| * | Readline repl for linux & osx | obscuren | 2014-05-17 | 1 | -3/+5 |
| | | |||||
| * | Fix merge conflicts | Maran | 2014-05-14 | 2 | -9/+61 |
| |\ | |||||
| | * | Switched to new keyring methods | obscuren | 2014-05-14 | 2 | -8/+60 |
| | | | |||||
| * | | Make sure we have a coinbase address to mine with | Maran | 2014-05-14 | 1 | -4/+10 |
| | | | |||||
| * | | Refactored RPC client to utils so it can be reused | Maran | 2014-05-14 | 1 | -1/+12 |
| | | | |||||
| * | | Rewritten a check to only start mining once we are caught up with all peers | Maran | 2014-05-14 | 1 | -6/+9 |
| |/ | |||||
| * | Refactored mining into utils and exposed it to ethereal. Partly fixes #43 | Maran | 2014-05-14 | 1 | -0/+31 |
| | | |||||
| * | Upgraded to new mutan | obscuren | 2014-05-10 | 1 | -1/+1 |
| | | |||||
| * | Moved public interface | obscuren | 2014-05-02 | 2 | -201/+0 |
| | | |||||
| * | Fixed samplecoin | obscuren | 2014-05-02 | 2 | -13/+24 |
| | | |||||
| * | Moved Ext ethereum api | obscuren | 2014-05-02 | 2 | -0/+190 |
| | | | | | | Moved the external ethereum api which can be used by any 3rd party application. | ||||
| * | PreProcess moved to Mutan package | Casey Kuhlman | 2014-04-28 | 1 | -2/+1 |
| | | |||||
| * | Using mutan assembler stage | obscuren | 2014-04-28 | 1 | -2/+2 |
| | | |||||
| * | Refactored code | obscuren | 2014-04-23 | 1 | -0/+18 |
| | | |||||
| * | Moved compiling related object to utils package | obscuren | 2014-04-16 | 1 | -0/+24 |
| | | |||||
| * | Added mnemonic priv key | Maran | 2014-04-07 | 1 | -2/+3 |
| | | |||||
| * | Major re-organisation. | obscuren | 2014-03-22 | 1 | -0/+50 |
| The Ethereum node and Gui are now separated. | |||||
