reverify_close
Re-derive a recorded financial close from source files to verify integrity. Detects source mismatches, refuted proofs, or missing proofs for independent audit.
Instructions
Re-derive a whole recorded close from the source files on disk.
Re-ingests the sources with the published adapter specs, checks each document's sha256 against the hash the record pinned, and re-derives every proof in the log against those fresh records. Nothing is read from the memory of the process that ran the close, so this is the same thing an outside auditor does — done by us, on demand.
Three failure modes, reported apart because they mean different things.
sources_match false means you pointed it at different bytes than the close
ran on: your mistake, not our finding. refuted means the arithmetic does
not hold: our finding. missing_proofs means the record has no proof to
check, which is a gap in the evidence and deliberately does not pass.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | ||
| source_set | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||