aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/assets/qml
Commit message (Collapse)AuthorAgeFilesLines
* Cleaned up some of that utilobscuren2015-01-042-1/+3
|
* Removal of "debug" url :)obscuren2014-12-221-2/+1
|
* Concat and pad dataobscuren2014-12-222-3/+4
|
* Added whisper js apiobscuren2014-12-222-6/+36
|
* movedobscuren2014-12-222-2/+3
|
* updated whisper uiobscuren2014-12-221-2/+3
|
* Updated QWhisperobscuren2014-12-211-2/+30
| | | | | * changed api * general whisper debug interface
* Merge branch 'develop' into poc8obscuren2014-12-201-4/+4
|\ | | | | | | | | Conflicts: cmd/ethereum/flags.go
| * Added authorsobscuren2014-12-191-4/+4
| |
* | Whisper watches fixesobscuren2014-12-171-1/+2
| |
* | Added whisper debug interface + whisper fixesobscuren2014-12-161-0/+1
| |
* | Added whisper testobscuren2014-12-161-0/+46
|/
* 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-072-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-311-68/+73
|
* increased default gas from 500 to 5000obscuren2014-10-271-1/+1
|
* Merge eth-go repository into go-ethereumFelix Lange2014-10-2315-0/+2769
mist, etheruem have been moved to cmd/