evidence_verify
Verify an evidence bundle from scratch by rebuilding every leaf, folding proof, and comparing against on-chain merkle roots. Re-binds Web2Json facts to recorded sources, trusting nothing in the bundle.
Instructions
Verify an evidence bundle from scratch. Rebuilds every leaf from its own body, folds it through its proof, and compares against Relay.merkleRoots(protocol, round) read on-chain right now. Re-binds Web2Json facts to the source recorded in the bundle. Trusts nothing in the bundle, including its own hash. This is the receiving end: run it on a bundle someone hands you.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bundle | Yes | An evidence bundle produced by evidence_bundle. | |
| recheck_source_binding | No | Re-bind Web2Json facts to the expect_source recorded in the bundle. |