aboutsummaryrefslogtreecommitdiffstats
path: root/whisper/whisperv5/topic_test.go
Commit message (Collapse)AuthorAgeFilesLines
* whisper: use hexutil.UnmarshalFixedText for topic parsingBas van Kervel2017-06-211-17/+20
|
* whisperv5: integrate whisper and add whisper RPC simulatorBas van Kervel2017-06-151-20/+15
|
* whisper/shhapi, whisper/whisperv5: refactoring (#3364)gluk2562016-12-021-22/+22
| | | | | | | | | | * Filter refactoring * API tests added + bugfix * fixed the error logs * FilterID fixed * test cases fixed * key generation updated * POW updated * got rid of redundant stuff
* whisper: project restructured, version 5 introduced (#3022)gluk2562016-10-291-0/+136
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.