Prove the release offline
The fixture is the fastest honest proof that an installed binary can process and verify data. It uses deterministic blocks but runs the production storage, processor, change-delivery, coverage, checkpoint, and integrity paths.
LEANI_FIXTURE_DIR="$(mktemp -d)"leani e2e fixture \ --data-dir "$LEANI_FIXTURE_DIR" \ --blocks 128 \ --report "$LEANI_FIXTURE_DIR/report.json"- Use a new data directory; the fixture refuses to overwrite an existing one.
- Inspect the JSON report for
status: "passed", continuous coverage, the expected change count, anddatabaseVerified: true. - Keep the report with the version and checksum you tested.
- When using this diagnostic path, move to a bounded Mainnet range after the local proof passes.