Skip to main content

Module devnet_cmd

Module devnet_cmd 

Source
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_estimateGas parity tests against the Lotus node on the docker devnet.
eth_skip_sender ๐Ÿ”’
Skip-sender eth_call and eth_estimateGas tests 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ยง

DevnetCommand
Integration tests that require the docker devnet

Functionsยง

preflight ๐Ÿ”’