Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 392 Bytes

File metadata and controls

12 lines (10 loc) · 392 Bytes

Developing On cc-blackbox

docker compose up -d --build
docker compose logs -f cc-blackbox-core
bash test/e2e.sh
bash test/parallel-sessions.sh 4
cargo fmt
cargo clippy -- -W clippy::all

Before touching the request path or the broadcast path, read CONTRIBUTING.md. That guide has the public invariants and the parts that are easy to break by accident.