aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/network/stream/lightnode_test.go
Commit message (Collapse)AuthorAgeFilesLines
* p2p/testing, swarm: remove unused testing.T in protocol tester (#18500)Elad2019-02-191-4/+4
| | | | (cherry picked from commit 2abeb35d5425d72c2f7fdfe4209f7a94fac52a8e)
* swarm: Better syncing and retrieval option definition (#17986)holisticode2018-11-071-4/+8
| | | | | | | | * swarm: Better syncing and retrieval option definition * swarm/network/stream: better comments * swarm/network/stream: addressed PR comments
* swarm: Lightnode mode: disable sync, retrieve, subscription (#17899)Attila Gazso2018-10-181-0/+210
* swarm: Lightnode mode: disable sync, retrieve, subscription * swarm/network/stream: assign error and check in one line * swarm: restructured RegistryOption initializing * swarm: empty commit to retrigger CI build * swarm/network/stream: Added comments explaining RegistryOptions