Expand description
Persistent state for the monitor.
Stores the last-seen tree head so we can detect tree-size regression and verify consistency between cycles. Backed by sled for simplicity; production deployments might use Postgres or LevelDB.
Persistent state for the monitor.
Stores the last-seen tree head so we can detect tree-size regression and verify consistency between cycles. Backed by sled for simplicity; production deployments might use Postgres or LevelDB.