pub const MAX_DAG_DEPTH: usize = 100;
Maximum allowed depth of a DAG (longest path from any root to any leaf).