← 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
otel_e2e_9372e785533e
CHAIN HEAD & LEAF
CHAIN HEAD59b3e4d7cda921df700f6f8829a7e4d4c6857bd2a8b6e1d05674dec1df4b86e3
LEAF HASH8f3e7b5168ce7263d91955cafa14084e84b41871c45c8bf13bd4881eb481fd83sha256("otel_e2e_9372e785533e:59b3e4d7…")
MERKLE ROOT095b999c7b71fc4f222a0f498f7e85741a2ce8bc47ff25867b778865f7454297
Single-run day — no sibling nodes needed; leaf is the root.
INDEPENDENT VERIFICATION
# Recompute leaf
leaf = sha256("otel_e2e_9372e785533e:59b3e4d7cda921df700f6f8829a7e4d4c6857bd2a8b6e1d05674dec1df4b86e3")
# assert leaf == "8f3e7b5168ce7263..."
# Walk the proof path
node = leaf
# node must equal merkle_root
assert node == "095b999c7b71fc4f..."