mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
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.
15 lines
288 B
Rust
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;
|