fn validate_network_tipsets(
    tipsets: &[Arc<Tipset>],
    start_tipset_key: &TipsetKey,
) -> bool
Expand description

Validates network tipsets that are sorted by epoch in descending order with the below checks

  1. The latest(first) tipset has the desired tipset key
  2. The sorted tipsets are chained by their tipset keys