Skip to content

Bootstrapping exits early if consensus signatures are bad

At present, running arti-testing with --dir-filter bad-signatures makes the bootstrap process terminate early, without trying to get a new consensus.

We should remember where each consensus came from, and if we turn out to not trust it, we should mark that source as having failed, and retry as if it were a regular failure.