aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/simulations/http.go
Commit message (Collapse)AuthorAgeFilesLines
* p2p/simulations: add mocker functionality (#15207)holisticode2017-12-131-2/+62
| | | | This commit adds mocker functionality to p2p/simulations. A mocker allows to starting/stopping of nodes via the HTTP API.
* p2p: add network simulation framework (#14982)Lewis Marshall2017-09-251-0/+680
This commit introduces a network simulation framework which can be used to run simulated networks of devp2p nodes. The intention is to use this for testing protocols, performing benchmarks and visualising emergent network behaviour.