Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: library changes for swarm-network-rewrite (#16898) | Elad | 2018-06-14 | 1 | -3/+7 |
| | | | | | | | | | | | | 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: add network simulation framework (#14982) | Lewis Marshall | 2017-09-25 | 1 | -0/+823 |
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. |