Expand description
Integration suites that run against the local docker devnet. Unlike the unit
suite, these need a running devnet with both a Forest and a Lotus node reachable and the
test harness environment wired up. preflight fails early with actionable errors when
that environment is missing, rather than letting a suite surface it as an opaque mid-run error.
Modulesยง
- eth_gas ๐
eth_estimateGasparity tests against the Lotus node on the docker devnet.- eth_
skip_ ๐sender - Skip-sender
eth_callandeth_estimateGastests on the docker devnet (scripts/devnet). These cases need a private chain: deploy a contract, fund an address, submit a transaction, or assert Forest state after a skip-call.
Enumsยง
- Devnet
Command - Integration tests that require the docker devnet
Functionsยง
- preflight ๐