Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved logging to logger.Core | obscuren | 2015-04-04 | 1 | -1/+1 |
| | |||||
* | Move version to const and expose via Version() | Taylor Gerring | 2015-03-25 | 1 | -3/+8 |
| | |||||
* | whisper: use common.Hash | Felix Lange | 2015-03-21 | 4 | -41/+34 |
| | |||||
* | whisper: use package rlp | Felix Lange | 2015-03-21 | 2 | -37/+24 |
| | |||||
* | eth, whisper: adapt for RLP encoder switch in package p2p | Felix Lange | 2015-03-19 | 2 | -8/+3 |
| | | | | | I have rewritten the protocol test to use p2p.MsgPipe because p2p.NewMsg is gone. | ||||
* | Comment out whisper remove identity stubs | Taylor Gerring | 2015-03-17 | 1 | -8/+8 |
| | |||||
* | Initial support to remove Whisper identities per #491 | Taylor Gerring | 2015-03-17 | 1 | -0/+9 |
| | |||||
* | Moved ethutil => common | obscuren | 2015-03-16 | 1 | -9/+9 |
| | |||||
* | don't log whisper start ups | obscuren | 2015-03-11 | 1 | -2/+2 |
| | |||||
* | eth, whisper: fix msg.Payload reads | Felix Lange | 2015-03-04 | 1 | -17/+10 |
| | |||||
* | Properly uninstall filters. Mining issue fixed #closes #365 | obscuren | 2015-02-23 | 1 | -0/+4 |
| | | | | | | * Added an additional tx state which is used to get the current nonce * Refresh transient state each time a new canonical block is found * Properly uninstall filters. Fixes a possible crash in RPC | ||||
* | Moved ECIES to repo & added secondary title for webview | obscuren | 2015-02-14 | 2 | -2/+2 |
| | | | | | * ECIES moved from obscuren to ethereum * Added html META[name=badge] to reflect menuItem.secondaryTitle | ||||
* | Fixed "to" field | obscuren | 2015-02-10 | 2 | -0/+4 |
| | |||||
* | API changed to use Pubkey only. Reflected that change in the rest of the api | obscuren | 2015-02-06 | 3 | -3/+3 |
| | |||||
* | Fixed whisper "to" filtering. Closes #283 | obscuren | 2015-02-03 | 2 | -3/+3 |
| | |||||
* | Added missing whisper timestamp. Closes #284 | obscuren | 2015-02-03 | 1 | -0/+1 |
| | |||||
* | Fixed whisper pub key bug | obscuren | 2015-01-30 | 1 | -1/+1 |
| | | | | | * Unrecoverable messages would cause segfault when recovering invalid pub key | ||||
* | UI Updates | obscuren | 2015-01-22 | 1 | -1/+1 |
| | | | | | * Browser now has tabs * Fixed a callback issue | ||||
* | Moved `obscuren` secp256k1-go | obscuren | 2015-01-22 | 1 | -1/+1 |
| | |||||
* | fixed url bug in browser | obscuren | 2015-01-21 | 1 | -9/+0 |
| | |||||
* | Changed public whisper api not to reveal temporary private keys | obscuren | 2015-01-15 | 1 | -9/+10 |
| | |||||
* | Fixed whisper messages | obscuren | 2015-01-13 | 3 | -27/+43 |
| | | | | | | | * 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 | -7/+30 |
| | |||||
* | merged | obscuren | 2015-01-09 | 1 | -2/+0 |
| | |||||
* | err | obscuren | 2015-01-09 | 1 | -3/+0 |
| | |||||
* | just enable by default | obscuren | 2015-01-09 | 1 | -0/+3 |
| | |||||
* | Fixed some whisper issues | obscuren | 2015-01-09 | 3 | -2/+4 |
| | |||||
* | added nil check | obscuren | 2015-01-02 | 2 | -3/+3 |
| | |||||
* | Added whisper js api | obscuren | 2014-12-22 | 1 | -1/+1 |
| | |||||
* | Whisper watches fixes | obscuren | 2014-12-17 | 3 | -5/+16 |
| | |||||
* | doc desc | obscuren | 2014-12-16 | 1 | -0/+16 |
| | |||||
* | Removed debug message | obscuren | 2014-12-16 | 1 | -1/+0 |
| | |||||
* | During env open check for pub error which indicated unencrypted payload. | obscuren | 2014-12-16 | 2 | -2/+7 |
| | |||||
* | Added whisper debug interface + whisper fixes | obscuren | 2014-12-16 | 2 | -22/+5 |
| | |||||
* | Merge branch 'develop' into poc8 | obscuren | 2014-12-15 | 1 | -0/+27 |
|\ | |||||
| * | Added topic utility functions to whisper | obscuren | 2014-12-15 | 1 | -0/+27 |
| | | |||||
* | | added whisper | obscuren | 2014-12-15 | 1 | -10/+16 |
|/ | |||||
* | Implemented watching using filter package | obscuren | 2014-12-13 | 6 | -26/+145 |
| | | | | | * Added filters / watches * Removed event dep | ||||
* | Updated whisper messages to new crypto api + added tests | obscuren | 2014-12-10 | 5 | -11/+89 |
| | |||||
* | Added encryption for messages better API for sealing messages | obscuren | 2014-12-10 | 3 | -21/+89 |
| | |||||
* | Additional checks and debug output | obscuren | 2014-12-08 | 3 | -2/+14 |
| | |||||
* | Proper start/stoping wpeers | obscuren | 2014-12-08 | 2 | -5/+24 |
| | |||||
* | First draft of Whisper messages relaying | obscuren | 2014-12-08 | 7 | -0/+472 |