Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xeth/whisper, ui/qt/qwhisper: fix API update breaks. | Péter Szilágyi | 2015-04-10 | 1 | -2/+2 |
| | |||||
* | DRY up the use of toHex in the project and move it to common | Maran | 2015-03-16 | 1 | -4/+2 |
| | |||||
* | Moved ethutil => common | obscuren | 2015-03-16 | 2 | -13/+13 |
| | |||||
* | DRY up the use of fromHex and put it in ethutil | Maran | 2015-03-14 | 1 | -12/+6 |
| | |||||
* | removed all old filters | obscuren | 2015-03-04 | 1 | -29/+0 |
| | |||||
* | Added timeout for filter & removed clipboard. Closes #350 | obscuren | 2015-02-20 | 4 | -69/+0 |
| | |||||
* | WIP QT Clipboard | obscuren | 2015-02-19 | 4 | -0/+69 |
| | |||||
* | "centralised" mining to backend. Closes #323 | obscuren | 2015-02-17 | 1 | -1/+1 |
| | |||||
* | API changed to use Pubkey only. Reflected that change in the rest of the api | obscuren | 2015-02-06 | 1 | -1/+1 |
| | |||||
* | Added whisper interface for xeth, added examples, updated RPC | obscuren | 2015-01-30 | 1 | -0/+1 |
| | | | | | * Added RPC methods for whisper * Added whisper example | ||||
* | Added webengine initializer | obscuren | 2015-01-29 | 4 | -0/+39 |
| | |||||
* | switched to obscuren/qml | obscuren | 2015-01-28 | 2 | -2/+2 |
| | |||||
* | reworking messages => log | obscuren | 2015-01-28 | 1 | -10/+7 |
| | |||||
* | Changed public whisper api not to reveal temporary private keys | obscuren | 2015-01-15 | 2 | -20/+29 |
| | |||||
* | Fixed whisper messages | obscuren | 2015-01-13 | 2 | -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 filters | obscuren | 2015-01-13 | 1 | -0/+4 |
| | |||||
* | Implemented filter for ws + fixes | obscuren | 2015-01-10 | 1 | -5/+0 |
| | | | | | | | * proper 0xhex * filters fixed * start of filter manager * accounts for ws. Closes #246 | ||||
* | Updated to new ethereum.js api | obscuren | 2015-01-09 | 1 | -1/+1 |
| | |||||
* | merged | obscuren | 2015-01-09 | 1 | -2/+0 |
| | |||||
* | Fixed some whisper issues | obscuren | 2015-01-09 | 1 | -3/+7 |
| | |||||
* | Concat and pad data | obscuren | 2014-12-22 | 1 | -2/+7 |
| | |||||
* | Added whisper js api | obscuren | 2014-12-22 | 2 | -6/+7 |
| | |||||
* | Updated QWhisper | obscuren | 2014-12-21 | 3 | -11/+42 |
| | | | | | * changed api * general whisper debug interface | ||||
* | Whisper watches fixes | obscuren | 2014-12-17 | 1 | -5/+23 |
| | |||||
* | Identity test | obscuren | 2014-12-16 | 1 | -0/+15 |
| | |||||
* | Typo | obscuren | 2014-12-16 | 1 | -1/+1 |
| | |||||
* | Added whisper debug interface + whisper fixes | obscuren | 2014-12-16 | 1 | -5/+15 |
| | |||||
* | fixed tests | obscuren | 2014-12-13 | 1 | -9/+9 |
| | |||||
* | eth-go packages ended up in whisper | obscuren | 2014-12-13 | 1 | -1/+1 |
| | |||||
* | Implemented Qt whisper interface | obscuren | 2014-12-13 | 1 | -0/+70 |
| | |||||
* | Renamed `chain` => `core` | obscuren | 2014-12-04 | 1 | -3/+3 |
| | |||||
* | Moved ethchain to chain | obscuren | 2014-10-31 | 1 | -3/+3 |
| | |||||
* | Merge eth-go repository into go-ethereum | Felix Lange | 2014-10-23 | 1 | -2/+2 |
| | | | | mist, etheruem have been moved to cmd/ | ||||
* | Moved Filter's wrapping functions to their own util package. Fixes #61 | obscuren | 2014-10-18 | 1 | -0/+38 |
* CLI ethereum should no longer require the Qt/QML package |