aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/gui.go
Commit message (Collapse)AuthorAgeFilesLines
* made mist in a compilable, workable state using the new refactored packagesobscuren2014-12-151-19/+17
|
* states moved to chainobscuren2014-12-111-4/+4
|
* upped proto version and modified block poolobscuren2014-12-051-4/+0
|
* Improved and simplified wallet functions and behaviourobscuren2014-12-041-22/+7
|
* Renamed `chain` => `core`obscuren2014-12-041-8/+8
|
* Begin of moving objects to types packageobscuren2014-11-181-3/+4
| | | | | * Block(s) * Transaction(s)
* clean upobscuren2014-11-151-28/+14
|
* Version bumpobscuren2014-11-141-2/+2
|
* Fixed bloom, updated mining & block processingobscuren2014-11-101-12/+1
| | | | | | * 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-071-13/+38
| | | | | | | | * 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
* StateManager => BlockManagerobscuren2014-11-041-2/+2
|
* Use new iteratorobscuren2014-11-031-1/+1
|
* ethminer => minerobscuren2014-10-311-5/+5
|
* ethwire => wireobscuren2014-10-311-3/+3
|
* ethpipe => xeth (eXtended ETHereum)obscuren2014-10-311-11/+11
|
* ethlog => loggerobscuren2014-10-311-17/+17
|
* Moved ethchain to chainobscuren2014-10-311-10/+10
|
* cmd/mist, ethchain, ethminer: split TxEvent (#165)Felix Lange2014-10-291-26/+25
|
* cmd/*: add license headersFelix Lange2014-10-231-0/+17
|
* Merge eth-go repository into go-ethereumFelix Lange2014-10-231-0/+535
mist, etheruem have been moved to cmd/