* Return Poll::Ready(Err(_)) when verification has finished * Turn checkpoint::init() into CheckpointVerifier::new() * Accept IntoIterator<...> for CheckpointVerifier::new() * Add a CheckpointList type * Replace the state service with oneshot channels. * Reject redundant checkpoint blocks * impl Drop for CheckpointVerifier * Add fields for caching blocks, and managing verify chains. * Add current checkpoint functions * Use a checkpoint range * Get full backtraces with Err::Try * Add enums for verification progress and target block heights. * Replace install_tracing() with zebra_test::init() * Add a test that mixes good and bad blocks * Add timeouts to the checkpoint test futures |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||