aboutsummaryrefslogtreecommitdiffstats
path: root/whisper/whisperv2/whisper.go
Commit message (Collapse)AuthorAgeFilesLines
* whisper: Support for v2 has long been discontinued, remove it. (#16153)Guillaume Ballet2018-02-221-378/+0
|
* whisper/whisper2: fix Go 1.10 vet issues on type mismatches (#15783)Péter Szilágyi2018-01-021-2/+2
|
* whisper: fix megacheck warnings (#14925)Egon Elbre2017-08-081-2/+2
| | | | | | * whisper: fix megacheck warnings * whisper/whisperv5: regenerate json codec to fix unused override type
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-8/+8
|
* whisper: project restructured, version 5 introduced (#3022)gluk2562016-10-291-0/+378
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.