aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/testing/protocoltester.go
Commit message (Collapse)AuthorAgeFilesLines
* swarm: integrate OpenTracing; propagate ctx to internal APIs (#17169)Anton Evangelatov2018-07-131-3/+18
| | | | | | * swarm: propagate ctx, enable opentracing * swarm/tracing: log error when tracing is misconfigured
* p2p: fix some golint warnings (#16577)kiel barry2018-05-081-6/+6
|
* p2p/testing: check for all expectations in TestExchangesJanos Guljas2018-02-181-5/+74
| | | | | Handle all expectations in ProtocolSession.TestExchanges in any order that are received.
* p2p/protocols, p2p/testing: protocol abstraction and testingzelig2018-01-181-0/+200