Files
lighthouse/beacon_node/beacon_chain/tests/main.rs
Michael Sproul c1f94d9b7b 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.
2025-06-30 10:55:47 +00:00

15 lines
288 B
Rust

mod attestation_production;
mod attestation_verification;
mod bellatrix;
mod block_verification;
mod capella;
mod events;
mod op_verification;
mod payload_invalidation;
mod rewards;
mod schema_stability;
mod store_tests;
mod sync_committee_verification;
mod tests;
mod validator_monitor;