aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/gui.go
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'jsonrpc' into qt5.4obscuren2015-01-291-6/+6
|\
| * further cleaned up xeth interfaceobscuren2015-01-291-6/+6
| |
* | merge jsonrpcobscuren2015-01-291-54/+36
|\|
| * moving to a better xethobscuren2015-01-291-54/+36
| |
* | switched to obscuren/qmlobscuren2015-01-281-1/+1
| |
* | Updated assets & moved messagesobscuren2015-01-281-8/+0
|/
* Updated ethereum.jsobscuren2015-01-091-2/+2
|
* Reworking GUI interaction. Fixed javascript inject. Closes #132obscuren2015-01-081-83/+137
|
* Refactored ethutil.Config.Db outobscuren2015-01-071-16/+3
|
* Added license headersobscuren2015-01-061-16/+19
|
* Fixed peer window. Minor tweaks and fixesobscuren2015-01-061-10/+9
|
* added shh back inobscuren2015-01-061-1/+1
|
* Cleaned up some of that utilobscuren2015-01-041-3/+2
|
* Fixed using new trie iterator APIobscuren2015-01-021-19/+17
|
* Updated Mist to use new blocksobscuren2014-12-231-4/+4
|
* Added whisper js apiobscuren2014-12-221-32/+32
|
* Merge branch 'badsig' of https://github.com/ebuchman/go-ethereum into ↵obscuren2014-12-191-3/+3
|\ | | | | | | | | | | | | ebuchman-badsig Conflicts: core/transaction_pool.go
* \ mergeobscuren2014-12-191-10/+10
|\ \
| * | Moved methods to messagesobscuren2014-12-181-2/+2
| | |
| * | Created generic message (easy for testing)obscuren2014-12-181-8/+8
| | |
* | | Merged developobscuren2014-12-181-2/+2
|\| |
| * | Updated to new methodsobscuren2014-12-181-2/+2
| | |
* | | Added whisper debug interface + whisper fixesobscuren2014-12-161-1/+7
| | |
* | | 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/