aboutsummaryrefslogtreecommitdiffstats
path: root/whisper/whisperv5/topic.go
Commit message (Collapse)AuthorAgeFilesLines
* 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.