| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge eth-go repository into go-ethereum | Felix Lange | 2014-10-23 | 1 | -9/+9 |
|\ |
|
| * | delete? | obscuren | 2014-07-02 | 1 | -253/+0 |
* | | Reflect RPC changes | obscuren | 2014-10-21 | 1 | -2/+2 |
* | | Updated to reflect BlockChain changes | obscuren | 2014-10-20 | 1 | -3/+3 |
* | | New VM | obscuren | 2014-10-14 | 1 | -2/+5 |
* | | 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 mmenomic words initialisation (mnemonic wordlist now inline to support... | zelig | 2014-08-12 | 1 | -1/+0 |
* | | | | 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 |
|/ / |
|
* | | merge upstream | zelig | 2014-07-21 | 1 | -4/+41 |
|\ \ |
|
| * | | Fixed miner stopping / starting:wq0.5.190.5.18 | 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 |
* | | 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 |
* | | 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 |
* | interrupt handlers now ordered | zelig | 2014-06-26 | 1 | -11/+14 |
* | 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 |
|/ |
|
* | Improved UI | obscuren | 2014-05-30 | 1 | -2/+0 |
* | 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 | 1 | -9/+4 |
|\ |
|
| * | Switched to new keyring methods | obscuren | 2014-05-14 | 1 | -8/+3 |
* | | 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 |