← run detailMerkle Inclusion Proof
✗ NOT VERIFIEDProves this run's chain head is committed into the day's Merkle root. Leaf = sha256(run_id + ":" + chain_head). Siblings enable independent root reconstruction.
RUN ID
000000000000000000000000000smoketest
CHAIN HEAD & LEAF
CHAIN HEAD39bb179c831cb96bf5695d348e8d63866bf540f440c329fd451e74c1dc1d8a83
LEAF HASHefced0e87cda9633066cae8d195a805c778199e70ff2c5a90a8ae1c4e2a1e826sha256("000000000000000000000000000smoketest:39bb179c…")
Single-run day — no sibling nodes needed; leaf is the root.
INDEPENDENT VERIFICATION
# Recompute leaf
leaf = sha256("000000000000000000000000000smoketest:39bb179c831cb96bf5695d348e8d63866bf540f440c329fd451e74c1dc1d8a83")
# assert leaf == "efced0e87cda9633..."
# Walk the proof path
node = leaf
# node must equal merkle_root
assert node == "???..."