Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() | Ricardo Catalinas Jiménez | 2016-02-22 | 1 | -1/+1 |
| | | | | As we aren't really using the standarized SHA-3 | ||||
* | all: fix license headers one more time | Felix Lange | 2015-07-24 | 1 | -1/+1 |
| | | | | I forgot to update one instance of "go-ethereum" in commit 3f047be5a. | ||||
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 1 | -4/+4 |
| | | | | | All code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library". | ||||
* | all: update license information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
| | |||||
* | whisper: fix payload loss in case of plaintext decrypt | Péter Szilágyi | 2015-04-28 | 1 | -3/+6 |
| | |||||
* | whisper, xeth/whisper: surface TTL and hash to the API | Péter Szilágyi | 2015-04-28 | 1 | -3/+7 |
| | |||||
* | rpc, whisper, xeth: fix RPC message retrieval data race | Péter Szilágyi | 2015-04-28 | 1 | -2/+4 |
| | |||||
* | whisper: don't issue signature warning if none present | Péter Szilágyi | 2015-04-16 | 1 | -0/+5 |
| | |||||
* | whisper: shorten constants to TTL and PoW | Péter Szilágyi | 2015-04-14 | 1 | -1/+1 |
| | |||||
* | whisper: add utility functions for creating topics | Péter Szilágyi | 2015-04-14 | 1 | -7/+2 |
| | |||||
* | whisper: clean up and integrate topics | Péter Szilágyi | 2015-04-13 | 1 | -1/+6 |
| | |||||
* | whisper: separate out magic number from the code | Péter Szilágyi | 2015-04-13 | 1 | -5/+12 |
| | |||||
* | whisper: fix comment entity capitalizations | Péter Szilágyi | 2015-04-12 | 1 | -5/+5 |
| | |||||
* | whisper: polish the Envelope a bit, prep for tests. | Péter Szilágyi | 2015-04-10 | 1 | -1/+1 |
| | |||||
* | whisper: polish the messages, fix some bugs, tests | Péter Szilágyi | 2015-04-10 | 1 | -45/+76 |
| | | | | | | Bugs fixed: - Use randomly generated flags as the spec required. - During envelope opening check the first bit only for signature. | ||||
* | Use logger.Error instead of 0 with glog | Gustav Simonsson | 2015-04-07 | 1 | -1/+2 |
| | |||||
* | Forward and log EC recover err and remove dup pubkey len check | Gustav Simonsson | 2015-04-07 | 1 | -1/+7 |
| | |||||
* | Fixed "to" field | obscuren | 2015-02-10 | 1 | -0/+2 |
| | |||||
* | Fixed whisper "to" filtering. Closes #283 | obscuren | 2015-02-03 | 1 | -2/+2 |
| | |||||
* | Added missing whisper timestamp. Closes #284 | obscuren | 2015-02-03 | 1 | -0/+1 |
| | |||||
* | Fixed whisper messages | obscuren | 2015-01-13 | 1 | -1/+5 |
| | | | | | | | * 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. | ||||
* | merged | obscuren | 2015-01-09 | 1 | -2/+0 |
| | |||||
* | Fixed some whisper issues | obscuren | 2015-01-09 | 1 | -0/+2 |
| | |||||
* | Implemented watching using filter package | obscuren | 2014-12-13 | 1 | -8/+12 |
| | | | | | * Added filters / watches * Removed event dep | ||||
* | Updated whisper messages to new crypto api + added tests | obscuren | 2014-12-10 | 1 | -6/+12 |
| | |||||
* | Added encryption for messages better API for sealing messages | obscuren | 2014-12-10 | 1 | -0/+49 |
| | |||||
* | First draft of Whisper messages relaying | obscuren | 2014-12-08 | 1 | -0/+15 |