aboutsummaryrefslogtreecommitdiffstats
path: root/whisper/whisperv6/api_test.go
Commit message (Collapse)AuthorAgeFilesLines
* whisperv6: remove duplicated code (#18015)Corey Lin2018-12-031-16/+1
|
* all: switch out defunct set library to different one (#16873)Ralph Caraveo III2018-07-161-2/+2
| | | | | | * keystore, ethash, eth, miner, rpc, whisperv6: tech debt with now defunct set. * whisperv5: swap out gopkg.in/fatih/set.v0 with supported set
* whisper: fix issue in topic list copy (#16381)Guillaume Ballet2018-03-271-0/+78
- Fixes #16271. What was appeneded was a pointer to an object that changes during the iteration. - The topic is allocated as a 4-byte array, fill partial topics with 0s. Partial topics are currently disabled, but would crash as they rely on the presence of byte number 3.