Test database schema stability (#7669)

This PR implements some heuristics to check for breaking database changes. The goal is to prevent accidental changes to the database schema occurring without a version bump.
This commit is contained in:
Michael Sproul
2025-06-30 20:55:47 +10:00
committed by GitHub
parent 25ea8a83b7
commit c1f94d9b7b
4 changed files with 157 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ mod events;
mod op_verification;
mod payload_invalidation;
mod rewards;
mod schema_stability;
mod store_tests;
mod sync_committee_verification;
mod tests;