aboutsummaryrefslogtreecommitdiffstats
path: root/whisper/whisperv5
Commit message (Collapse)AuthorAgeFilesLines
* all: fix ineffectual assignments and remove uses of crypto.Sha3Felix Lange2017-01-093-16/+8
| | | | | go get github.com/gordonklaus/ineffassign ineffassign .
* all: fix spelling errorsPéter Szilágyi2017-01-071-1/+1
|
* all: fix issues reported by honnef.co/go/simple/cmd/gosimpleFelix Lange2017-01-073-8/+8
|
* all: gofmt -w -sFelix Lange2017-01-062-2/+2
|
* whisper: refactoring (#3411)gluk2562016-12-2010-66/+228
| | | | | | | | | * 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/shhapi, whisper/whisperv5: refactoring (#3364)gluk2562016-12-0212-524/+349
| | | | | | | | | | * 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-2913-0/+3759
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.