Files
Akihito Nakano 1193aebffe Switch target crate to sigp's gossipsub implementation (#17)
* 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
2024-04-09 15:37:18 +10:00
..
2022-11-29 16:06:53 +11:00
2022-11-22 17:45:32 +11:00

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