aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/simulations/mocker.go
Commit message (Collapse)AuthorAgeFilesLines
* all: library changes for swarm-network-rewrite (#16898)Elad2018-06-141-7/+15
| | | | | | | | | | | | 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/simulations: add mocker functionality (#15207)holisticode2017-12-131-0/+192
This commit adds mocker functionality to p2p/simulations. A mocker allows to starting/stopping of nodes via the HTTP API.