Merge sigp/unstable into gloas-walk-always

This commit is contained in:
dapplion
2026-03-25 21:37:51 -05:00
20 changed files with 46 additions and 1587 deletions

View File

@@ -3995,11 +3995,7 @@ async fn schema_downgrade_to_min_version(store_config: StoreConfig, archive: boo
)
.await;
let min_version = if spec.is_fulu_scheduled() {
SchemaVersion(27)
} else {
SchemaVersion(22)
};
let min_version = CURRENT_SCHEMA_VERSION;
// Save the slot clock so that the new harness doesn't revert in time.
let slot_clock = harness.chain.slot_clock.clone();