aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/protocols
Commit message (Collapse)AuthorAgeFilesLines
* swarm: integrate OpenTracing; propagate ctx to internal APIs (#17169)Anton Evangelatov2018-07-132-10/+83
| | | | | | * swarm: propagate ctx, enable opentracing * swarm/tracing: log error when tracing is misconfigured
* swarm: network rewrite mergeethersphere2018-06-221-0/+7
|
* all: library changes for swarm-network-rewrite (#16898)Elad2018-06-142-3/+6
| | | | | | | | | | | | This commit adds all changes needed for the merge of swarm-network-rewrite. The changes: - build: increase linter timeout - contracts/ens: export ensNode - log: add Output method and enable fractional seconds in format - metrics: relax test timeout - p2p: reduced some log levels, updates to simulation packages - rpc: increased maxClientSubscriptionBuffer to 20000
* p2p/protocols: gofmt -w -sFelix Lange2018-02-221-22/+22
|
* p2p/protocols, p2p/testing: protocol abstraction and testingzelig2018-01-182-0/+700