aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt
Commit message (Collapse)AuthorAgeFilesLines
* whisper, xeth/whisper, ui/qt/qwhispe: fix API polish breakagesPéter Szilágyi2015-04-141-2/+2
|
* xeth/whisper, ui/qt/qwhisper: fix API update breaks.Péter Szilágyi2015-04-101-2/+2
|
* DRY up the use of toHex in the project and move it to commonMaran2015-03-161-4/+2
|
* Moved ethutil => commonobscuren2015-03-162-13/+13
|
* DRY up the use of fromHex and put it in ethutilMaran2015-03-141-12/+6
|
* removed all old filtersobscuren2015-03-041-29/+0
|
* Added timeout for filter & removed clipboard. Closes #350obscuren2015-02-204-69/+0
|
* WIP QT Clipboardobscuren2015-02-194-0/+69
|
* "centralised" mining to backend. Closes #323obscuren2015-02-171-1/+1
|
* API changed to use Pubkey only. Reflected that change in the rest of the apiobscuren2015-02-061-1/+1
|
* Added whisper interface for xeth, added examples, updated RPCobscuren2015-01-301-0/+1
| | | | | * Added RPC methods for whisper * Added whisper example
* Added webengine initializerobscuren2015-01-294-0/+39
|
* switched to obscuren/qmlobscuren2015-01-282-2/+2
|
* reworking messages => logobscuren2015-01-281-10/+7
|
* Changed public whisper api not to reveal temporary private keysobscuren2015-01-152-20/+29
|
* Fixed whisper messagesobscuren2015-01-132-6/+12
| | | | | | | * Whisper protocol wasn't properly suppling envelope slices * Message history wasn't properly propagated * Added 'Messages' method, filtering any current envelope with the supplied filter.
* Added manual triggering of filtersobscuren2015-01-131-0/+4
|
* Implemented filter for ws + fixesobscuren2015-01-101-5/+0
| | | | | | | * proper 0xhex * filters fixed * start of filter manager * accounts for ws. Closes #246
* Updated to new ethereum.js apiobscuren2015-01-091-1/+1
|
* mergedobscuren2015-01-091-2/+0
|
* Fixed some whisper issuesobscuren2015-01-091-3/+7
|
* Concat and pad dataobscuren2014-12-221-2/+7
|
* Added whisper js apiobscuren2014-12-222-6/+7
|
* Updated QWhisperobscuren2014-12-213-11/+42
| | | | | * changed api * general whisper debug interface
* Whisper watches fixesobscuren2014-12-171-5/+23
|
* Identity testobscuren2014-12-161-0/+15
|
* Typoobscuren2014-12-161-1/+1
|
* Added whisper debug interface + whisper fixesobscuren2014-12-161-5/+15
|
* fixed testsobscuren2014-12-131-9/+9
|
* eth-go packages ended up in whisperobscuren2014-12-131-1/+1
|
* Implemented Qt whisper interfaceobscuren2014-12-131-0/+70
|
* Renamed `chain` => `core`obscuren2014-12-041-3/+3
|
* Moved ethchain to chainobscuren2014-10-311-3/+3
|
* Merge eth-go repository into go-ethereumFelix Lange2014-10-231-2/+2
| | | | mist, etheruem have been moved to cmd/
* Moved Filter's wrapping functions to their own util package. Fixes #61obscuren2014-10-181-0/+38
* CLI ethereum should no longer require the Qt/QML package