aboutsummaryrefslogtreecommitdiffstats
path: root/whisper/whisperv5/topic.go
Commit message (Collapse)AuthorAgeFilesLines
* whisper: Golint fixes in whisper packages (#16637)Eli2018-05-021-1/+1
|
* build: enable unconvert linter (#15456)ferhat elmas2017-11-111-2/+2
| | | | | | | | | * build: enable unconvert linter - fixes #15453 - update code base for failing cases * cmd/puppeth: replace syscall.Stdin with os.Stdin.Fd() for unconvert linter
* whisper: use hexutil.UnmarshalFixedText for topic parsingBas van Kervel2017-06-211-16/+6
|
* whisperv5: integrate whisper and add whisper RPC simulatorBas van Kervel2017-06-151-16/+12
|
* whisper: refactoring (#3411)gluk2562016-12-201-2/+1
| | | | | | | | | * whisper: refactored message processing * whisper: final polishing * whisper: logging updated * whisper: moved the check, changed the default PoW * whisper: refactoring of message queuing * whisper: refactored parameters
* whisper: project restructured, version 5 introduced (#3022)gluk2562016-10-291-0/+70
whisper: project restructured, version 5 introduced This commits adds a draft version of the new shh v5 protocol. The new version is not on by default, --shh still selects version 2.