solana/core
steviez 758bc1ca75
Make ReplayStage panic before dumping repeated-repair-attempt slots (#31333)
When ReplayStage repeatedly fails to compute the correct for a block
after purging and repairing, it panics on the assumption that something
is very wrong and will require human intervention.

If this is the case, there is typically something to be debugged, and
having the slot available locally is valuable. This change does the
retry check that will panic before purging the failure slot.
2023-04-25 11:50:47 -05:00
..
benches PohRecorder take Arc not &Arc for blockstore (#31234) 2023-04-19 11:41:18 -07:00
src Make ReplayStage panic before dumping repeated-repair-attempt slots (#31333) 2023-04-25 11:50:47 -05:00
tests Update fn create_and_verify_snapshot (#31245) 2023-04-24 18:52:50 -07:00
.gitignore
Cargo.toml removes unused dependencies (#30917) 2023-03-28 17:25:44 +00:00
build.rs