aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/assets/qml/views
Commit message (Collapse)AuthorAgeFilesLines
* "fixed" transaction viewobscuren2015-01-302-5/+4
|
* Added whisper interface for xeth, added examples, updated RPCobscuren2015-01-301-1/+4
| | | | | * Added RPC methods for whisper * Added whisper example
* updated ethereum.js and moved to subfolderobscuren2015-01-291-1/+1
| | | | | * Previous subtree caused a lot of trouble * Implemented sha3 in our shiny new http JSON RPC
* Added webengine initializerobscuren2015-01-291-0/+208
|
* removed key while in the process of moving to the new key storageobscuren2015-01-291-209/+0
|
* merge jsonrpcobscuren2015-01-292-12/+3
|\
| * moving to a better xethobscuren2015-01-291-9/+2
| |
* | Updated assets & moved messagesobscuren2015-01-281-15/+16
| |
* | Reworking browserobscuren2015-01-252-1/+213
|/
* UI Updatesobscuren2015-01-221-1/+0
| | | | | * Browser now has tabs * Fixed a callback issue
* Allow extra to be set for mined blocksobscuren2015-01-061-0/+19
|
* Fixed peer window. Minor tweaks and fixesobscuren2015-01-061-1/+0
|
* Cleaned up some of that utilobscuren2015-01-041-1/+1
|
* Concat and pad dataobscuren2014-12-221-1/+1
|
* Added whisper js apiobscuren2014-12-221-1/+1
|
* updated whisper uiobscuren2014-12-221-2/+3
|
* Updated QWhisperobscuren2014-12-211-2/+30
| | | | | * changed api * general whisper debug interface
* Whisper watches fixesobscuren2014-12-171-1/+2
|
* 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-102-7/+13
| | | | | | * 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-0/+254
| | | | | | | | * 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
* increased default gas from 500 to 5000obscuren2014-10-271-1/+1
|
* Merge eth-go repository into go-ethereumFelix Lange2014-10-238-0/+1123
mist, etheruem have been moved to cmd/