mirror of
https://github.com/sigp/gossipsub-testground.git
synced 2026-01-09 05:28:04 -05:00
* Bump the Rust version * Update smoke plan * Update scoring plan * Update censoring plan * Fix wrong file name * Update eth-consensus plan * Fix clippy warnings * cargo fmt
Smoke Simulation
This is a simple simulation demonstrating how to integrate rust-gossipsub with testground.
Running the Simulation
This simulation can be run with the following command:
testground run single \
--plan=gossipsub-testground/smoke \
--testcase=smoke \
--builder=docker:generic \
--runner=local:docker \
--instances=3 \
--wait