aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/assets
Commit message (Collapse)AuthorAgeFilesLines
* Show newly created private key during startup. Closes #126obscuren2014-12-051-2/+2
|
* Improved and simplified wallet functions and behaviourobscuren2014-12-041-5/+14
|
* Updated value for mined blocks. Closes #197obscuren2014-12-031-3/+9
|
* Additional logging and removed temp merged mining options.obscuren2014-12-021-0/+2
|
* Fixed bloom, updated mining & block processingobscuren2014-11-103-8/+14
| | | | | | * Reverted back to process blocks in batches method * Bloom generation and lookup fix * Minor UI changed (mainly debug)
* Implemented new miner w/ ui interface for merged mining. Closes #177obscuren2014-11-073-29/+267
| | | | | | | | * Miner has been rewritten * Added new miner pane * Added option for local txs * Added option to read from MergeMining contract and list them for merged mining
* Updated to use ethereum.jsobscuren2014-10-319-68/+726
|
* increased default gas from 500 to 5000obscuren2014-10-271-1/+1
|
* cmd/*: add license headersFelix Lange2014-10-239-0/+153
|
* Merge eth-go repository into go-ethereumFelix Lange2014-10-2349-0/+14829
mist, etheruem have been moved to cmd/