aboutsummaryrefslogtreecommitdiffstats
path: root/whisper/whisperv2
Commit message (Collapse)AuthorAgeFilesLines
* all: fix issues reported by honnef.co/go/simple/cmd/gosimpleFelix Lange2017-01-075-20/+17
|
* all: gofmt -w -sFelix Lange2017-01-064-29/+29
|
* rpc: remove HexNumber, replace all uses with hexutil typesFelix Lange2016-12-201-36/+34
| | | | | This change couldn't be automated because HexNumber was used for numbers of all sizes.
* whisper: project restructured, version 5 introduced (#3022)gluk2562016-10-2915-0/+2903
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.