aboutsummaryrefslogtreecommitdiffstats
path: root/whisper/whisperv6/api.go
Commit message (Expand)AuthorAgeFilesLines
* Rebrand as tangerine-network/go-tangerineWei-Ning Huang2019-09-171-6/+6
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-121-6/+6
* all: new p2p node representation (#17643)Felix Lange2018-09-251-6/+6
* whisper: add light mode check to handshake (#16725)b00ris2018-09-051-4/+4
* crypto: replace ToECDSAPub with error-checking func UnmarshalPubkey (#16932)Felix Lange2018-06-121-6/+3
* whisper/whisperv6: post returns the hash of sent message (#16495)gluk2562018-04-191-14/+26
* build: enable goimports and varcheck linters (#16446)thomasmodeneis2018-04-181-4/+0
* whisper: fix issue in topic list copy (#16381)Guillaume Ballet2018-03-271-3/+4
* whisper: refactoringVlad2018-02-231-24/+2
* whisper: light client mode introducedVlad2018-02-231-0/+12
* whisper: get wnode to work with v6 (#16051)Guillaume Ballet2018-02-101-1/+1
* whisper: change the whisper message format so as to add the payload size (#15...gluk2562018-01-301-3/+3
* whisper: remove linter warnings (#15972)Guillaume Ballet2018-01-261-3/+4
* whisper: fix empty topic (#15811)b00ris2018-01-261-1/+1
* whisper/whisperv6: implement pow/bloom exchange protocol (#15802)gluk2562018-01-121-2/+7
* whisper/whisperv6: initial commit (clone of v5) (#15324)gluk2562017-11-041-0/+591