mix fact.merkle.verify (Fact v0.3.1)

View Source

Verifies the integrity of a database's Merkle Mountain Range.

Rebuilds the MMR from all stored events and compares it against the on-disk MMR file. Reports any discrepancies, pinpointing which event positions have been tampered with.

Usage

mix fact.merkle.verify -p <path>

Options

  • -p, --path - (required) Path to the database directory.