aboutsummaryrefslogtreecommitdiffstats
path: root/whisper/whisper_test.go
Commit message (Expand)AuthorAgeFilesLines
* whisper: remove dead code, rename a few constantsPéter Szilágyi2015-04-161-1/+1
* whisper: use async handshakes to handle blocking peersPéter Szilágyi2015-04-151-1/+1
* whisper: remove some unneeded testing complexityPéter Szilágyi2015-04-151-1/+2
* whisper: global message expiration tests, polishesPéter Szilágyi2015-04-151-0/+26
* whisper: mock tests to use simulated peersPéter Szilágyi2015-04-151-71/+23
* whisper: shorten constants to TTL and PoWPéter Szilágyi2015-04-141-6/+6
* whisper: fix anonymous broadcast drop, add broadcast testsPéter Szilágyi2015-04-141-7/+63
* whisper: push work in progress for bug reportPéter Szilágyi2015-04-131-0/+12
* whisper: start adding integration testsPéter Szilágyi2015-04-131-18/+118
* whisper: polish the Envelope a bit, prep for tests.Péter Szilágyi2015-04-101-1/+1
* whisper: polish the messages, fix some bugs, testsPéter Szilágyi2015-04-101-2/+2
* API changed to use Pubkey only. Reflected that change in the rest of the apiobscuren2015-02-061-1/+1
* fixed url bug in browserobscuren2015-01-211-9/+0
* Implemented watching using filter packageobscuren2014-12-131-0/+47