mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Closes: - https://github.com/sigp/lighthouse/issues/7650 Reject blob and data column sidecars from RPC with invalid signatures. Co-Authored-By: Michael Sproul <michael@sigmaprime.io>
17 lines
336 B
Rust
17 lines
336 B
Rust
mod attestation_production;
|
|
mod attestation_verification;
|
|
mod bellatrix;
|
|
mod blob_verification;
|
|
mod block_verification;
|
|
mod capella;
|
|
mod column_verification;
|
|
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;
|