aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
* Improved UIobscuren2014-05-301-2/+0
| | | | * Added mining button
* Fix merge conflictsMaran2014-05-221-0/+30
|\
| * Added mining stop and startobscuren2014-05-221-8/+30
| |
* | Wait with mining until up to dateMaran2014-05-211-5/+4
|/
* Changed loggingobscuren2014-05-191-4/+3
|
* Readline repl for linux & osxobscuren2014-05-171-3/+5
|
* Fix merge conflictsMaran2014-05-142-9/+61
|\
| * Switched to new keyring methodsobscuren2014-05-142-8/+60
| |
* | Make sure we have a coinbase address to mine withMaran2014-05-141-4/+10
| |
* | Refactored RPC client to utils so it can be reusedMaran2014-05-141-1/+12
| |
* | Rewritten a check to only start mining once we are caught up with all peersMaran2014-05-141-6/+9
|/
* Refactored mining into utils and exposed it to ethereal. Partly fixes #43Maran2014-05-141-0/+31
|
* Upgraded to new mutanobscuren2014-05-101-1/+1
|
* Moved public interfaceobscuren2014-05-022-201/+0
|
* Fixed samplecoinobscuren2014-05-022-13/+24
|
* Moved Ext ethereum apiobscuren2014-05-022-0/+190
| | | | | Moved the external ethereum api which can be used by any 3rd party application.
* PreProcess moved to Mutan packageCasey Kuhlman2014-04-281-2/+1
|
* Using mutan assembler stageobscuren2014-04-281-2/+2
|
* Refactored codeobscuren2014-04-231-0/+18
|
* Moved compiling related object to utils packageobscuren2014-04-161-0/+24
|
* Added mnemonic priv keyMaran2014-04-071-2/+3
|
* Major re-organisation.obscuren2014-03-221-0/+50
The Ethereum node and Gui are now separated.