aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/ui_lib.go
Commit message (Collapse)AuthorAgeFilesLines
* Updated xeth instances to take extra param for ui.Interfaceobscuren2015-03-091-19/+1
| | | | | | Please be aware that if any of the instances on xeth.frontend are called the program will crash due to the default, temporarily, frontend interface.
* Miner fixes and updates (including miner)obscuren2015-03-051-1/+2
|
* Removed exported fields from state object and added proper set/gettersobscuren2015-02-201-2/+2
|
* "centralised" mining to backend. Closes #323obscuren2015-02-171-9/+5
|
* cmd/mist: fix peer windowFelix Lange2015-02-141-5/+0
|
* Merge branch 'develop' into minerobscuren2015-02-141-4/+4
|\
| * cmd/ethereum, cmd/mist: add flag for discovery bootstrap nodesFelix Lange2015-02-071-1/+1
| |
| * cmd/mist, eth, javascript, p2p: use Node URLs for peer suggestionsFelix Lange2015-02-071-9/+3
| |
| * cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p APIFelix Lange2015-02-061-2/+8
| |
* | Basic structure minerobscuren2015-02-101-8/+11
|/
* Move hardcoded seed node address to app flagTaylor Gerring2015-02-031-1/+1
| | | | Replaces functionality `-seed=true` with `-seed="ip:port"`
* removed key while in the process of moving to the new key storageobscuren2015-01-291-1/+0
|
* Merge branch 'jsonrpc' into qt5.4obscuren2015-01-291-6/+6
|\
| * further cleaned up xeth interfaceobscuren2015-01-291-6/+6
| |
* | merge jsonrpcobscuren2015-01-291-54/+0
|\|
| * moving to a better xethobscuren2015-01-291-54/+0
| |
* | switched to obscuren/qmlobscuren2015-01-281-1/+1
| |
* | Updated assets & moved messagesobscuren2015-01-281-3/+17
|/
* UI Updatesobscuren2015-01-221-7/+2
| | | | | * Browser now has tabs * Fixed a callback issue
* Updated browser & pass view to callback functionobscuren2015-01-221-2/+3
|
* StdVm by defaultobscuren2015-01-201-3/+3
|
* Implemented filter for ws + fixesobscuren2015-01-101-0/+1
| | | | | | | * proper 0xhex * filters fixed * start of filter manager * accounts for ws. Closes #246
* Added license headersobscuren2015-01-061-17/+20
|
* Allow extra to be set for mined blocksobscuren2015-01-061-0/+4
|
* added shh back inobscuren2015-01-061-1/+3
|
* Added whisper js apiobscuren2014-12-221-85/+77
|
* Updated QWhisperobscuren2014-12-211-0/+8
| | | | | * changed api * general whisper debug interface
* Added whisper debug interface + whisper fixesobscuren2014-12-161-0/+4
|
* made mist in a compilable, workable state using the new refactored packagesobscuren2014-12-151-7/+11
|
* removed filter manager from baseobscuren2014-12-151-1/+10
|
* states moved to chainobscuren2014-12-111-1/+1
|
* Renamed `chain` => `core`obscuren2014-12-041-3/+3
|
* merge errors fixedobscuren2014-12-021-2/+5
|\
| * Changed the way transactions are being added to the transaction poolobscuren2014-12-021-2/+6
| |
* | Begin of moving objects to types packageobscuren2014-11-181-2/+3
|/ | | | | * Block(s) * Transaction(s)
* Fixed bloom, updated mining & block processingobscuren2014-11-101-1/+5
| | | | | | * 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-1/+37
| | | | | | | | * 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-1/+1
|
* ethstate => stateobscuren2014-10-311-2/+2
|
* ethpipe => xeth (eXtended ETHereum)obscuren2014-10-311-8/+8
|
* ethlog => loggerobscuren2014-10-311-2/+2
|
* ethcrypto => cryptoobscuren2014-10-311-2/+2
|
* Moved ethchain to chainobscuren2014-10-311-4/+4
|
* cmd/*: add license headersFelix Lange2014-10-231-0/+17
|
* Merge eth-go repository into go-ethereumFelix Lange2014-10-231-0/+313
mist, etheruem have been moved to cmd/